Alex Barashkov

Alex Barashkov @alex_barashkov

About: Software engineer with 10+ years of web development experience. Currently focused on React, Next.js, Gatsby.

Location:
France
Joined:
Jul 24, 2018

Alex Barashkov
articles - 27 total

Things you might not know about Next Image

If you've worked with Next.js, it's likely that you've come across Next Image component. This...

Learn More 171 8Jun 22 '23

Use Google Analytics to uncover the truth about dark and light mode user's preferences

Dark mode has become increasingly popular in recent years, as it can help reduce eyestrain and save...

Learn More 18 0Dec 15 '22

Advanced web font optimization techniques

Website developers have been using custom fonts for ages. Since custom fonts are not present in the...

Learn More 75 6Nov 28 '22

Optimization techniques for Rive animations in React apps

What is Rive? Rive is a modern tool for creating well-performing interactive animations...

Learn More 41 3Oct 27 '22

Gatsby Graphql schema customization for beginners

Gatsby has one big difference from other frameworks: it has a built-in Graphql data layer. Such a...

Learn More 36 1May 16 '22

Comparing Gatsby and Next.js for website development

Gatsby and Next.js, from a first glance, could look pretty much the same. Both are React-based...

Learn More 125 17Feb 22 '22

Measuring Gatsby projects build time using paid plans of popular static website hosting platforms

Jamstack is showing rapid growth these days. We get more and more tools and frameworks for it almost...

Learn More 63 6Feb 1 '22

How to hide Feature A and show Feature B for different users in React

Overview Have you ever wondered how do companies like Slack, Netlify, Zoom, Facebook (and...

Learn More 348 1Jul 20 '21

Top 10 open-source SaaS that could help you build the next big thing

I'm super happy that investors and big companies are finally happy to support Open Source projects....

Learn More 306 10Jul 15 '21

Speed up your development with this new VS Code extension

My friend and I recently developed VS Code extension – Snipsnap that aims to solve the existing probl...

Learn More 836 54Jun 19 '20

A simple guide for port forwarding Kubernetes resources

Kubernetes changes the way how people deploy, orchestrate, and build their infrastructures. In this a...

Learn More 63 5Aug 12 '19

Automate NPM packages security fixes with recurring tasks on CI

When developing on Node.js, our team uses a lot open source NPM packages. Each of...

Learn More 77 8May 9 '19

The Challenges of Building Own MacOS App

Two years ago, we began the process of building a simple, open-source MacOS app...

Learn More 69 11Apr 25 '19

Getting started with open-source Drone CI

If you are building your side project or startup and want to avoid spending too...

Learn More 114 14Apr 4 '19

How did we make open source CI better?

In this article, we talk about Drone CI, a very powerful, lightweight, docker-b...

Learn More 106 14Mar 27 '19

How games can improve your skills in the real world

If you’re going to play the game, you’ve got to learn to play it right or how g...

Learn More 77 12Jan 29 '19

20 Docker commands use cases for developers

Technology is most effective when you know how to work with it; bear this in mi...

Learn More 643 12Jan 24 '19

Using Docker for Node.js in Development and Production

My current primary tech stack is Node.js/Javascript and, like many teams, I mov...

Learn More 956 39Jan 17 '19

How to debug Node.js in a Docker container

More and more teams are moving their development environments to Docker contain...

Learn More 381 13Jan 7 '19

📈 What is the size of dev.to community we could expect in a year?

The forecast of the potential size of dev.to community in a year.

Learn More 41 12Dec 5 '18

Microservices vs. Monolith Architecture

Let’s discuss the pros and cons of each, point by point.

Learn More 297 14Dec 4 '18

How to deal with the event-stream vulnerability

Simple answer on the hyped theme

Learn More 35 5Nov 28 '18

Real time + Postgres = ?

Experience of implementing real time data subscription on top of existing PostgreSQL database.

Learn More 156 12Nov 13 '18

Tips and tricks for scalable CI/CD flow

When you plan a project, you don’t always know how big it will be by the end. It’s crucial, therefore, to follow guidelines that make the development process as smooth as possible. One especially useful tool for this is a Continuous Integration/Delivery flow, or CI/CD flow.

Learn More 118 10Nov 12 '18

How to send AWS CloudWatch Alarms to Slack

Alarm and monitoring systems are a key part of mature products and applications...

Learn More 56 10Oct 18 '18

99.9% uptime static site deployment with Cloudflare and AWS S3

Welcome to our simple guide for those of you looking for 99.9% uptime and an almost free deployment solution for your static websites, without having to maintain and configure your own server. In this article, we will do it with Cloudflare as a CDN service and AWS S3 as file storage.

Learn More 52 8Oct 2 '18

Best practices for cache control settings for your website

In this article, I will show you the right cache settings and techniques to help you keep your website up to date for all users after every deployment.

Learn More 41 1Jul 25 '18