As a developer, you can greatly improve your process using continuous integration. You want to continually ship little changes you […]
Chrome developer tools is a browser-based console that comes prepacked with Google Chrome. Not only does it come with a […]
Introduction When I got introduced to programming, years ago, I was really excited about the endless opportunities I could embrace. […]
Typescript has come a long way since its inception over six years ago and is being adopted by leading web […]
We are all fully aware of the Document Object Model (DOM). Thanks to it, we can manipulate the structure and […]
Speaking at conferences and meetups can be one of the best things you can do for your career. But for […]
Create React App 2.1, released at the end of October 2018, added official support for TypeScript. This, along with all […]
Pipelines enable clean chaining of operations, but they’re not quite ready just yet The usage of pipes to transport water, air, […]
The phrase “single-page application” has come, over the years, to mean both a particular type of website and a web […]
Every now and then you run into a cranky programmer who hates Javascript. They argue that JavaScript is terrible because […]
After the React team announced the proposal of a new feature called Hooks at React Conf 18, there was a […]
While async functions have been around forever, they are often left untouched. Async/await is what some may consider an outcast. […]