Why worry when Kwalaβs on speed dial ππͺ
#Web3Life #CryptoDev #EVM #SmartContracts #Blockchain #DevHacks #OnChain
Latest posts tagged with #DevHacks on Bluesky
Why worry when Kwalaβs on speed dial ππͺ
#Web3Life #CryptoDev #EVM #SmartContracts #Blockchain #DevHacks #OnChain
Are you cloning your repo again just for a hotfix? π
Use SmartGit Worktrees:
1οΈβ£ Repository > Add Worktree
2οΈβ£ Pick your branch
3οΈβ£ Get a fresh folder linked to the same history
1 Repo, 2 Working Dirs, 0 Compromises
Learn more π youtu.be/3ulbYTk7lyo
π Get #SmartGit: www.smartgit.dev
#Git #DevHacks
Your IDE is your battle station -> master the damn shortcuts. No mouse, no mercy. Saves hours weekly. Same goes for shell aliases. Laziness breeds efficiency. #DevHacks #WorkSmarter
From idea π‘ to prototype π in minutes with Traversal:
1οΈβ£ Define your data in JSON
2οΈβ£ Query instantly with GraphQL
3οΈβ£ Update in real-time β no migrations, no stress
Build faster. Ship smarter.
#DevHacks #GraphQL #WebDevelopment #CodingTips #BoldMines
type ArrayToUnion<T extends any[]> = T[number] type MainParam = (string|number|boolean|bigint)[] const main = (array:MainParam) => { const top = array[0] main2(top) } // const main2 = (head:string|number|boolean|bigint) => { // console.log(head) // } const main2 = (head:ArrayToUnion<MainParam>) => { console.log(head) }
Unlock union types in TypeScript by using the all-powerful number keyword with array types! π§ Map any array's element types into a union, enabling flexible, type-safe utility functions. Level up your TS game! π #TypeScript #CodingTips #DevHacks #TypeSafety
Tools #58: Useful Programming Tools π§π»ββοΈπͺ
Work smarter, not harder β these tools are every devβs secret weapon.
Discover them all at javidev β link in my profile.
Created by mystic.js
#ProgrammingTools #DevHacks #CodeEfficiently #WebDevTips #DeveloperGear #TechReels #CodeSmart #JaviDev
Extensions #5: Boost Your VS Code Power!
Discover a new magical extension to transform your coding β visit my site: javidev (link in my profile) π§π»ββοΈπ Work smarter, code sharper.
#VSCodeTools #DevHacks #CodeMagic #ProductivityBoost #VSCExtensions #CodingTips
Useful Programming Tools You Didn't Know You Needed βοΈβ¨ β Discover more at javidev (link in my profile). Created by mystic.js
#programmingtools #codertips #webdevlife #javascriptmagic #devhacks #productivitytools #codewizard #softwareengineer #techstack #developerlife
Magical Coding Tips Part #5: Padding CSS Shorthand π§ββοΈ
Simplify your spacing spells with one clean line β explore more at javidev (link in my profile).
mystic.js
#CSSPadding #ShorthandCSS #SpacingTips #FrontendMagic #CodeBetter #WebStyle #CleanCSS #DevHacks #UIBasics #WebTips
π Did you know? You can use Touch ID for sudo on macOS - no more password typing in Terminal
π Just add this at the top of /etc/pam.d/sudo:
` auth sufficient pam_tid.so`
Next time you run sudo, youβll get a fingerprint prompt.
That's how sudo should feel in 2025.
#macOS #TerminalTips #DevHacks
π‘ Tired of setting up projects from scratch?
LaunchKit-CLI has you covered! Generate templates for Next.js, Vite, and more in seconds.
Try it now: https://github.com/TheRealPerson98/LaunchKit-CLI
#CodingLife #OpenSource #DevHacks
Wait for Pac-Man π€―π β Javidev link en mi perfil πΒ Β
This Easter egg is next level! ππ₯ Comment βsurfβ for a link to Windsurf IDE πΒ Β
#Programming #Code #EasterEgg #DevHacks #SoftwareDeveloper #WebDev #Python #JavaScript #TechCommunity #LearnToCode #CodeNewbie #100DaysOfCode
Are you using console.table? π₯οΈπ₯ β Javidev link en mi perfil πΒ Β
This tool will change how you debug! Check out how easy it makes viewing data! πΒ Β
#Programming #Code #DeveloperTips #JavaScript #TechCommunity #DevHacks #WebDev #CodingLife #TechSkills
AI coding hack every developer wishes they knew earlier π€π₯ β Javidev link en mi perfil πΒ Β
This trick will change the way you code forever! Try it now! β‘π¨βπ»Β Β
#Programming #Code #AICoding #DevHacks #SoftwareDeveloper #WebDev #Python #JavaScript #TechCommunity #LearnToCode #CodeNewbie #100DaysOfCode
I wish I knew about Number 1 earlier! π€―π₯ β Javidev link en mi perfil πΒ Β
This tip could save you hours! β³π‘ Which one surprised you the most? πΒ Β
#Programming #Code #CodingTips #DevHacks #SoftwareDeveloper #WebDev #Python #JavaScript #TechCommunity #LearnToCode #CodeNewbie #100DaysOfCode
Comment βcodeβ to get the source code! π»π₯ β Javidev link en mi perfil πΒ Β
Want to see how itβs builtπΒ Β
#Programming #Code #DevHacks #SoftwareDeveloper #WebDev #Python #JavaScript #TechCommunity #LearnToCode #CodeNewbie #100DaysOfCode #DeveloperLife
No more endless scrolling! Just type colon + line number to jump directly to that line in your active file. For example, typing :39 takes you straight to line 39. #DevHacks
Rule 9: Positive Conditionals Only β
Think positive! Replace if (!user.isLogged) with if (user.isLogged) for better readability. Your brain will thank you. Our brains will thank you. My eyes will thank you. Thank you!
#CodeReadability #DevHacks
Designing while listening to Florence + the Machine, pretending she's screaming at me to do the thing. #devhacks
π Quick Web Dev Hack! π»
Save time with this CSS tip:
Use clamp() for responsive font sizes:
font-size: clamp(1rem, 2.5vw, 2rem);
No more media queries needed! π―
Whatβs your favorite CSS trick? Letβs share! π§
#CSSLife #WebDevMagic #DevelopersOfBluesky #DevHacks