Recent Posts
What is a VPN?
Cookies are small text files associated with a website that are stored on your computer. They are used to allow the browser to remember your data or preferences on a specific website.
What is SSR and how it works?
Server-side rendering ou SSR é quando se processa o HTML de um site pelo servidor. Processar o HTML no lado do servidor vai de contraposto ao recém popular client-side rendering ou CSR...
Understanding Classes in JavaScript
JavaScript is a prototype-based language, and every object in JavaScript has a hidden internal property called `[[Prototype]]`...
What are LLMs?
Large Language Models (LLMs) are machine learning models that can understand and generate text in human language. They operate by analyzing massive datasets of a language.
What is Protobuf?
Protobuf, or Protocol Buffers, is a cross-platform data format used to serialize structured data. It is an alternative to using JSON, but smaller and faster
What are Cookies anyway?
Cookies are small text files associated with a website that are stored on your computer. Cookies are used for the browser to remember your data or preferences on a specific site
Using "for...of" in JavaScript
Learn how to use the for...of loop in JavaScript to make your code more practical and readable
Using CSS counter() function
Discover how the list ordering works dynamically and in a programatic way using CSS counter()
Three ways to clone JavaScript Objects
Cloning an object in JavaScript might not be as simple as it seems. You might end up copying just a reference and cause unwanted side effects...
Vini Blog
View the articles I have crafted. I strive to write only about interesting things. I aim to convey meaning using simple approaches and straightforward explanations. Join the newsletter!