Aleksandr Slugin
skandar-dev.bsky.social
Aleksandr Slugin
@skandar-dev.bsky.social
Hey there 👋

I’ve just uploaded my very first YouTube video 🎉  

I’m sharing the tips that make my debugging life easier.  

Watch it here → youtu.be/6hNXLPUcq9A

I’d love to hear your thoughts 🙂
9 simple debugging tips
YouTube video by Aleksandr Slugin
youtu.be
July 12, 2025 at 3:28 PM
Reposted by Aleksandr Slugin
in Chrome 135 - Tomorrow Mar 26, 2025
customize all the parts of a with #CSS!

nerdy.dev/customize-a-...
File /etc/hosts

Over the past few years, the hosts file has helped me several times. This week, I found myself thinking about it again. In this post you’ll learn:

- What is the hosts file?
- What is it used for?
- How can it be helpful in development?

skandar.dev/articles/fil...

#dns
File /etc/hosts — Aleksandr Slugin
This week, I faced a task where I needed to test the functionality of an external resource locally. The problem was that the resource had a restriction allowing it to run only on a predefined list of ...
skandar.dev
December 26, 2024 at 8:24 AM
Using CSS Grid we can create columns and rows using named lines. For example we have some container with different elements inside like images and paragraphs and we want images to be the full width of the container, and paragraphs to have some padding to the left and right of the container.
December 8, 2024 at 9:43 PM
Using Astro.js components with @vanilla-extract styles in the *.mdx files you will notice that the class for that component is created, but the styles are not generated.

You can pass component as property to the <Content> component:

<Content components={{ CustomComponent }}>
November 24, 2024 at 5:59 PM
Hey there 👋
I have finally launched my blog, and the first article is already published. You can read it on: English, Russian, Ukrainian, and Romanian (language switcher in the footer).

Link to the article: skandar.dev/articles/in-search-of-the-lost-glyphs
In the search of the lost glyphs — Aleksandr Slugin
When adding support for a new language in the application, some letters in the text are not displayed as expected. Let's figure out why this happened and how to fix it.
skandar.dev
November 16, 2024 at 4:00 PM