Blog
Writing about web development and other things.
- Fun Friday, or 504 out of nowhere You probably know the advice not to deploy on Fridays, because no sane person wants to deal with possible problems over the weekend. But sometimes that's just not enough...
- On Kiro, engineering habits, and trust issues with code Another post about AI on the internet — some thoughts about Kiro, an AI-powered IDE from Amazon, and about my personal approach to using AI
- Happiness? Let’s find out what it is
- Sign here please!
- New Advent of Code, new attempt
- Want to learn Russian? Curated list of resources
- Do you want to be a team lead? You might have to
- Solved all React challenges on Hackerrank and not satisfied
- Don't use display:none without serious reasons
- When a backend developer tells you to parse a JWT token for user information...
- First impressions of using CursorAI
- Tag b or not b...
- When you need re-render, but it doesn't happen...
- The big re-renders myth
- Do you like to solve puzzles on the interview?
- Does memory tricks you?
- 0 days without mistake with SVG background
- HOC or not HOC?
- Boxes in boxes, Or what occupied my mind lately
- Today I learned about ref callbacks It escaped my attention, we can pass a callback function as a ref for an element in React, not just an object (like from useRef).
- No more absolute for overlapping Big thanks to Wes Bos for sharing examples of how to avoid using position: absolute for overlapping elements: tweet 1 and tweet 2.
- Found cool article about alt for image I found an insightful article by Adrian Roselli about the proper use of alt text for images.
- A bit of Java and Selenide for frontend developer Today, I tackled e2e tests in Java using Selenide.
- Watch out for divs I want to tell about a problem I solved today at work.