Browsing Tag
solidjs
12 posts
I’m Joining Sentry
I’m excited to announce I am joining the team at Sentry. Sentry provides tooling for monitoring and error…
SOLID: I – Interface Segregation Principle (ISP)
Introduction to ISP: The Interface Segregation Principle (ISP) is the fourth principle in the SOLID design principles. ISP…
SOLID: O – Open/Closed Principle (OCP)
Introduction to OCP: The Open/Closed Principle (OCP) is another key component of the SOLID principles. It states that…
Two-way Binding can be a One-way Street
Ryan wrote a lovely article about two-way data binding… but I do take a bit of issue with…
This Month in Solid #5: Data APIs RFC 😎
Hello friends 👋 July has arrived! This means it is time for the fifth issue of This Month…
Yet Another Newsletter LOL: Pizza Byte
Before we get started, I was wondering about the cadence of this newsletter. Do you all enjoy receiving…
SOLID in React- OCP – Open-Closed Principle
Embora tenha sido concebido para a programação orientada a objetos, os princípios do SOLID podem ser aplicados em…
Creating a Minesweeper Game in SolidJS – Score, Timer and Game State
Welcome to the 3rd installment of the “Creating a Minesweeper Game in SolidJS” post series. In the first…
React vs Signals: 10 Years Later
How does the old Winston Churchill quote go? Those who fail to learn from history are doomed to…
Solid Start auth – the secure way (with BCrypt & PSQL)
What is this about? This article is about the new meta framework Solid Start and authentication, primarily making…