A Beginner's Guide to Rapid Prototyping (7 Min Read)

Everything you need to know about rapid prototyping in 7 minutes (or less) | Continue reading


@medium.freecodecamp.org | 5 years ago

How to Set-Up a Powerful API with Nodejs, GraphQL, MongoDB, Hapi, and Swagger

Separating your frontend and backend has many advantages: | Continue reading


@medium.freecodecamp.org | 5 years ago

How to escape tutorial purgatory as a new developer – or any time in your career

For a long time I held off from starting my own side projects because of how much I didn’t know how to do. | Continue reading


@medium.freecodecamp.org | 5 years ago

Solving the ‘unsolvable’ with Monte Carlo methods

How do you solve an ‘unsolvable’ problem? | Continue reading


@medium.freecodecamp.org | 5 years ago

How I automated my job search by building a web crawler from scratch

The story of how it began | Continue reading


@medium.freecodecamp.org | 5 years ago

The best of Python: a collection of my favorite articles from 2017/18 (so far)

My intention with publishing this collection | Continue reading


@medium.freecodecamp.org | 5 years ago

Build a command-line chat app with Node.js and Chatkit

Building chat in your app can be pretty complex. Yet, with Chatkit, implementing fully-featured chat is nothing but a few lines of code. | Continue reading


@medium.freecodecamp.org | 5 years ago

Why-i-built-the-simplest-async-universal-react-redux-boilerplate-i-could

I set myself a task last week. | Continue reading


@medium.freecodecamp.org | 5 years ago

A Real-World Comparison of Front-End Frameworks with Benchmarks (2018 Update)

This article is a refresh of A Real-World Comparison of Front-End Frameworks with Benchmarks from December 2017. | Continue reading


@medium.freecodecamp.org | 5 years ago

“You sound insecure”-how recording yourself can help you ace your next interview

Have you ever heard a recording of your voice? It’s weird. I’m not saying your voice is weird (well, it could be), but it’s a weird… | Continue reading


@medium.freecodecamp.org | 5 years ago

What I learned after analyzing my life for a year with data

In search of a less anxious, more meaningful, and hopefully happier and successful life, I decided to record my behavior and habits for an… | Continue reading


@medium.freecodecamp.org | 5 years ago

How to Build a Responsive Tesla Launch Page with Bulma CSS

To accelerate the advent of sustainable web design | Continue reading


@medium.freecodecamp.org | 5 years ago

How to Build a Responsive Blog Design with Bulma CSS

💁‍‍ Thanks, Bulma! | Continue reading


@medium.freecodecamp.org | 5 years ago

How to use a concurrent task queue in your Redux-Sagas

In this guide, you will learn what a concurrent task queue is, some of the best use cases, and how to write one. | Continue reading


@medium.freecodecamp.org | 5 years ago

How to use a concurrent task queue in your Redux-Sagas

In this guide, you will learn what a concurrent task queue is, some of the best use cases, and how to write one. | Continue reading


@medium.freecodecamp.org | 5 years ago

Learn ReasonML by Building Tic Tac Toe in React

You may have heard of Reason before. It’s a syntax on top of OCaml that compiles to both readable JavaScript code and to native and… | Continue reading


@medium.freecodecamp.org | 5 years ago

How to deal with a micro-manager

Being micromanaged sucks. It’s a major complaint people have with their managers. You feel demotivated and undervalued, and it inhibits… | Continue reading


@medium.freecodecamp.org | 5 years ago

A list of fun apps to build

You can only become a great developer by putting the effort in. Imagine for a moment — You can’t become fit physically by reading a lot… | Continue reading


@medium.freecodecamp.org | 5 years ago

How to model the behavior of Redux apps using statecharts

Our app, whether we like it or not, will be in a particular state at any given point in time. As we code User Interfaces (UI), we describe… | Continue reading


@medium.freecodecamp.org | 5 years ago

JavaScript Symbols,Iterators,Generators,Async/Await,AsyncIterators- Explained

Some JavaScript (ECMAScript) features are easier to understand than others. Generators look weird — like pointers in C/C++. Symbols manage… | Continue reading


@medium.freecodecamp.org | 5 years ago

Develop Progressive Web Apps that feel native

I’m currently developing a Progressive Web App that will also serve as the native app of my next service. | Continue reading


@medium.freecodecamp.org | 5 years ago

Free Course: Level Up with Bulma CSS

The best CSS framework since Bootstrap 🥊 | Continue reading


@medium.freecodecamp.org | 5 years ago

How to talk to your tech lead and fix your communication glitches

Here’s where you messed up. | Continue reading


@medium.freecodecamp.org | 5 years ago

Insights from Stack Overflow’s 2018 survey of 100,000 developers

This week Stack Overflow released the results of their annual developer survey. | Continue reading


@medium.freecodecamp.org | 5 years ago

An introduction to functional Reactive programming in Redux

Letss start off by getting the basic idea of what “Reactive Programming” is: | Continue reading


@medium.freecodecamp.org | 5 years ago

Breaking bad to make good: Firefox CVE-2017–7843

If left unfixed this flaw could have wreaked havoc but Mozilla’s prompt fixes saved the day. | Continue reading


@medium.freecodecamp.org | 5 years ago

Discovering the hidden mine of credentials and sensitive information

A few days ago, while researching, I found that a lot of individuals and companies are putting their sensitive information on their public… | Continue reading


@medium.freecodecamp.org | 5 years ago

React's new context API: Toggle between local and global state

Consider a component that handles a visibility state and passes it down to its children via render props: | Continue reading


@medium.freecodecamp.org | 5 years ago

How to increase your chances of landing a development job

Are you looking for a developer position? | Continue reading


@medium.freecodecamp.org | 5 years ago

Continuously deploy a static website using GitHub and AWS

In this post we are going to learn how to use AWS CodePipeline and CodeDeploy to automatically retrieve the source code for a static… | Continue reading


@medium.freecodecamp.org | 5 years ago

Replacing Redux with the New React Context API

The new context API that comes with React 16.3 is pretty neat. It was built in the render props style trending over these last months… | Continue reading


@medium.freecodecamp.org | 5 years ago

Create your own auto direct message Twitter bot for free

Creating a welcome message for your new followers in Twitter is the first step to getting more people to engage with your tweets and links… | Continue reading


@medium.freecodecamp.org | 5 years ago

A Brief History of Serverless

Once upon a time… | Continue reading


@medium.freecodecamp.org | 5 years ago

“Learn This One Weird Trick to Debug CSS”

*Not clickbait* | Continue reading


@medium.freecodecamp.org | 5 years ago

Want to be a top developer? You should build things

Due to high demand I’m extending the list of fun apps to build. 😁 | Continue reading


@medium.freecodecamp.org | 5 years ago

How to choose the right container orchestration and how to deploy it

Running server processes inside containers is here to stay. If your environment is small with a couple of servers running a few dozen… | Continue reading


@medium.freecodecamp.org | 5 years ago

Scaling Node.js server with forked process

This is a practical tutorial for web developers who are using or about to use a Node server in production. | Continue reading


@medium.freecodecamp.org | 5 years ago

How to program a calculator with jQuery

Previously, I showed you how to use CSS border-radius property to create the following calculator. | Continue reading


@medium.freecodecamp.org | 6 years ago

Unlearning toxic behaviors in a code review culture

Code reviews can be contentious. I had an incredible experience giving my first conference talk titled “Unlearning Toxic Behaviors in a… | Continue reading


@medium.freecodecamp.org | 6 years ago