How to Successfully Join a Company as Engineering Manager

In mid-2020 I joined Lemonade as Engineering Team Lead. Here are 4 things I did to succeed. | Continue reading


@codeburst.io | 2 years ago

The Data Æther

Data isn’t really like matter. It’s like space. | Continue reading


@codeburst.io | 3 years ago

Beyond the Basics: Advanced Tools in Git

Commit, push, pull… every developer knows the basic vocabulary of version control with Git these days. But beyond those basics, there’s a… | Continue reading


@codeburst.io | 3 years ago

Running Go from Ansbile

While most Ansible modules are written in Python, that’s not the only option you have. If you like Go, this post is for you! | Continue reading


@codeburst.io | 3 years ago

Best Easy Practices of JavaScript

Follow some best practices while writing your javascript code. | Continue reading


@codeburst.io | 3 years ago

Optimize your repository using Git GC – by Amit Prajapati – codeburst

Hello Techies 👨🏻‍💻 | Continue reading


@codeburst.io | 3 years ago

Using Clean Architecture in Flutter

It’s time to learn why clean architecture is so important and how to use it in a Flutter app. | Continue reading


@codeburst.io | 3 years ago

Hack Keyboard Shortcuts into Sites with a Custom Chrome Extension

Increase productivity by adding custom keyboard shortcuts to your favorite sites | Continue reading


@codeburst.io | 3 years ago

What is prototype pollution in JavaScript?

Prototype Pollution, as the name suggests, is about polluting the prototype of a base object which can sometimes lead to arbitrary code… | Continue reading


@codeburst.io | 3 years ago

Stack Choices: React vs. Vue vs. Angular vs. Svelte

As a developer, there are many choices to make when building your next application. The rise of serverless technologies allows developers… | Continue reading


@codeburst.io | 3 years ago

Solid foundations of your code part 1 – codeburst

A code like a house needs solid foundations. Let’s check how to use SOLID principles to achieve that. | Continue reading


@codeburst.io | 3 years ago

How to Not React: Common Anti-Patterns and Gotchas in React

What is an anti-pattern? Anti-patterns are certain patterns in software development that are considered bad programming practices. The same… | Continue reading


@codeburst.io | 3 years ago

I Built a Real-Time Games Platform for Social Distancing in a Month

At the end of March, friends and I wanted to play games over video. We needed a real-time social games engine, so I started building it… | Continue reading


@codeburst.io | 3 years ago

Elasticsearch – Search in your local language

How to implement efficient keywords search in Python for languages like Russian, Polish, French, Hungarian and more. | Continue reading


@codeburst.io | 4 years ago

How Does Zookeeper Servers Remain in Sync? – Codeburst

A glimpse into ZAB protocol in Zookeeper | Continue reading


@codeburst.io | 4 years ago

Keeping aspect-ratio with HTML and no padding tricks

For a long time we’ve been told the only way to have a DOM element keep a fixed aspect ratio without Javascript is with the % padding… | Continue reading


@codeburst.io | 4 years ago

Failure Taught Me How to Code

My arm pits were sweating as time ticked away. I needed to get my tests to pass by completing the long list of objectives that I’d started… | Continue reading


@codeburst.io | 4 years ago

JavaScript classes: state management v2

After writing the article Javascript classes: state management, I got a lot of input from Nige White (Kudos!) and went back to the drawing… | Continue reading


@codeburst.io | 4 years ago

What Makes Apache Druid Great for Realtime Analytics?

How Druid enables exploration of realtime data and historical data while providing low latencies and high availability. | Continue reading


@codeburst.io | 4 years ago

React Hooks, First Impressions

Or the art of writing an entire article based on 22 lines of code. | Continue reading


@codeburst.io | 4 years ago

Tensorflow.js Cool Stuff

What is TensorFlow.js Capable Of? | Continue reading


@codeburst.io | 4 years ago

Favicon for Dark Mode

One simple function to dynamically update a favicon for users with dark mode enabled | Continue reading


@codeburst.io | 4 years ago

Why Are Tesla and Google Designing Their Own Processors?

High-level overview of Tesla and Google’s chip-design for Neural Networks | Continue reading


@codeburst.io | 4 years ago

Developers, the API to Bootstrap Your Flink Jobs Has Arrived

Getting Started with the new State Processor API in Apache Flink | Continue reading


@codeburst.io | 4 years ago

You Can Go Beyond HTTP 1.1

Implement your own http/2 service. | Continue reading


@codeburst.io | 4 years ago

Currying vs. Partial Application

A lot of people get confused in between currying and partial application and many of us does not know what, where and when we should use… | Continue reading


@codeburst.io | 4 years ago

Image Processing – Making Custom Image Filters

Thanks for reading my first part. Now get ready to dive into another implementation. | Continue reading


@codeburst.io | 4 years ago

Write beautiful JavaScript with HOC functions (Map, reduce, filter, find)

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


@codeburst.io | 4 years ago

Best way to structure monolithic app in Node.js

This article about structuring the backend for REST API’s which can be extend to Graphql. | Continue reading


@codeburst.io | 4 years ago

Execution Context and Hoisting Inside Out

This article is for those who don’t know how javascript is executed. | Continue reading


@codeburst.io | 4 years ago

I Stopped Loving Angular

I have worked with AngularJS for many years now and still use it in production today. Even though you can’t call it ideal, given its… | Continue reading


@codeburst.io | 4 years ago

Color Switcher UI with Color Input Type and CSS Variables

With the help of the CSS variables and native color input type, we can switch the theme UI on our web application or site. Well, the web… | Continue reading


@codeburst.io | 4 years ago

How to Build Great React Search Experiences Quickly

Building search experiences is hard work. It can seem easy at a glance: build a search bar, put data into a database, then have user input… | Continue reading


@codeburst.io | 4 years ago

Data Visualization Tools React

Learn in practice how to embed an analytical dashboard into your React application. | Continue reading


@codeburst.io | 4 years ago

How to Avoid Terrible Tech Companies

Over the past three years of training women at FrauenLoop to enter jobs in the tech industry, this question comes up again and again… | Continue reading


@codeburst.io | 4 years ago

Building a “Serverless” API Using Firebase Cloud Functions

A couple of days ago, as I was taking a shower, I had a Eureka moment! It occurred to me how possible it is to build a complete REST API… | Continue reading


@codeburst.io | 4 years ago

A Practical Guide to ES6 Symbol

Practical Javascript metaprogramming with Symbols | Continue reading


@codeburst.io | 4 years ago

Getstream.io: Why We Switched from Python to Go

Switching to a new language is always a big step, especially when only one of your team members has prior experience with that language… | Continue reading


@codeburst.io | 4 years ago

What’s more secure? Dot notation or bracket notation (JavaScript)

Many articles talk about the differences between dot and bracket notation. But which one is more secure? | Continue reading


@codeburst.io | 4 years ago

How to Build a Cross-Browser New Tab Apps Using React

Building cross-browser new tab apps using React… | Continue reading


@codeburst.io | 4 years ago

My Top Newsletters for Developers

A list of free newsletters for Developers. | Continue reading


@codeburst.io | 4 years ago

What Can Go Wrong with Database Replication

Challenges in replicating data in Master-Slave architecture | Continue reading


@codeburst.io | 4 years ago

How System Clocks Can Cause Mysterious Faults?

A brief look at what possible issues you can face due to clocks being out of sync in your servers | Continue reading


@codeburst.io | 4 years ago

Why Are Tesla and Google Designing Their Own Processors?

High-level overview of Tesla and Google’s chip-design for Neural Networks | Continue reading


@codeburst.io | 4 years ago

Game Developer Roadmap

An illustrated guide to becoming a Game Developer with links to courses | Continue reading


@codeburst.io | 5 years ago

Tech Stack 2019: Front End Global State

Adding frontend global state to the core of a technology stack for 2019. | Continue reading


@codeburst.io | 5 years ago

Why goroutines are not lightweight threads?

GoLang is gaining incredible popularity these days.One of the main reasons for that is the simple and lightweight concurrency in the form… | Continue reading


@codeburst.io | 5 years ago

Faster Web

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