Flavio Copes, freeCodeCamp.org

Flavio Copes

freeCodeCamp.org

Contact Flavio

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • freeCodeCamp.org
  • devmio
  • Alligator.io
  • Hacker Noon

Past articles by Flavio:

Learn Linux Basics – Bash Command Tutorial for Beginners

This Linux Command Handbook will cover 60 core Bash commands you will need as a developer. Each command includes example code and tips for when to use it. This Linux Command Handbook follows the 80/20 rule: you'll learn 80% of a topic in around 20% of the time you → Read More

How to estimate programming time

If you are looking for solid advice on how to estimate programming time, Flavio Copes got you covered. → Read More

A developer's introduction to WebAssembly

Discover why WebAssembly is a very important part of the web platform of the future in this introductory tutorial by Flavio Copes. → Read More

A Look at the Channel Messaging API

The Channel Messaging API allows the main JavaScript thread to communicate with workers like Service Workers. This post will show you how it's done. → Read More

Create your first app with Vue.js

If you've never created a Vue.js application, Flavio Copes is going to guide you through the task of creating one and understanding how it works. → Read More

Getting Started with Service Workers

Service Workers are at the core of Progressive Web Apps, a set of technologies that makes mobile apps possible with the Web stack. → Read More

First Steps with the Cache API

The Cache API is a relatively new JavaScript API that allows to create performant browsing experiences by giving developers control over the caching of assets. → Read More

A developer's introduction to React

React is a JavaScript library that aims to simplify development of visual interfaces. Today, we're learning why it's so popular and what problems it solves. → Read More

A developer's introduction to GitHub

GitHub is a website where millions of developers gather every day to collaborate on open source code. Learn all about it with this how-to from Flavio Copes. → Read More

10 Firefox Dev Tools tricks that will blow your mind

I am a fan of the Browser Dev Tools, the secret power weapon 🚀 for all us Web Developers. → Read More

How I stopped worrying and learned to love the JavaScript ecosystem

Until a few months ago I could not even look at JavaScript without having a feeling of anxiety. I was 100% under the so-called JavaScript Fatigue and I could not get out of it. This lasted years… → Read More

An Introduction to GraphQL –

GraphQL is the new frontier in APIs (Application Programming Interfaces). → Read More