Tech Stack 2019: Core

Building the core of a technology stack for 2019; for those who appreciate JavaScript. | Continue reading


@codeburst.io | 5 years ago

Creating dynamic grid layouts with JS

A simple, lightweight Javascript library for dynamic grid layouts. | Continue reading


@codeburst.io | 5 years ago

Pivot Table: Core Concepts and Web Solutions

A pivot table is a fundamental technique when it comes to data processing and visualization. Undoubtedly, it’s a must-have tool for… | Continue reading


@codeburst.io | 5 years ago

Faster Web with Imba and Memoized DOM

If Virtual DOM is slow by design, and DOM API is tedious to use, how do we get the faster web? | Continue reading


@codeburst.io | 5 years ago

Show HN: Magic Grid – A simple JavaScript library for dynamic grid layouts

A simple, lightweight Javascript library for dynamic grid layouts. | Continue reading


@codeburst.io | 5 years ago

Software estimates and fractality

How long is a piece of string? | Continue reading


@codeburst.io | 5 years ago

Developers that constantly want to learn new things, here’s a tip

I’ve seen this pattern of frustration and self-doubt among developers that want to learn it all, and really know very little when actually… | Continue reading


@codeburst.io | 5 years ago

JavaScript Arrow Functions: How, Why, When (and WHEN NOT) to Use Them

One of the most heralded features in modern JavaScript is the introduction of arrow functions, sometimes called ‘fat arrow’ functions… | Continue reading


@codeburst.io | 5 years ago

Building Beautiful Command Line Interfaces with Python

building a command line interface using python.. | Continue reading


@codeburst.io | 5 years ago

Does JavaScript really do that?

Getting acquainted with some of the curve balls javascript is capable of throwing at you. | Continue reading


@codeburst.io | 5 years ago

React Authentication with Twitter, Google, Facebook and GitHub

In a previous post, I went over an approach you could take to authenticate your React app with Twitter. The obvious next step is to add… | Continue reading


@codeburst.io | 5 years ago

V4 Create React and Redux app structure with build configurations. What’s new?

If you missed first part go here and figure out what is create-react-redux-app-structure about 😎 | Continue reading


@codeburst.io | 5 years ago

Setting Up ESLint and EditorConfig in React Native Projects

I had a hard time going from 4 spaces to 2 spaces indentation, now I’m quite comfortable with it, and I’m happy that airbnb agrees with me | Continue reading


@codeburst.io | 5 years ago

Why Non-Deterministic Order of Execution of SetTimeout and SetImmediate in Node

This post was originally written as an answer to nodejs help github issues https://github.com/nodejs/help/issues/392 | Continue reading


@codeburst.io | 5 years ago

ES6’s Function Destructuring Assignment Is Not a Free Lunch

I completely agree with the fact that “premature optimization is the root of all evil (or at least most of it) in programming”. But it… | Continue reading


@codeburst.io | 5 years ago

Building a Simple Single Sign On(SSO) Server and Solution from Scratch in Nodejs

The web application uses the browser/server architecture, HTTP as the communication protocol. HTTP is a stateless protocol. Each time the… | Continue reading


@codeburst.io | 5 years ago

You should fit your service in a single AWS Lambda function

Do you think serverless is for fatty functions? Think again. | Continue reading


@codeburst.io | 5 years ago

Integrate Custom Elements into React App

Web Components in React with support in all popular browsers, including IE 11 | Continue reading


@codeburst.io | 5 years ago

Why Developers Become Frustrated and Companies Can’t Find Talent

It all boils down to economics | Continue reading


@codeburst.io | 5 years ago

5 steps to speed up your image heavy website

Images are a key component of every website. According to HTTP Archive images make up for more than 60% of data loaded on web pages. Being… | Continue reading


@codeburst.io | 5 years ago

RouteQL – GraphQL without the GraphQL

GraphQL represents a paradigm shift in the way that we think about requesting data on the frontend. | Continue reading


@codeburst.io | 5 years ago

No need to wait for the holidays, start Decorating now

ES2018+, a.k.a ESnext, a.k.a ECMA-262 is giving us devs some shiny new toys. | Continue reading


@codeburst.io | 5 years ago

Building a Node JavaScript Interactive CLI

NodeJS can be very useful when it comes to building Command-line Interfaces also known as CLI’s. | Continue reading


@codeburst.io | 5 years ago

5 Free Tools for Data Analysis and Visualization

In today’s time, people are more inclined towards using charts, graphs, or reports to visualize and analyze large chunks of data. Gone are… | Continue reading


@codeburst.io | 5 years ago

The Time I Got Drunk on S3 and What I Learned

One of the most popular services provided by Amazon Web Services is Simple Storage Service (S3). The service has 11 nines of durability… | Continue reading


@codeburst.io | 5 years ago

The 2018 Web Developer Roadmap – Codeburst

An illustrated guide to becoming a Frontend or Backend Developer with links to courses | Continue reading


@codeburst.io | 5 years ago

ES6’s Function Destructuring Assignment Is Not a Free Lunch

I completely agree with the fact that “premature optimization is the root of all evil (or at least most of it) in programming”. But it… | Continue reading


@codeburst.io | 5 years ago

How to Style Your GTK App with CSS and Haskell

For the upcoming release of Gifcurry — an open-source, video-to-GIF maker — a completely custom theme was made using CSS and Haskell. The… | Continue reading


@codeburst.io | 5 years ago

How to Build a Custom GTK Widget with Haskell

GTK, if you’re unfamiliar with it, is a library for creating graphical widgets for the desktop. | Continue reading


@codeburst.io | 5 years ago

Doing Without Databases in the 21st Century

I have received a lot of responses for my article “What I’m Telling Business People About Why Relational Databases Are So Bad”. A lot of… | Continue reading


@codeburst.io | 5 years ago

Immunity on the dark web due to bockchain technology

In children’s books, the villain is a mystical character with evil intentions and a generally evil outlook. His outfit is most likely made… | Continue reading


@codeburst.io | 5 years ago

What I’m Telling Business People About Why Relational Databases Are So Bad

The following is what I have written in my book Avoiding IT Disasters to explain to business people why relational databases are the cause… | Continue reading


@codeburst.io | 5 years ago

Command Line Games with Perl

This project, on a high level, is basically a 3 step process, which I’ll segment out into smaller sub steps. | Continue reading


@codeburst.io | 5 years ago

A very brief introduction to Samba, scaffolding for all languages and frameworks

As easy as live templates, as powerful as Rails Generate and Yeoman | Continue reading


@codeburst.io | 5 years ago

Creating custom URL shortener with Nodejs

What is URL Shortener? | Continue reading


@codeburst.io | 5 years ago

Top JavaScript errors from 1000+ projects (and how to avoid them)

By Jason Skowronski @ Rollbar | Continue reading


@codeburst.io | 5 years ago

JavaScript with map, reduce, filter and ES6

If you are a fan of javascript and use it daily then you will love this 😃 | Continue reading


@codeburst.io | 5 years ago

Why and when to use proxy in js

Recently, I was reading some less famous javascript feature and I found Javascript Proxy. | Continue reading


@codeburst.io | 5 years ago

Vuex getters are great, but don’t overuse them

As it states in the Bunny Theory of Code, the code tends to multiply in a quick way. And even with such great tools as Vue and Vuex it’s… | Continue reading


@codeburst.io | 5 years ago

Interactive Mario Kart with Only CSS

Interactive Mario Kart with Only CSS | Continue reading


@codeburst.io | 5 years ago

While Loops JavaScript

Until yesterday, I think my understanding of While loops and If loops was lacking. I mean, I used them both, but I almost thought of them… | Continue reading


@codeburst.io | 5 years ago

Web Scraping with Beautiful Soup

Webscraping is a method of data mining from web sites that uses software to extract all the information available from the targeted site… | Continue reading


@codeburst.io | 5 years ago

NectarJS: Compiling JavaScript into Native Binaries for Every Platform

[Project update] Launching a JS compiler : how to deal with strong expectations about NectarJS | Continue reading


@codeburst.io | 5 years ago