Susomejias
susomejias.bsky.social
Susomejias
@susomejias.bsky.social
Senior Software Developer at Product Hackers

🔗https://susomejias.dev

Aguilar de la Frontera, Córdoba, Spain
🚀 In my latest post, I explain how the Adapter Pattern helps integrate systems with incompatible interfaces without modifying their code. Learn how to apply it with OOP and functional programming.

https://susomejias.dev/design-pattern-adapter/
Design pattern | Adapter
Learn how the Adapter Pattern enables seamless integration between incompatible interfaces. Explore both class-based and functional implementations for scalable and maintainable solutions.
susomejias.dev
March 16, 2025 at 12:23 PM
Hacer testing es como resolver cualquier otro problema de ingeniería. Si eres ingeniero para desarrollar un programa, eres ingeniero también para desarrollar sus tests.

#developer #testing #quote #code
November 28, 2024 at 3:11 PM
In this article, I explore how to leverage TypeScript and Zod to type and validate your environment variables securely and efficiently. 🛡️

👉 susomejias.dev/blog/harness-the-power-of-typescript-zod-to-manage-your-environment-variables
November 26, 2024 at 10:24 PM
Reposted by Susomejias
CSS for detecting device posture 🥼

@​media (device-posture: folded) {
h1 span:first-of-type { opacity: 0.25; }
}

some cool future opportunities 🤙
November 26, 2024 at 7:01 PM
Reposted by Susomejias
No borréis vuestra cuenta de X, sinos queréis ir, ponedle candado y dejadla de usar.

A los 30 días de borrarla alguien os podría suplantar. El robo de cuentas y la suplantación es un negocio en auge entre los estafadores, y un clásico entre los trolls fachas.
November 17, 2024 at 11:40 AM
Reposted by Susomejias
I made a thing!

I was playing around with the AT protocol and as a little experiment I made a website that visualises activity around Bluesky: nightsky.hctr.dev

It listens to all new posts and shows them as little stars across a night sky 🌃

Every star is someone, somewhere, posting something
Nightsky | hctr.dev
See live conversations from all over Bluesky as a dynamic night sky
nightsky.hctr.dev
November 16, 2024 at 11:05 PM
Would you like to keep your commits cleaner and more organized? 🚀 Find out how and when to use Selective Staging in Git for full control over your changes. 👇

https://www.susomejias.dev/blog/selective-staging-git-how-when-use-clean-commits
November 18, 2024 at 6:58 AM