#tipsfordevs search results
#JavaScript #devlife #tipsfordevs If you want to filter out falsy values quickly from any array you can do it this way
💫 Tips for Devs #49 🔨Laravel Instead of using orderBy(), use Laravel's inbuilt latest() method. #programming #TipsForDevs
💫 Tips for devs #39 📝PHP Use named arguments in your PHP functions, they are supported since PHP v8.0 #programming #TipsForDevs #100Devs #HTML
💫 Tips for devs #40 📝PHP Use the null coalescing operator! It returns the right-hand side operand when the left-hand side operand is null. #programming #TipsForDevs #100Devs #HTML
💫 Tips for devs #38 📝PHP Use match expression introduced in php8.1, which is more concise than the previous switch! #programming #TipsForDevs #100Devs #HTML
💫 Tips for devs #37 📝HTML | Input suggestions You can add suggestions to your input, using the same "<input/>" tag. #programming #TipsForDevs #100Devs #HTML
A QUICK WAY TO REDUCE MAGENTO'S SLOWNESS #techtips #tipsfordevs #magento #magentoslowness buff.ly/2rJpftq
💫 Tips for devs #42 📝Linux Administration You don't have to necessarily use passwords to log in to the Linux system. You can copy the public ssh key of users to the authorized keys file in your Linux system. It is much more secure! #programming #TipsForDevs #100Devs #python
💫 Tips for Devs #50 🔨JavaScript Mistake 😬 Sometimes you may want to provide a backup for cases when the variable is not set. Using OR operator, if the variable exists and its value is false or 0, it will return the second variable! #programming #TipsForDevs #javascript
Tip for front end devs: Separate your logic from your view layer to promote code reuse and keep your app more organized! #FrontEndDev #ProgrammingTips #TipsForDevs
💫 Tips for devs #41 📝Python Download a YouTube video in your terminal using python 3 in the terminal. Using the "you-get" package. you-get.org #programming #TipsForDevs #100Devs #HTML #python
El Problem Solving desarrolla razonamientos productivos para administrar intervenciones que permitan el superar problemáticas, procesos para alcanzar objetivos, para aprovechar oportunidad y para realizar mejorías. ¿Ya lo conocías? #dev #problemsolving #tipsfordevs #womenintech
💫 Tips for devs #34 🔨Typescript I found this solution when working on Angular. This is how you can split an array into chunks. Though it doesn't seem efficient. Do you have any modifications to increase speed? stackabuse.com/how-to-split-a… #programming #TipsForDevs #100Devs
💫 Tips for Devs #45 🔨VS CODE Open VS CODE from a folder, in the terminal Just write "code ." #programming #TipsForDevs
💫 Tips for Devs #46 🔨F*ck off as a service 😅 Their intro: 👇🏽 FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off. Check them: 👇🏽 foaas.com #programming #TipsForDevs
💫 Tips for Devs #44 🔨VSCODE Collapse If your file has many functions, you can collapse all of them by using Ctrl K Ctrl 0 in windows. #programming #TipsForDevs
How to train a neural network on Chrome using tensorflow.js ? 🤖 Read more ➡️ by bit.ly/36h9yxB by @novasush via @tdatascience #Synova #tutorial #tipsfordevs #tensorflow #Chrome #HTML #web #AI #ML #machinelearning #NLP #neural #network #JS #JavaScript #PromiseJS
@LionUCS Before you draw a person, take a look at yourself. ;J #TipsForDevs #TipsForGraphicArtists #TipsForDesigners
Super webinar na temat tips and tricks w rekrutacji na frontendowca - TERAZ, tutaj: nofluffjobs.clickmeeting.com/344834321 #FrontEnd #recruitment #tipsfordevs
💫 Tips for Devs #50 🔨JavaScript Mistake 😬 Sometimes you may want to provide a backup for cases when the variable is not set. Using OR operator, if the variable exists and its value is false or 0, it will return the second variable! #programming #TipsForDevs #javascript
💫 Tips for Devs #49 🔨Laravel Instead of using orderBy(), use Laravel's inbuilt latest() method. #programming #TipsForDevs
💫 Tips for Devs #48 🔨PHP Article😅 And yeah, Tips for devs is back😁 Check out this article about problems with nested MySQL queries. medium.com/@rahulgohil08/… #programming #TipsForDevs
💫 Tips for Devs #47 🔨Laravel Article😅 Do you have a legacy app? This is how you can update your Laravel app from any version to version 9! whenprogramming.com/how-to-upgrade… #programming #TipsForDevs
💫 Tips for Devs #46 🔨F*ck off as a service 😅 Their intro: 👇🏽 FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off. Check them: 👇🏽 foaas.com #programming #TipsForDevs
💫 Tips for Devs #45 🔨VS CODE Open VS CODE from a folder, in the terminal Just write "code ." #programming #TipsForDevs
💫 Tips for Devs #44 🔨VSCODE Collapse If your file has many functions, you can collapse all of them by using Ctrl K Ctrl 0 in windows. #programming #TipsForDevs
💫 Tips for devs #42 📝Dark mode For those who love dark mode, and find those websites haven't implemented it yet, there is actually a very nice extension that can turn a website to dark mode. It is called Dark Reader! chrome.google.com/webstore/detai… #programming #TipsForDevs
💫 Tips for devs #42 📝Linux Administration You don't have to necessarily use passwords to log in to the Linux system. You can copy the public ssh key of users to the authorized keys file in your Linux system. It is much more secure! #programming #TipsForDevs #100Devs #python
💫 Tips for devs #41 📝Python Download a YouTube video in your terminal using python 3 in the terminal. Using the "you-get" package. you-get.org #programming #TipsForDevs #100Devs #HTML #python
💫 Tips for devs #40 📝PHP Use the null coalescing operator! It returns the right-hand side operand when the left-hand side operand is null. #programming #TipsForDevs #100Devs #HTML
💫 Tips for devs #39 📝PHP Use named arguments in your PHP functions, they are supported since PHP v8.0 #programming #TipsForDevs #100Devs #HTML
💫 Tips for devs #38 📝PHP Use match expression introduced in php8.1, which is more concise than the previous switch! #programming #TipsForDevs #100Devs #HTML
💫 Tips for devs #37 📝HTML | Input suggestions You can add suggestions to your input, using the same "<input/>" tag. #programming #TipsForDevs #100Devs #HTML
💫 Tips for devs #36 💻Windows Calculator With the new windows calculator, there is basically nothing you can't do. It can draw graphs, calculate dates, run programs(binary, hex, etc) and do almost all conversions! #programming #TipsForDevs #100Devs
💫 Tips for devs #35 ❌HTML Vulnerability When opening links with target="_blank", make sure that you also add a rel="noopener" attribute. If you don't include it, the target website can access your "window" instance using "window.opener" #programming #TipsForDevs #100Devs
💫 Tips for devs #34 🔨Typescript I found this solution when working on Angular. This is how you can split an array into chunks. Though it doesn't seem efficient. Do you have any modifications to increase speed? stackabuse.com/how-to-split-a… #programming #TipsForDevs #100Devs
Something went wrong.
Something went wrong.
United States Trends
- 1. #LingOrm_DiorMacau4Seasons 179K posts
- 2. Good Friday 42.7K posts
- 3. #GenshinSpecialProgram 11.3K posts
- 4. Josh Allen 41.2K posts
- 5. Four Seasons 10.6K posts
- 6. Texans 61.1K posts
- 7. #GenshinImpact 61.2K posts
- 8. Bills 153K posts
- 9. #FridayVibes 3,094 posts
- 10. Niger 52.7K posts
- 11. OpenMind 52.1K posts
- 12. Joe Brady 5,396 posts
- 13. Beane 2,999 posts
- 14. Infinit 85.3K posts
- 15. #Ashes2025 26.8K posts
- 16. Miden 13.6K posts
- 17. Commander in Chief 83.2K posts
- 18. McDermott 4,888 posts
- 19. Anderson 29.2K posts
- 20. FINAL DRAFT FINAL LOVE 1.36M posts