How JavaScript still hasn’t broken the Internet just yet
even in its sloppy and strict states
Aphinya is a skilled tech writer with field experience in software development, agile, and fullstack JavaScript. She is a dev advocate and community builder, helping others navigate their dev journey.
even in its sloppy and strict states
There was a time when the boss came to us and demanded that we just start coding. It was a fire, fire, aim approach that worked under some circumstances — but not when it comes to code. Creating code is more akin to building a house — you need at least the...
JavaScript has a sort() method that you can use on arrays, but the results are almost always weird and don’t return what you initially expect. For example, if you have the following [9, 8, 12, 1, 33, 21] array, using sort() on it will return [1, 12, 21, 33,...
Finding the right developer for your team can often be a hard task. Sure, they might show signs of technical chops and pass all the psychometric tests — but how effective are they really as developers? The effectiveness of a developer in a team and their ability to deliver robust code...
There’s been an explosion of new developers entering the field. The competition is often fierce — so how do you differentiate yourself for that dream role? If you’re fresh out of Bootcamp, university, or the self-taught track, having a solid portfolio for your entry-level job application is a must-have...
Let’s be honest, if you’re self-taught, there’s a high chance that algorithm topics wouldn’t even be on your radar. In part, it’s because you’re most likely preoccupied with other things — like getting your application to run, figuring out why your npm commands aren’t...