freeCodeCamp.org
@freecodecamp
We're a community of millions of people who are building new skills and getting new jobs together. A 501(c)(3) public charity. Tweets by @abbeyrenn.
ID: 1668100142
https://www.freecodecamp.org 13-08-2013 15:27:51
32,32K Tweet
866,866K Followers
162 Following
Java is a popular & well-established programming language with tons of different use cases. And Vahe Aslanyan wrote this book to help you learn it. He teaches data types, variables, operators, and Object-Oriented Programming, plus more advanced topics. freecodecamp.org/news/learn-jav…
When you're learning Python, it helps to write lots of Python code. So here, Abhilekh Gautam shares 8 beginner-friendly Python coding challenges. You'll learn how to check if a list is sorted, convert binary to decimal, solve the Caesar Cipher, & more. freecodecamp.org/news/python-co…
In JavaScript, the "this" keyword is an important but tricky concept. It's a reference to an object, but the object varies based on where & how it's called. In this guide, @kamaldeenlawal explains how "this" + the call(), apply(), & bind() methods work. freecodecamp.org/news/the-javas…
As your React apps become more complex, managing updates to the UI becomes more challenging. This is where the Virtual DOM can help. In this article Mateush explains how the Virtual DOM works, why it's useful, how it compares to the Shadow DOM, & more. freecodecamp.org/news/what-is-t…
If you're into system design, low-level programming, or network protocols, this course is for you. Anthony walks you through building a decentralized file storage system using Go. You'll build a library, develop peer communication interfaces, and more. freecodecamp.org/news/learn-how…
APIs allow different programs to communicate with each other. And when working with them, you'll need to write the logic, deploy the API, etc. In this guide, Daniel Adetunji explains how API gateways abstract all that away and why you may want to use one. freecodecamp.org/news/what-are-…
If you want to advance your career in DevOps, the Azure DevOps Engineer Expert cert (AZ-400) can help. It demonstrates to employers that you really know your DevOps stuff. And in this course, Andrew Brown helps you study for the certification exam. freecodecamp.org/news/master-th…
A virtual environment is an isolated place where you can test code before deploying it. And in this guide Victoria (Burah) Poromon walks you through setting one up for Python. She explains how venv and virtualenv work & helps you install Django in your new environment. freecodecamp.org/news/how-to-se…
Testing your code is an important part of the development process. And the Jest testing framework works well with all kinds of JavaScript projects. In this course, Tomi Tokko shows you how to use it & explains things like mocking and snapshot testing. freecodecamp.org/news/how-to-te…
Getting the Microsoft Azure Fundamentals cert can show future employers you know your cloud stuff. It's a great starting point for a career in Azure. In this course, Andrew Brown helps you study by reviewing cloud concepts, security principles, & more. freecodecamp.org/news/azure-fun…
Back end developers work on the parts of websites and apps that power what users see and interact with. Think storing and accessing data, working with APIs, and so on. In this roadmap, Shahan Chowdhury talks about what you need to know to be a back end dev. freecodecamp.org/news/skills-yo…