Can another company fix app bugs if they didn’t write the original code?
Sorry for the newb question, but I need a little direction on how to learn more about this. I’m a tech consultant for a small company that needs to fix/update ...
51 seconds
-
Working With JavaScript Classes: 3 Mistakes to Avoid
JavaScript classes are important for making developers write less and cleaner code. The classes were introduced in ECMAScript 2015 (ES6) and offer a syntactic sugar over the programming language’s prototype-oriented ...
47 seconds
-
Playing God With End-User’s Intentions
Recently, I started to see an issue with my IDE locking up after just a few minutes of usage.  The situation was really odd, as it seemed that the editor ...
55 seconds
-
Here’s How I Built a Quiz App for Remote Team Building: A Step by Step Guide
The COVID-19 pandemic and statewide stay-at-home order have caused many companies, including mine, to close their offices, restrict travel, and require all employees to work remotely. This has caused a ...
46 seconds
-
3 Common Redux Bugs (and How to Fix Them)
Web developers hate bugs because they lead to malfunctioning applications. Bugs make an application to behave in undesirable ways, something which affects the experience of users. Redux developers hate bugs, ...
32 seconds
-
Adding an Easter Egg to Your App
Those growing up in North America likely have a memory of the Easter Bunny — a mythical creature that magically left baskets or eggs filled with prizes for children. The ...
1 minute 16 seconds
-
4 Common Bugs in Angular (and How to Fix Them)
Angular developers often encounter bugs in their applications, which make them curse the framework and lament at some cryptic red lines on their consoles. However, because Angular is versatile, fast, ...
29 seconds
-
What is Plop?: File Generator Tool System
What is Plop? Plop is a file generator tool system which allows you to define a script file to generate all the boilerplate files for you. Similar in how Angular ...
52 seconds
-
CSS Grid Solution to the Problems of Float and Flexbox
Before going on to explain what CSS Grid is and what it is for, I will explain the current state of the tools we have when developing a layout for ...
25 seconds
-
Should You Use Express-Session for Your Production App?
While being Node’s most popular session management library, express-session has its set of flaws and weaknesses – especially when it comes to security. This article will analyze the good and ...
2 minutes 48 seconds
-