#devtip search results
🚀 Advanced Spring Boot Tip 🚀 Use @Validated and @ConfigurationProperties with javax.validation annotations. Catch misconfigured properties early at startup, not at runtime. 🔥 #SpringBoot #Java #DevTip
#devtip #caparledev Cet outils ImageOptim compresse les images assez bien et vite. Idéal pour les assets à mettre dans vos app web
🚀#DevTip: Instead of the ‘else if’ chains! Try to use an object instead for cleaner and more efficient code.👩💻 This makes your code more readable and maintainable.
🚀#DevTip: If you don't care about index number and don't feel like using traditional for loop, try `forEach`! Both approaches achieve the same outcome, but the forEach method offers several advantages: - It requires less code. - Easier to understand and modify logic.
🚀 Meet Karishma Kumavat, our amazing Web Developer, sharing her top productivity hacks to boost your workflow! 💼✨ ✨ Start your day by planning tasks and breaking them into smaller chunks ✅ #WebDeveloper #DevTip #CodeSmart #PardyPandaStudios #CleanCode #DeveloperCommunity
🚀 Boost Your Coding Speed TODAY! #DevTip Monday: Must-Know Shortcut Tired of endless clicking? Use `Ctrl + D` in VS Code to quickly select the next occurrence of a word. Fast, simple, and super effective! #Productivity #CodeFaster #DevHacks #WebDev #Programming #CodeLife…
✨#DevTip para #Android Cuando el usuario realiza una acción, es importante darle un feedback de respuesta, una de la maneras es a través de una pequeña vibración. Ejemplo cuando se añade a❤️
📣 #DevTip: Streamline your code with Array’s forEach method in JavaScript! 🚀 ✅ Pros: clean, less prone to errors & easier to maintain ❌ Cons: Not suitable for async functions. Hard to stop or break a forEach() loop other than by throwing an exception. #JavaScript
When you’re a developer, planning is your superpower. “Solve issues before you build, and you’ll speed up the entire process.” — Brandon Vreeman, PM & Dev. Quality code begins with thoughtful prep. #DevTip #TeamIronistic
🚀 Quickly jump from your local #git repository to its corresponding GitHub page with this handy shell alias! ✨ 🔗 Add `openrepo` to your shell profile or rc file, source it, and now you can simply type `openrepo` in your terminal to open your GitHub repo. 😎 #GitHub #DevTip
Paranoid about making drastic changes to your database while connected via the IDE? Set it to read-only! You can also of course create a user that can only perform SELECT. This is with @phpstorm and probably in other IDEs as well ;) #devtip
Java isn’t slow for AI. With modern JVMs, GraalVM, and libraries like Deep Java Library (DJL), Java runs AI workloads fast — and with less boilerplate than you think. 🔥 Don’t sleep on Java’s performance. #Java #AI #DevTip
💡#DevTip: Keep your Git commits atomic. Each commit should represent one clear, meaningful change. Not only does this make code reviews smoother, but it also simplifies debugging. Think of it as crafting a well-organized story, one chapter at a time. 📘🔍 #CleanCode…
I did a recent video on Dynamic Blocks with WordPress. Its a really simple example. Video is on youtube and code is linked in the comments to github. youtube.com/watch?v=SsJx0s… Hope it helps people with there block creation. #wordpress #devtip
🚀 Mejora el rendimiento de tu app! 💻 Al manejar listeners de eventos, no olvides `AbortController` 🔄 Aquí tienes algunos ejemplos de cómo utilizarlo para eliminar listeners y optimizar tu aplicación ReactJs #DevTip #JavaScript #ReactJs
Make your agent listings pop! Add metadata to DAT transactions for easy searchability. Keep coding, keep vibing! 😎 #CHANELSS26 #DevTip #WebDev
💡 DevTip Use the metadata field in your DAT transactions to make agent listings searchable. Keep building, keep chilling!
Use the metadata field in your DAT transactions to make agent listings searchable. Keep building, keep chilling!" Pro tip for devs: Make those listings pop with metadata! #DevTip #CodingLife
💡 DevTip Use the metadata field in your DAT transactions to make agent listings searchable. Keep building, keep chilling!
Stuck on a nasty bug? 🛑 Don't jump in immediately. Walk away for 5 min. Your brain's background process is genius. Come back with fresh eyes & see the obvious. #DevTip #TechStrategy
🧠 Dev Tip: One-liners = secret weapons. Clean, efficient, and time-saving. ✅ Transform data ✅ Simplify logic ✅ Cut debug time What’s your go-to one-liner? 👇 Drop it below. 🔗 zurl.co/1kGnT #DevTip #CleanCode #CodeSmart #FinallyFreeProductions
🐍 ¿Te gusta vivir al límite? Entonces sigue concatenando strings en tus queries y dile adiós a tu BD con una sonrisa. 😎 ¿Prefieres dormir tranquilo? Usa ORM + escapes 😌 #DevTip #Java #SQLInjection #XSS #Security #SpringBoot
Most “rewrites” fail because people swap complexity for new complexity. Refactor instead—it compounds like interest. #devtip
🚨 Si tu código no tiene tests, ¿cómo sabes que funciona? Spoiler: No lo sabes. 🧪 Automatiza tus pruebas. 💣 Evita sustos en producción. 🚀 Libera código con confianza. #DevTip #Testing #CleanCode #Java
🚀 Advanced Spring Boot Tip 🚀 Use @Validated and @ConfigurationProperties with javax.validation annotations. Catch misconfigured properties early at startup, not at runtime. 🔥 #SpringBoot #Java #DevTip
🚀 Meet Karishma Kumavat, our amazing Web Developer, sharing her top productivity hacks to boost your workflow! 💼✨ ✨ Start your day by planning tasks and breaking them into smaller chunks ✅ #WebDeveloper #DevTip #CodeSmart #PardyPandaStudios #CleanCode #DeveloperCommunity
When you’re a developer, planning is your superpower. “Solve issues before you build, and you’ll speed up the entire process.” — Brandon Vreeman, PM & Dev. Quality code begins with thoughtful prep. #DevTip #TeamIronistic
Erro 400 no Stripe: backend esperava valores monetários como string (“100.00”), mas frontend enviava number. 👉 Solução: converter number → string em OrderData (api.ts). #DevTip: valide tipos nos dois lados! 🔄 #TypeScript #Stripe
Stuck on a bug? Try rubber-ducking: explain it aloud (even if to a duck). Often, talking it through leads to the solution. 🦆 #devtip
Stuck on a problem: `await reviewModel.find().populate("userId")` MissingSchemaError: Schema not registered for model "User". PS: Model exists in my DB. #Mongoose #NodeJS #devtip
Dev Tip: Don’t chase trends, chase user needs. Build features that solve real problems, not just look cool. Follow @smvexperts for apps and websites that sell. #DevTip #AppDev #WebDesign #UX #SMVExperts #BuildSmart
Tired of manually sourcing your ROS 2 workspaces? 😫 Create a `.ros_setup.bash` file with `source /opt/ros/<distro>/setup.bash && source install/setup.bash` in your home directory. Autoload ROS on every terminal! #ROS2 #Robotics #DevTip
💡 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
🚀 Advanced Spring Boot Tip 🚀 Use @Validated and @ConfigurationProperties with javax.validation annotations. Catch misconfigured properties early at startup, not at runtime. 🔥 #SpringBoot #Java #DevTip
🔑 #DevTip: Use JavaScript's Set to easily remove duplicate elements from an array. Unique values made simple! #WebDev #CodingTips #ES6 #javascript #TheWeeklyDev
🎉 #DevTip: Embrace JavaScript's Array.reduce() for powerful & flexible array manipulation. Aggregate values, compute sums, and more! #WebDev #CodingTips #ES6 #JavaScript #TheWeeklyDev
#devtip #caparledev Cet outils ImageOptim compresse les images assez bien et vite. Idéal pour les assets à mettre dans vos app web
When you’re a developer, planning is your superpower. “Solve issues before you build, and you’ll speed up the entire process.” — Brandon Vreeman, PM & Dev. Quality code begins with thoughtful prep. #DevTip #TeamIronistic
🚀#DevTip: Instead of the ‘else if’ chains! Try to use an object instead for cleaner and more efficient code.👩💻 This makes your code more readable and maintainable.
📡 #DevTip: With Fetch API and async/await, making HTTP requests in JavaScript is easier than ever. #WebDev #JavaScript #FetchAPI #AsyncAwait #TheWeeklyDev
Did you know about the HTML spellcheck attribute? #devtip #html #webdev #webdeveloper #backend #frontend
🚀#DevTip: If you don't care about index number and don't feel like using traditional for loop, try `forEach`! Both approaches achieve the same outcome, but the forEach method offers several advantages: - It requires less code. - Easier to understand and modify logic.
Got another #TinyDevTip for ya today! Check the full post on our Instagram and Facebook. Links in bio! #UGSTinyDevTip #DevTip #TinyDevTip #indiedev #indiegames #supportindiedevs #gamedev #we_love_indie #covilhã #portuguesegamedev #universidadebeirainterior #indiegame
🚧 #DevTip: Catch and handle JavaScript errors gracefully using try-catch blocks. Maintain a smooth user experience even when things go wrong. #WebDev #CodingTips #ErrorHandling #JavaScript #TheWeeklyDev
#DevTip If you didn't know, in VScode you can convert a color to other formats (hex, rgb, hsl) just by clicking on the titlebar of the color picker
🔬 #DevTip: Use JavaScript's Array.prototype.filter() to create a new array with elements that pass a certain condition. Functional programming in action! #TheWeeklyDev #WebDev #JavaScript #ArrayMethods
"🚦 #DevTip: Use 'IntersectionObserver' to efficiently detect when elements become visible on the screen. Great for implementing lazy loading, infinite scrolling, or triggering animations on scroll. #WebDev #JavaScript #PerformanceTips #TheWeeklyDev
✨#DevTip para #Android Cuando el usuario realiza una acción, es importante darle un feedback de respuesta, una de la maneras es a través de una pequeña vibración. Ejemplo cuando se añade a❤️
💡 @laravelphp Tip: Tired of doing this every deploy? 🔁 git pull 🔁 migrate 🔁 cache:clear 🔁 octane:reload ... Wrap it in ONE command: php artisan deploy One ring to rule them all 🧙♂️ Inspired by @PovilasKorop review of @benjamincrozat’s codebase #Laravel #PHP #DevTip
⌛ #DevTip: Debounce user events in #JavaScript to improve performance. Delay action until a specified time has passed without additional triggers. #WebDev #CodingTips #Performance #TheWeeklyDev #FrontEnd
💡 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
Something went wrong.
Something went wrong.
United States Trends
- 1. #NXXT N/A
- 2. #maddiekowalski 1,669 posts
- 3. Clemens 1,262 posts
- 4. Ben Shapiro 11.1K posts
- 5. Bradley 8,094 posts
- 6. #IDontWantToOverreactBUT 1,427 posts
- 7. Mattingly 2,254 posts
- 8. #MondayMotivation 39.5K posts
- 9. Gold's Gym 27K posts
- 10. Phillips 490K posts
- 11. #PumpRules N/A
- 12. 60 Minutes 153K posts
- 13. Blueface 3,331 posts
- 14. Hilary Duff 3,440 posts
- 15. Bonnies N/A
- 16. Victory Monday 5,013 posts
- 17. Election Day 50.4K posts
- 18. Taliah Scott N/A
- 19. Edwin Diaz N/A
- 20. Lou Whitaker N/A