#DevTip
🔒 $hidden won’t protect a property of a model if you access it manually in an API Resource. Need control? Use separate resources.
#Laravel #APIResource #PHP #DevTip
July 2, 2025 at 7:12 PM
DAILY REMINDER 💡
Keep building, even if no one is watching.
The right people will notice when the time is right. 🚀

#devtip #programming #consistency #growth #buildinpublic
August 23, 2025 at 4:40 PM
100% test coverage is nice, but it doesn’t mean your code has no bugs in it. Instead of focussing on 100%, try to focus on the code that is most likely to fail and ensure you have tests around that. #DevTip
February 25, 2024 at 10:39 AM
A great #devtip for being respectful and mindful about your colleagues time is to first create WIP/Draft PR and ensure CI succeds before you say it's ready/published for review.
Just takes a few extra seconds to you, saves minutes and unnecessary context switching for peers.
February 20, 2025 at 11:31 AM
💡#DevTip When writing shell scripts, use long flag names instead of short ones for CLIs. You're only writing it once anyway, and it will serve as documentation for others (and future you).
January 28, 2025 at 10:31 PM
I am convinced we are living in the exact same space time! I have been giving this same feedback for years.

Another #devtip

Before asking for help, create a failing test that reproduces the problem. It shows you understand the problem, it's reproducible, and helps iterate to a solution faster.
February 20, 2025 at 2:04 PM
F1: Crea una nueva función para <>
F2: reutilizar <> dividirlo.
F3: código, _Nunca_ para
#devtip
November 22, 2024 at 6:30 PM
💡💻 You can run `go version -m | head -1` to see which version of Go was used to build that binary.

#DevTip #golang
February 19, 2025 at 4:38 AM
Anyway that’s my #devTip for the day.
Writing solid & performant #code still beats AI generated stuff at this point in time. Also, it’s fun to build something yourself.

Might look into #caching solutions tonight, but that may be over engineering an MVP. 😹😹😹
#techSky #devSky
March 3, 2025 at 5:20 PM
Did you know you can create App Store product page previews right in iMovie? 🎬

Just go to File → New App Preview, edit your clips and export directly in the right format requested by Apple. Super handy for showcasing your app and improving #ASO.

#iOSDev #BuildInPublic #IndieDev #MobileDev #DevTip
March 10, 2025 at 9:07 AM
Pro #devTip

In your #build files, where you manage your #imports, comment the date you did so plus the URL of how you know the latest #version numbers

You’ll thank me years from now…
December 8, 2024 at 12:57 PM
Super-Simple code for replacing with for large images boosted browser performance (from freezing to OK), handling massive files smoothly in our admin UI.

#webdev #programming #javascript #frontend #coding #weboptimization #html #devtip #performance

tomj.pro/handling-lar...
Handling Large Images in the Browser: How Canvas Saved the Day :: Tom J.
A client uploaded 28 images, each around 5800 x 9500 pixels and 28 MB in size. When attempting to display these images in the browser, the entire tab froze - even refusing to close - for a solid 10 mi...
tomj.pro
November 28, 2024 at 5:32 PM
Dein Kalender muss dir heilig sein.

Überprüfe regelmäßig regelmäßige Termine – und werd sie im Zweifel los.
Sprich mit deinem Manager und Product Owner darüber.

#TimeManagement #FocusTime #FromJuniorToSenior #DevTip #Leadership
May 6, 2025 at 6:39 AM
💡 TypeScript Trick: Extract keys of a type based on value type

Want to get all keys of a type where values are a specific type? Use this 👇

Perfect for creating utilities based on value types! 🔧

#TypeScript #devtip
July 29, 2025 at 9:08 AM
Pro tip: 💁📊

❌ Understanding plain charts can take time
✅ Make charts easier by mapping related values

24 different values → 5 semantic groups
= way more readable charts each time you look at them!

Learn more: 👇
telemetrydeck.com/blog/mapping...

#DataDriven #iOSDev #SwiftUI #DevTip #AppAnalytics
November 3, 2025 at 1:58 PM
much like the golden cup someone made out of the old devtip or the dumbster fire badge x3
October 19, 2023 at 9:16 PM
Sharing two practice how to optimize Server-Side Rendering:

1)Request-Level Caching (usually implemented along with serverless redis or some serverless key-value storages)

2)Parallel Data Fetching

#Nextjs #WebDev #FrontendInfra #DX #Frontend #DevTip #Vercel #React
May 2, 2025 at 3:45 PM
Have a problem? Just pretend it wasn't there! #devtip #gamedev #indiedev #indiegamedev #indiegame
January 16, 2025 at 6:31 PM