cdROma.me

Roman's Blog

9 Notes

Roman
Hello! I'm Roman 👋
I write frontend 👨‍💻. Do some pet projects 🛠️. Make delicious food 🍲.
Enjoy touching grass 🌿.
Against Clean code! With a passion 🔥
Feature first matters 🚀.

Customize Indentation Guides in VS Code 12 November, 2024

Preview Setting up indentation guides in Visual Studio Code helps you see folder structure clearly, making it easier to find what you need…

Time to read: 1 min.

What's on My Raspberry Pi 5 22 September, 2024

A couple of months ago I bought a Raspberry Pi 5. Here's what came out of it. About the goals I didn't have a specific goal. The main idea…

Time to read: 3 min.

Useful Chrome Extensions for Developers 29 August, 2024

As a developer, having the right tools at your fingertips can significantly boost productivity and efficiency. Below is a curated list of…

Time to read: 1 min.

Order of Storing/Enumerating Keys in a JS Object 14 July, 2021

In JS, objects were 'unordered' until ES5. Starting from ES6, there is a predictable order of iterating through an object's properties. All…

Time to read: 1 min.

How a Browser Renders a Web Page 16 March, 2021

As a developer, to create fast and reliable websites, it's crucial to understand every step a browser takes to display a web page, as each…

Time to read: 3 min.

Useful MacOS Apps for Developers 10 February, 2021

iTerm2 iTerm2 is a replacement for Terminal and successor to iTerm. It runs on Mac with macOS 10.12 or later. Useful addition - syntax…

Time to read: 1 min.

Big O Notation Guide for Beginners 27 September, 2020

The Big O notation is used in computer science to describe the performance or complexity of an algorithm. Big O specifically describes the…

Time to read: 4 min.

Questions That Won't Make You Feel Better After Knowing the Answers 03 June, 2020

I created this note to jot down questions that were (or were not) asked of me in (or out of) JS interviews. Here you won't find answers to…

Time to read: 4 min.

#100DaysOfCode - Challenge 15 May, 2020

This is a short note about a challenge called #100DaysOfCode and my project within the framework of this challenge. What is #100DaysOfCode…

Time to read: 1 min.