Install your own MCP Server in VS Code to super-charge your developer workflow ๐
30.08.2025 17:50 โ ๐ 10 ๐ 2 ๐ฌ 1 ๐ 0@dev-dsgn.bsky.social
Install your own MCP Server in VS Code to super-charge your developer workflow ๐
30.08.2025 17:50 โ ๐ 10 ๐ 2 ๐ฌ 1 ๐ 0When you think of Next.js, your mind might go to static websites & React-driven front ends. But Next can also power fully-featured backend APIs that you can host & scale. To help you handle scaling up, Manish teaches you how to cache a Next API using Redis.
www.freecodecamp.org/news/caching...
๐ฅ Hot Repo๏ผ ๐ฅ (100+ new stars)
๐ฆ apify / crawlee
โญ 19,077 (+194)
๐ TypeScript
CrawleeโA web scraping and browser automation library for Node.js to build reliable crawlers. In JavaScript and TypeScript. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other f...
A screenshot of the model picker in VS Code showing GPT-5 mini (preview) selected
Starting today, GPT-5 mini is available in VS Code!
With a 0x multiplier, GPT-5 mini is a lightweight version of OpenAI's most advanced model. Try it out and let us know what you think!
๐ฆ givanz / VvvebJs
โญ 7,994 (+94)
๐ JavaScript
Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
๐ฆ remoteintech / remote-jobs
โญ 38,246 (+61)
๐ JavaScript
A list of semi to fully remote-friendly companies (jobs) in tech.
If you're building a startup, there are certain key numbers you'll need to know. Investors want to hear about burn rate, customer acquisition cost, gross profit margin, & more. So here, Aditya teaches you what they all mean and how to calculate them.
www.freecodecamp.org/news/key-met...
๐ฆ lobehub / lobe-chat
โญ 64,270 (+47)
๐ TypeScript
๐คฏ Lobe Chat - an open-source, modern design AI chat framework. Supports multiple AI providers (OpenAI / Claude 4 / Gemini / DeepSeek / Ollama / Qwen), Knowledge Base (file upload / RAG ), one click install MCP Marketplace and Artifacts ...
"Refactor the drag and drop to use dndkit. Put drag handles on the left side. Use smooth animations and beautiful drag placeholders."
GPT-5...
A subset of journal editors may be partly responsible
06.08.2025 18:50 โ ๐ 6 ๐ 3 ๐ฌ 0 ๐ 0Economists are combining modern tools and old ideas to make sense of todayโs trade war. It is a good time to revive Albert Hirschmanโs work
27.07.2025 12:00 โ ๐ 14 ๐ 8 ๐ฌ 0 ๐ 2A thumbnail that reads "Building the future of AI coding with MCP in VS Code and Claude Thursday July 24th 10 am PT Hosted by Anthropic"
This Thursday: join us for "Building the future of AI coding with MCP in VS Code and Claude", a live webinar that dives deep into the MCP ecosystem, how to build MCP servers, and live demos of agent mode powered by Claude.
๐๏ธ July 24
๐ 10:00 AM PST
Register now: www.anthropic.com/webinars/fut...
Copilot coding agent integration is here in VS Code! Assign an issue to Copilot and watch it get to work in the background.
Learn more about the current features in preview and see what's coming next: code.visualstudio.com/blogs/2025/0...
CRUD operations - Create, Read, Update, and Delete - are used in many applications. So you'll need to understand how they work as a developer. In this guide, Sanjay teaches you how to build a CRUD book collection app using React and Convex.
www.freecodecamp.org/news/build-c...
JavaScript is a widely used programming language - which means its a prime target for attackers. So you'll want to make sure your JS apps are protected. In this guide, Joseph teaches you about common vulnerabilities and how to secure your code.
www.freecodecamp.org/news/how-to-...
โ๏ธ๐ New on Overreacted: RSC for Astro Developers
06.05.2025 03:36 โ ๐ 164 ๐ 16 ๐ฌ 10 ๐ 9๐ Skyrocketing๏ผ ๐ (200+ new stars)
๐ฆ langgenius / dify
โญ 94,066 (+240)
๐ TypeScript
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you q...
Read โThe React Pattern That Changed How I Build Components Foreverโ by Yash on Medium: medium.com/@yash140498/...
24.04.2025 21:34 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Explore the National Gallery of Artโs Open Access dataset in #Jupyter with #Deno
blog.jupyter.org/exploring-op...
Game development is a big field, and there lots of advanced tools & languages you can use. But you can also build a pretty cool game just using HTML, CSS, & JavaScript. In this guide, Shane helps you code a simple game and host it on a website.
www.freecodecamp.org/news/how-to-...
"CSS Day 2025 Speakers!" by Temani Afif
codepen.io/t_afif/pen/r...
www.cssday.nl/speakers.html
"Alternatives to Using Pure Black" by Marco Biedermann
codepen.io/marcobiederm...
๐ฆ FlowiseAI / Flowise
โญ 37,314 (+31)
๐ TypeScript
Drag & drop UI to build your customized LLM flow
The Django user model is basically a database table & corresponding Python class that stores key info about your app's users. And some projects require more user data - so you'll need to extend the model. John shows you three ways to do that in this tutorial.
www.freecodecamp.org/news/how-to-...
Django is a robust Python web framework that comes with many useful features. And it works well with Tailwind CSS for building responsive & attractive web apps. In this guide, Abhijeet teaches you how to integrate Tailwind with Django in your projects.
www.freecodecamp.org/news/how-to-...
๐ Site of the Day - Mastering Web Animations
A beautiful site AND a wonderful way to learn GSAP. Check it out...
โ๏ธ ScrollTrigger DrawSVG MotionPath SplitText Three.js WebGL
site โ vwlab.io/pages/showcase
showcase โ gsap.com/showcase
We're excited to introduce R-Lite, a #WebAssembly distribution of #R for the browser, allowing you to use the R kernel in JupyterLite!
Read the article by Isabel Paredes, who spearheaded this project at QuantStack, on the @jupyter.org blog:
blog.jupyter.org/r-in-the-bro...
Kanban is a technique many dev teams use to organize their projects. And in this handbook, Olasunkanmi helps you build your own full-stack Kanban app with drag-and-drop functionality. You'll use TypeScript, Next.js, Redux-toolkit, Firebase & other tools.
https://buff.ly/4afouNx