Selecting a frontend framework can be a difficult decision for a developer because there are so many options. React is one of the most popular choices. It is well established and has an 84% satisfaction rating as of the 2021 State of JS Survey. Still, there are several other frameworks with interesting features and functionality that […]
So, you’ve learned your first programming language and begun developing your skills as a programmer? Or, maybe you already have a full-time career but want to put your blossoming programming skills to work. Or, maybe you’ve already started but want to make some extra cash. How do you do it? Freelancing! Now, freelancing isn’t for […]
So, you’ve decided to take the plunge into web development. You recognize that websites are here to stay and that every business will be putting more and more resources into their web presence. You’ve picked an exciting programming field, setting you up for an exciting career. Web developers come in many varieties. Some build simple […]
Last week, I announced that I’ve updated the focus for Livecodestream.dev. From now on, we’ll be talking about building a career in web development. This new focus on web development is a big change, but it’s an exciting and necessary one because of how rapidly things are changing in programming. New technologies associated with Web3 and […]
There are hundreds of different programming languages, so which one is right for you? As technology advances and we discover more ways to use it, there are more specialized programming languages than ever. But, despite all these different languages, there are only three that you need to learn to begin your career as a web […]
” Are you interested in learning how to become a software engineer, but don’t have years to dedicate to studying CS at university? Well, good news: you can absolutely become a software developer without a college degree!” Software engineers are in charge of developing and testing software programs. Six-figure wages and high employability await individuals […]
Python is an amazing and versatile programming language that is very easy to learn and work with. Like many programming languages, it offers more than one way to solve a problem, some requiring more lines of code than others. Now, fewer lines of code is not always the best answer, as sometimes we may clutter our algorithms […]
If you see any of these signs it is time to get out Perhaps you have just begun working for a new firm, or maybe you have been with one for a while. However, something does not appear to be right. You probably cannot put your finger on the problem, but you know something is […]
Learn multiple options to convert strings into numbers with JavaScript In a Javascript application, the input data we accept from users are often in string format. Forms and input fields are the biggest examples of this. But our application can’t always process all these data as strings themselves. Especially when it comes to inputs like […]
Dates are hard, let’s learn how to compare them Working with dates is something developers encounter very often. From creating to storing and processing dates, date manipulation in Javascript has many use cases in application development. In today’s tutorial, we thought to focus on one of them: comparing dates. Javascript’s built-in date object gives us enough functionality […]