#tipsfordevs نتائج البحث
#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 #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 #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
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
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
Build a React App With Authentication Using AWS Amplify 🔑 Read more ➡️ bit.ly/2ZWCusg by @marcoslombog via @BttrProgramming #Synova #tipsfordevs #React #AWS #Amazon #Cognito #NodeJS #Amplify #opensource #softwaredevelopment #WPA #API #tools #framework #JS #JavaScript
💫 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
I liked this video | Gostei deste vídeo: buff.ly/2IK6L6B #Technology #Tecnologia #TipsForDevs #ConselhosParaDevs #Programming #Programacao
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
#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
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 #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 #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
A QUICK WAY TO REDUCE MAGENTO'S SLOWNESS #techtips #tipsfordevs #magento #magentoslowness buff.ly/2rJpftq
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 #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 #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. #FanCashDropPromotion 1,249 posts
- 2. Good Friday 58K posts
- 3. #FridayVibes 4,664 posts
- 4. #FursuitFriday 11.4K posts
- 5. Happy Friyay 1,251 posts
- 6. LINGORM DIOR AT MACAU 532K posts
- 7. Kenyon N/A
- 8. #TheWorldWithVenezuela 3,777 posts
- 9. #FridayFeeling 2,479 posts
- 10. RED Friday 3,425 posts
- 11. Ja Rule 1,092 posts
- 12. Sedition 357K posts
- 13. Dubai Air Show 17.4K posts
- 14. Haier EST SUPHA 168K posts
- 15. Traitor 131K posts
- 16. Josh 111K posts
- 17. Knox 6,333 posts
- 18. Allen 85.2K posts
- 19. Parisian 2,351 posts
- 20. Governor of California 5,239 posts