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 […]
Learn how to make money by doing online jobs There are already a lot of opportunities for developers. People with software development talents are becoming more valuable as the world of technology evolves. The internet has provided us with an enormous variety of opportunities, not limited by geography. As the world becomes digital, new opportunities […]
Learn how to build and work with this genius data structure Wait! Does Javascript have a Dictionary type now? Not exactly. At least, not yet. But with its ever-so-flexible Object and ES6 Map types, creating a dictionary-like object for storing data as key-value pairs is only a matter of minutes. This statement may seem a little strange […]