If you want to fast-track your growth as a front-end developer, nothing beats doing real development projects. The truth is you can watch all the tutorials and courses in the world, but without application and practice, you won’t really learn skills that you need to work on real projects.
Category Archives: Uncategorized
Wanna use your Java skills to build a real-world project? How about a Sudoku game? We just posted a full course from Ryan Kay on the freeCodeCamp.org YouTube channel that will teach you how to build a Sudoku game desktop application using Java. Ryan uses a Sudoku Application as
Security has always been a major concern for businesses. And this concern is even greater when it comes to mobile apps. Today every business has a mobile app to connect more easily with their customers. And if that business does not take proper security protections it can put their brand
freeCodeCamp’s core curriculum now offers 10 verified certifications – including 4 Python-focused certifications. These certifications are all self-paced and completely free. You can build the projects right in a browser, or code them on your laptop or phone and deploy them to the cloud. How do freeCodeCamp certifications work?All of
Fetch is an interface for calling a network request in JavaScript. It is implemented widely by modern browsers and is used to call an API.
CSS Grid has taken over the world of web design. It’s cool and awesome. There are plenty of tutorials, blogs and articles on the internet, which are great sources of knowledge. But the majority of them teach you the basics with very few real examples. So in this guide
Strapi is the most popular open-source Headless CMS and is based on Node.js. Gatsby allows developers to quickly build very fast static websites and apps. You can combine then to create a full-stack website using mostly JavaScript. We’ve released a full course to help you learn to use Gatsby
JavaScript is a scripting language used in webpages to add functionality and interactivity. For a beginner coming from a different programming language, JavaScript is quite easy to understand. With a few tutorials, you should be able to get started with it right away. However, there are a few common mistakes
Building a chrome extension can be overwhelming. It’s different than building a web app in that you don’t want to put too much (JS) overhead on the browser since your extension will be run along with the website you’re visiting. You also don’t usually get the benefit of bundling and
Using a flat-file database can provide dynamic data to your static Nuxt app without the hassle of setting up a remote API.
