Aleksandr Ippatev

Aleksandr Ippatev @ippatev

Joined:
Jun 19, 2020

Aleksandr Ippatev
articles - 16 total

How Turborepo Builds Its Graph?

Turborepo creates its dependency graph by analyzing the `package.json` files within your monorepo. It looks for two key things

Learn More 3 1Sep 3 '25

Migration Guide: Tailwind CSS v3 to v4

I'll provide you with a comprehensive migration guide and a working example that demonstrates Tailwind CSS v4's new CSS-first configuration approach.

Learn More 7 0Aug 24 '25

[Boost]

Managing Tailwind CSS in Turborepo Packages Aleksandr...

Learn More 0 0Aug 22 '25

Managing Tailwind CSS in Turborepo Packages

When working with a Turborepo that has multiple packages, you'll need to handle Tailwind CSS imports and configuration properly. Here's how to set up individual `index.css` files for each package

Learn More 5 0Aug 22 '25

[Boost]

Pop OS! Cosmic 24.0.4 Release Date Aleksandr Ippatev ・...

Learn More 0 0Jun 2 '25

The services and methods for creating Google Tasks templates

Here's more detail on the services and methods for creating Google Tasks templates, as mentioned...

Learn More 1 0Jun 2 '25

[Boost]

Best Practices for JavaScript Modularization Omri Luz ・...

Learn More 0 0May 22 '25

[Boost]

Angular 19: Mastering `input.required()` and Functional Inputs...

Learn More 0 0Apr 18 '25

[Boost]

🚨 Micro-frontends: The Dumbest Idea Tech Bros Have Ever Sold to...

Learn More 0 0Mar 5 '25

Airbnb landing page with vue.js

preview: https://practical-nobel-81a61b.netlify.app/ tech stack: vue 3, vue router, typescript,...

Learn More 4 0Sep 21 '21

How do revert all local changes in Git?

If you want to revert changes made to your working copy, do this: git checkout . Enter...

Learn More 1 0Sep 13 '21

How to use the vuejs component in an angular project

Vue 3.2 introduces a new defineCustomElement method for easily creating native custom elements using...

Learn More 8 0Aug 15 '21

How to Style console.log?

To add CSS styling to the console output, we use the CSS format specifier %c. Then we start the...

Learn More 2 0Aug 10 '21

RxJS: Reduce vs Scan

Reduce operator - reduces the values from source observable to a single value that's emitted when the...

Learn More 9 0Aug 10 '21

How can I set yarn as the default packageManager for Angular CLI?

You hav to update package manager from npm to yarn. ng config --global cli.packageManager yarn ...

Learn More 13 1Aug 10 '21

How to fix problems with esbuild in Yarn

This plugin lets you use Yarn with esbuild. We use it in order to build Yarn itself! Add the plugin...

Learn More 4 2Aug 10 '21