[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]
@freeCodeCamp freeCodeCamp.orgfreeCodeCamp.org posts on X about javascript, if you, ai, science the most. They currently have XXXXXXXXX followers and XX posts still getting attention that total XXXXXX engagements in the last XX hours.
Social category influence technology brands XXXX% stocks XXXX%
Social topic influence javascript #112, if you 7.84%, ai 5.88%, science 5.88%, core 1.96%, tableau 1.96%, the project 1.96%, inference 1.96%, mcp server 1.96%, math XXXX%
Top accounts mentioned or mentioned by @ijaydimples @manishmshiva @kmeanskaran @rajanjh40593219 @teemac @brandonwoz @thejoanayebola @stephenjyd @atuohaa @0xsyedamaham @fahimfba @ihechikara2 @smoothteedc @josiahadesola @tatevkaren7 @playbackpress @nodevajay @ajaypatelaj @andrewbrown @ophyboamah
Top assets mentioned Alphabet Inc Class A (GOOGL)
Top posts by engagements in the last XX hours
"NestJS is a popular Node.js framework that you can use to build efficient and reliable server-side apps. And in this course you'll learn how to get started using it. It covers Nest's modular architecture TypeScript support and built-in tools and by the end you'll have coded a profile feature for a dating app"
X Link 2025-12-06T21:01Z 1M followers, 26.1K engagements
"As a developer you should know core system design concepts. This helps show potential employers that you can turn design requirements into production-ready code. This course covers app architecture API design caching networking databases and more"
X Link 2025-12-08T09:01Z 1M followers, 85.7K engagements
"Managing servers databases and user logins can be complex and time-consuming. And sometimes it's useful to have a tool that handles this for you. Enter Backend as a Service. In this guide @ijaydimples explains how BaaS tools work when they're most useful some popular options & how to get started"
X Link 2025-12-10T09:01Z 1M followers, 19.8K engagements
"Git is a powerful version control system that many developers use to track changes to their projects. And GitHub is a platform that allows them to collaborate on and share their code. In this course Sumit teaches you how both tools work. You'll learn about merging branching pull requests stashing rebasing and more"
X Link 2025-12-07T09:01Z 1M followers, 34.1K engagements
"Data analysis is a popular and growing field in the tech world. And this 19-hour course takes you on an in-depth journey whether you're a beginner or more advanced in your skills. You'll learn about Python Excel SQL Tableau and Power BI & much more"
X Link 2025-12-08T05:01Z 1M followers, 42.8K engagements
"Sometimes you'll need to sort things by date in your projects. And there are various ways to do this in JavaScript - some more efficient than others. In this guide @BrandonWoz discusses the slow way to do this (converting date strings to Date objects inside the sort function) & then shows you a faster way to try instead"
X Link 2025-12-10T21:01Z 1M followers, 9852 engagements
"The Electron framework lets you build desktop apps for Windows macOS and Linux using familiar web tools. And in this article Abhijeet teaches you how to integrate it with Tailwind to create beautiful responsive desktop apps. He explains each tool then walks you through the project step by step"
X Link 2025-11-28T17:03Z 1M followers, 11.6K engagements
"TypeScript was created to improve JavaScript by adding static types. And if you've been wanting to learn it start here with this TS handbook from @stephenjyd. You'll learn about type annotations type inference the union and any types objects function params type aliases interfaces and lots more"
X Link 2025-11-30T17:01Z 1M followers, 24.6K engagements
"A Content Delivery Network is a system of servers that delivers web content to users. It reduces latency speeds up load times and helps distribute network traffic. Here @SmoothTee_DC shows you how to use CDNs to improve performance in your projects"
X Link 2025-02-03T13:01Z 1M followers, 14.4K engagements
"A Raspberry Pi is a tiny computer with a surprising amount of power. And they're often sold with keyboards mice etc - but you may not need that stuff. So here @_JosiahAdesola teaches you how to use your Pi headlessly with VS Code and SSH - no monitor needed"
X Link 2025-11-30T01:01Z 1M followers, 16.4K engagements
"Modern frontend development is so much more than just HTML CSS and JavaScript. There are tools that make coding much easier but it can be hard to know where to start. Here Hunor goes over everything from editors libraries and bundlers to help you set up a frontend project from scratch"
X Link 2025-12-03T09:01Z 1M followers, 27.6K engagements
"The Model Context Protocol or MCP has changed how LLMs connect with data and tools. It can expose data as resources provide actions through tools and define prompts that guide how the model interacts with data or users. In this guide @manishmshiva teaches you how to build your own MCP server using the FastMCP Python framework"
X Link 2025-12-05T16:43Z 1M followers, 22.9K engagements
"Elixir is a dynamic functional programming language that lets you build scalable & maintainable apps. It's built on another language Erlang that was designed for building apps that require extreme reliability & availability. In this tutorial Mark explains how Elixir works & covers key concepts like functions modules closures tuples Elixir's concurrency model and more"
X Link 2025-11-29T05:01Z 1M followers, 18.1K engagements
"If you want to get into AI Engineering there are certain skills you'll need. Things like math machine learning deep learning and hands-on engineering experience to name a few. In this AI Engineering roadmap @tatevkaren7 covers key statistics data science Generative AI reinforcement learning RAG and other concepts you'll need to learn"
X Link 2025-12-01T01:01Z 1M followers, 39.4K engagements
"The R programming language is commonly used for statistical computing and data science. And you can now learn it from Harvard in this Intro to R course. You'll use the powerful RStudio IDE and learn about filtering data writing functions to modularize code creating visualizations and lots more"
X Link 2025-12-07T01:01Z 1M followers, 23.6K engagements
"You may have heard about the emerging field of Agentic AI. Well in this handbook Balajee explains the key concepts behind AI agents & how they work. You'll learn about planning and reasoning autonomy how agentic AI "knows" what to do challenges agents still face & how to build your own basic agent"
X Link 2025-12-07T21:01Z 1M followers, 30.7K engagements
"Ruby is a programming language that tends to make developers happy. And if you want to learn the basics @PlaybackPress has you covered here. In this interactive tutorial he teaches you Ruby variables types looping arrays hashes closures classes and more"
X Link 2025-12-09T09:01Z 1M followers, 11.8K engagements
"Neural Machine Translation takes a whole sentence and processes (ie translates) it using one integrated model. And in this course you'll learn all about the history and evolution of NMT via hands-on PyTorch replications of key papers. You'll learn about phrase representation attention transformers and lots more"
X Link 2025-12-11T17:03Z 1M followers, 8937 engagements
"If you want to practice coding a full-stack app this course is for you. You'll use Next.js & its app router Tailwind CSS Open AI's API + other popular tools. By the end you'll have an AI-powered email SaaS with Stripe integration deployed on Vercel"
X Link 2025-12-12T09:01Z 1M followers, 22.4K engagements
"If your app has an online store you'll need to do more than just show static product pages these days. People want to spin things around preview furniture in their house and more. In this guide @NoDevAjay teaches you how to use WebGL + Three.js to make the online shopping experience more interactive"
X Link 2025-12-13T05:01Z 1M followers, 17.5K engagements
"If you're looking for a good portfolio project or just a fun way to practice your skills this one's for you. @ajaypatel_aj walks you through building an admin dashboard using shadcn/ui and TanStack Start. The dashboard will have charts and widgets a product page a settings and profile page and more"
X Link 2025-12-07T17:01Z 1M followers, 26.1K engagements
"Qwen3 is Alibaba Clouds latest generation of Qwen large language models. And in this course you'll learn how to train the LLM from scratch. You'll learn about configuring the model training hyperparameters RoPE positional embeddings self-attention code and lots more"
X Link 2025-12-08T01:01Z 1M followers, 51.8K engagements
"GitHub has a GitHub Actions certification exam. And if you're a developer DevOps or automation lover this course can help you study. In it @andrewbrown covers runners and commands advanced workflows publishing and deployment and lots more"
X Link 2025-12-08T21:01Z 1M followers, 37.4K engagements
"Chatbots can do more than just reply they can plan use tools and remember things too. In this course Ania shows how to build an AI shopping assistant with LangGraph MongoDB Atlas and Google Gemini. Youll ship a full app with a Node.js backend React UI real product data and an agent that decides when to search vs answer and executes multi-step actions"
X Link 2025-12-09T01:01Z 1M followers, 23.3K engagements
"If you want to improve your Data Science and Python skills this course is for you. You'll use popular Python libraries like Pandas scikit-learn and NumPy to extract and clean data then analyze it. You'll also learn about grouping & aggregation functions merging datasets and using regex plus some Machine Learning techniques too"
X Link 2025-12-09T17:03Z 1M followers, 32.5K engagements
"You may have heard about microservices and how they can help with back-end development. Well microfrontends represent a similar concept for front-end projects - and Rahul teaches you about them here. You'll learn about different approaches to creating microfrontends so you can decide which best fits your use case"
X Link 2025-12-09T21:01Z 1M followers, 23.6K engagements
"The freeCodeCamp community just released our new JavaScript certification It has hundreds of hours of interactive lessons workshops and quizzes plus a big exam at the end. You'll learn all the key JS concepts you need to know and put them into practice right away. Go check it out"
X Link 2025-12-11T05:01Z 1M followers, 18.3K engagements
"Polars is an open source Python library that'll help you wrangle your data. It's fast and memory-efficient and its syntax is similar to Pandas. In this guide Sara helps you get up and running with Polars so you can use it to analyze all your data"
X Link 2025-12-12T01:01Z 1M followers, 13.7K engagements
"Chrome extensions can really add a lot of functionality to your browsing experience. And it's actually not that tricky to build your own. In this tutorial @ophyboamah walks you through coding an advice generator Chrome extension using Manifest V3"
X Link 2025-12-12T17:02Z 1M followers, 9984 engagements
"As a developer you should know how computers communicate with each other & how data gets sent & received. And in this handbook Valentine teaches you tons of key data communication & networking concepts. You'll learn about signals transmission media network topologies the OSI & TCP/IP models subnets routing & lots more"
X Link 2025-12-14T05:01Z 1M followers, 9091 engagements