Carlos Santos's Avatar

Carlos Santos

@casantosmu

πŸ’»πŸ€˜πŸˆβ€β¬›πŸŽ² | Barcelona | https://www.casantosmu.com/

19
Followers
60
Following
20
Posts
14.11.2024
Joined
Posts Following

Latest posts by Carlos Santos @casantosmu

Preview
Never Sync Types, Validation, and Docs Again: Make Express.js APIs 10x More Maintainable Express.js workflow with automatic type safety, request validation, and OpenAPI...
12.03.2025 10:22 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Grupo? 😸

25.02.2025 17:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Respect!

11.02.2025 21:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
10 best practices to containerize Node.js web applications with Docker | Snyk Blog | Snyk Are you looking for best practices on how to build Node.js Docker images for your web applications? Then you’ve come to the right place!

One of the clearest Docker + Node.js containerization guides I keep coming back to

snyk.io/blog/10-best...

10.02.2025 18:38 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Migrated all my static sites from nginx VPS to Cloudflare Pages. Super smooth and easy process! Only downside: no Docker support for builds. Still worth it though!

08.02.2025 17:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Thank you and good luck!

04.02.2025 05:41 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I don’t really understand why people want a VC backed company to win against an open governed OSS project run by volunteers. I guess people fail to understand that if the company win, they will extract their value.

03.02.2025 16:59 πŸ‘ 38 πŸ” 8 πŸ’¬ 8 πŸ“Œ 0

Curious: Why doesn't Express.js have an official CSRF middleware? Standardization around security would be valuable for the ecosystem. What do you think? πŸ€”

03.02.2025 19:37 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is 1.1.1.1? 1.1.1.1 is a public DNS resolver that provides a fast and private way to browse the Internet.

πŸš€ Pro tip: Switch to @cloudflare.social 1.1.1.1 DNS resolver for faster, more private browsing!

www.cloudflare.com/learning/dns...

02.02.2025 12:43 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
tyex npm library example

tyex npm library example

πŸš€ Introducing tyex: Type-safe Express.js on steroids!

✨ Write once, get:
- Full TypeScript inference
- Runtime validation
- OpenAPI docs
- Zero config

No more type mismatches or outdated docs. Just clean, type-safe APIs.

Check it out πŸ‘‡
www.npmjs.com/package/tyex

23.01.2025 14:24 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ‘‹

22.01.2025 22:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I'm working on a Typescript library. Sometimes you have to push the boundaries of the type system... πŸ˜…

22.01.2025 19:39 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
TypeScript code showing a complex request handler type definition

TypeScript code showing a complex request handler type definition

POV: You're explaining to your type system why your request handler deserves rights πŸ˜…

22.01.2025 13:24 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

IT GETS WEIRDER

(sorry if you follow me and you're not a programming dork, i understand that this is offensively dull to the vast majority of people. to us this is like discovering antimatter in your sock drawer)

bsky.app/profile/vora...

20.12.2024 19:09 πŸ‘ 120 πŸ” 4 πŸ’¬ 10 πŸ“Œ 0
screenshot of firefox devtools, showing that `document.all || 'wut'` evaluates to 'wut' because document.all is falsy

screenshot of firefox devtools, showing that `document.all || 'wut'` evaluates to 'wut' because document.all is falsy

today's wtf javascript moment brought to you by document.all

19.12.2024 19:03 πŸ‘ 362 πŸ” 37 πŸ’¬ 19 πŸ“Œ 9

Just started working on my portfolio recently. I’ll check it out soon. Thnk you!

11.12.2024 20:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Work βœ… Sports βœ… Time to reward myself with a beer and a delicious dinner 🍻🍽️

11.12.2024 19:54 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People

Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People

Learning common algorithms with Grokking Algorithms. Such an amazing bookβ€”highly recommend!

05.12.2024 06:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - casantosmu/bson-transform-stream: A Node.js Transform stream for processing BSON data. A Node.js Transform stream for processing BSON data. - casantosmu/bson-transform-stream

Building a Node.js stream transform for BSON! πŸš€
github.com/casantosmu/b...

21.11.2024 12:39 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Fastify is like a modern Express, with better performance and some nice extras. But honestly, Express is still the go-to for most Node.js projects.

19.11.2024 20:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I've been really enjoying golang lately. No frameworks, no fancy code. Just simple code supported by a powerful standard library.

17.11.2024 09:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Carlos Santos - Fullstack Developer Fullstack developer with experience in TypeScript, React and Node.js.

Just dropped my portfolio! πŸ‘€πŸ”₯ Still a work in progress, more projects to come, but excited to have it live! πŸš€βœ¨ www.casantosmu.com

15.11.2024 11:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hi πŸ‘‹

14.11.2024 09:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0