Aleksandr Ippatev

Aleksandr Ippatev @ippatev

Joined:
Jun 19, 2020

Aleksandr Ippatev
articles - 12 total

[Boost]

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

Learn More 0 0Jun 2

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

[Boost]

Best Practices for JavaScript Modularization Omri Luz ・...

Learn More 0 0May 22

[Boost]

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

Learn More 0 0Apr 18

[Boost]

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

Learn More 0 0Mar 5

Airbnb landing page with vue.js

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

Learn More 3 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 6 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 7 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 11 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