ARTICLES ABOUT DEVELOPMENT
-
Learn to code in 2020, get hired, and have fun along the way: Article by Andrei Neagoie that got many of us into this class. If you haven’t read it, it’s worth a read and has a few more items of info that are not necessarily in the lessons.
-
Tools I wish I had known about when I started coding: Article by Mario Hoyos. Chrome extensions listed are on the tools page.
-
Tools I wish I had known about when I started coding: Revisited: Article by Mario Hoyos. With more and different info.
-
front-end-guide: An extended article/GitHub repo that addresses what a modern web developer should study and be aware of. This is written from the perspective of a developer informing new employees as to what are the current practices at his company, Grab, a ride-sharing service.
-
Front End Web Development Setup: An informative article on how to put together a front-end development environment.
-
Modern Development Environment for Windows: Setting up a windows computer for front-end development.
-
React vs Vue.JS: Which Front-end Framework to Choose in 2018: In this article, we’ll briefly consider the status quo in the world of modern JavaScript frameworks, comparing React and Vue.JS.
-
Productivity: How I am so productive - Kent C. Dodds: In this article, Kent sharing his daily activity that makes him so productive.
-
The Cost of Javascript - Addy Osmani: Article about being mindful of what and how we use javascript in our applications.
-
How The Web Works - Maximilian Schwarzmüller: An introduction on how the web actually works.
-
Static vs Dynamic vs SPA - Maximilian Schwarzmüller: In this article the author explains different techniques on how to build modern web pages and the pros & cons of each.
-
Introduction to Source Maps – Matt West: Article explains about how the source map works.
-
What is Software Development? – IBM: A more academic explanation of the software development process from tech juggernaut IBM.
-
Rest API: Best practices for REST API design
-
Error Message Guidelines: Established wisdom holds that good error messages are polite, precise, and constructive.
-
Building a Modern React App from Scratch: Step-by-step tutorial to building a modern React app completely from scratch, using no boilerplate.
-
Learn Back-end Development with NodeJS on Youtube: Best Youtube Courses/Tutorials for Back-end Development with Node.js From Beginner to Advance.
-
Learn MongoDB on YouTube from Beginner to Advanced: Best Youtube Courses/Tutorials for NoSQL Database Development with MongoDB From Beginner to Advance.
-
Learn Front-end Development with React on Youtube: Best Youtube Courses/Tutorials for Front-end Development with React From Beginner to Advance.
-
There’s Never Been a Better Time to Learn .NET – Dustin Metzgar: A clear-headed introduction to implementing full-featured, cross-platform professional applications on the Microsoft .NET platform.