Open in app

Sign In

Write

Sign In

Gilad Dayagi
Gilad Dayagi

245 Followers

Home

About

Nov 3, 2019

Three tools to help you become a better web developer

TL;DR Use git, use ESLint, write unit tests. Want to know the reasoning behind each tool? Keep reading! Introduction Whether you are starting out as a developer or already have some experience, improving your coding skills is an ongoing endeavour. But what does it mean to be a better coder? While there…

Software Development

6 min read

Three tools to help you become a better web developer
Three tools to help you become a better web developer
Software Development

6 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Jul 17, 2018

How to go beyond console.log and get the most out of your browser’s debugging console

The console object is a very useful feature of browsers that has been around for many years. It provides access to the browser’s debugging console. Most web developers know how to print messages to the console using console.log. …

JavaScript

5 min read

How to go beyond console.log and get the most out of your browser’s debugging console
How to go beyond console.log and get the most out of your browser’s debugging console
JavaScript

5 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Aug 21, 2017

Get Sheet Done — using Google Spreadsheets as your data backend

If you want to rapidly prototype your next web apps, try using Google Spreadsheets as your data backend. With a small library I created called get-sheet-done, you can have a free cloud database with GUI editor up and running in less than 5 minutes. The story behind Get Sheet Done A while back, I needed to…

Web Development

3 min read

Get Sheet Done — using Google Spreadsheets as your data backend
Get Sheet Done — using Google Spreadsheets as your data backend
Web Development

3 min read


Published in

codeburst

·Jul 8, 2017

How to dump the for loop and stay alive

The classic for loop is a widely used feature of javascript programs. It can be used for running any piece of code multiple times, and it used to be what was used for implementing operations on arrays. A typical for loop would look something like this: var arr = ['a'…

JavaScript

4 min read

How to dump the for loop and stay alive
How to dump the for loop and stay alive
JavaScript

4 min read


Published in

codeburst

·Jul 3, 2017

Promises for the (Web) Worker

While working on the Barcode Detector Polyfill, I needed to wrap a web worker with a promise based API. The use of a promise in this case was dictated by the standard proposal, and the use of a web worker was needed because of the heavy calculations that the detector…

JavaScript

4 min read

Promises for the (Web) Worker
Promises for the (Web) Worker
JavaScript

4 min read


Published in

We’ve moved to freeCodeCamp.org/news

·May 22, 2017

How to create visual variants for React components using styled-components

Styled-components is a library for styling React components that took the React world by storm when it was introduced at the end of 2016. The library is powerful and flexible. And solves most of the problems that classic CSS has in the so-called Component Age. In this post, I’ll look…

CSS

5 min read

How to create visual variants for React components using styled-components
How to create visual variants for React components using styled-components
CSS

5 min read


May 16, 2017

Two years later, what ES6 (ES2015) features I use most

It has been almost two years since the ES6 standard have been released, and thanks to tools like Babel we didn’t have to wait for browsers support in order to adopt the new standard. I have to admit that initially some of the new language features seemed weird and unnecessary, but…

JavaScript

4 min read

Two years later, what ES6 (ES2015) features I use most
Two years later, what ES6 (ES2015) features I use most
JavaScript

4 min read

Gilad Dayagi

Gilad Dayagi

245 Followers

Technology, software and life-hacking http://gilad.dayagi.com

Following
  • A. S. Deller

    A. S. Deller

  • Netanel Basal

    Netanel Basal

  • Christoph Janz

    Christoph Janz

  • Trey Huffine

    Trey Huffine

  • Eytan Manor

    Eytan Manor

See all (75)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams