#devtricks Suchergebnisse
При помощи Chrome DevTools можно скопировать картинку в base64 кодировке. И не нужно никаких конвертеров #devTricks
Используя Firefox (не Nightly) DevTools можно посмотреть на сайт в 3D формате. Бесполезно, но красиво ) #devTricks

iOS developers! Annoyed that the keyboard isn’t showing in the sim? This should be un-ticked. #DevTricks #iOS

It's Friday, so a new #devtricks series. Thread 👇 🎨Did you know you can apply #CSS styling to your Web Console output in @FirefoxDevTool? 🖍Really handy when you want your logs to stand out, or you need more than the 4 levels of logging the Console API usually provides
Light vs Dark mode isn’t a compromise 🌓 Learn how to dynamically switch themes at runtime in your MAUI app. grialkit.com/blog/switching… #dotnetmaui #devtricks #xaml #grialkit
👇Time for another #devtricks thread, using the @FirefoxDevTools Debugger ⏯Did you know you can set conditional breakpoints in the Debugger by right-clicking the line number? The breakpoint will become active and pause the execution only if the condition is met.
Did you know you can edit and resent HTTP requests in the Network Monitor of @FirefoxDevTools? It's really handy to use especially when you're sending data to the server at the end of a complicated flow, and you've got a bug in your request. #devtricks
PHP: Remove useless zero digits from number: echo $number + 0; //123.0 => 123 #devtricks #mrwebtips
На окончание разговора о devTools хочу порекомендовать два ресурса - umaar.com/dev-tips/ и devtoolsecrets.com #devTricks
If you suck at artsy things, but can't afford a pixel artist, just scale everything small and use a 32 color palette! #devtricks #pixelart
Light or Dark? Why choose, switch on the fly! Tap a toolbar item and switch MAUI themes instantly 🔥 Read the full blog at: grialkit.com/blog/switching… #dotnetmaui #devtricks #xaml #grialkit




RT @softwareniagara: Join us @ Monday #DevTricks - @RyanMmHmm is talking Algorithms forum.softwareniagara.com/t/devtricks-fe…

💡 Dev Tip! 💻 Did you know you can use PHP's `shell_exec()` function to run Bash or PowerShell scripts from your PHP apps? 🤯 e.g: Bash: `shell_exec('bash script.sh')` PowerShell: `shell_exec('powershell -Command pwd')` Automate tasks like a pro! 💥 #DevTricks

Type safe way of filtering out nullish values from an array without writing a type guard #typescript #typescripttricks #devtricks

Light vs Dark mode isn’t a compromise 🌓 Learn how to dynamically switch themes at runtime in your MAUI app. grialkit.com/blog/switching… #dotnetmaui #devtricks #xaml #grialkit
Light or Dark? Why choose, switch on the fly! Tap a toolbar item and switch MAUI themes instantly 🔥 Read the full blog at: grialkit.com/blog/switching… #dotnetmaui #devtricks #xaml #grialkit




🪓 Cut entire line Windows: Ctrl + X Mac: Cmd + X (with nothing selected) No need to highlight—just place the cursor on the line. #VSCode #CodeHacks #DevTricks
**VS Code Tricks** Use `Ctrl/Cmd + Shift + P` to quickly access any command. Speed up coding with `Ctrl/Cmd + D` to select and copy the current word. #VSCodeTips #DevTricks
Struggling with containers? Our step-by-step guides are here to help! 🛠️ Start exploring #DevTricks #DockerHelp cldz.li/3mgsy55
Stuck in a bad commit? Use git reset --hard HEAD~1 to undo your last commit! Just be sure you don’t need it. 🔄 #GitTips #DevTricks #VersionControl
- Need to create a sticky header? Use - position: sticky; top: 0; - in your CSS to keep it at the top of the page. 📌 #WebDevelopment #CSS #DevTricks
Need to create a sticky header? Use position: sticky; top: 0; in your CSS to keep it at the top of the page. 📌 #WebDevelopment #CSS #DevTricks
I never thought I would see a riddle in an app update, but here I am. @ChangiAirport is now as cool as @SlackHQ when it comes to creativity in little things #devtricks.#eastereggs

💡 Dev Tip! 💻 Did you know you can use PHP's `shell_exec()` function to run Bash or PowerShell scripts from your PHP apps? 🤯 e.g: Bash: `shell_exec('bash script.sh')` PowerShell: `shell_exec('powershell -Command pwd')` Automate tasks like a pro! 💥 #DevTricks

wow thats super smart blending quickjs with php like a tech wizard keep on shining with those mad skills fam 💥🔥👨💻🚀🎉 #CodeMagic #DevTricks
🌟 Every developer has their secret weapon! What's that one coding trick or shortcut you absolutely love? Share your tip and help fellow developers level up! 💬💡 #CodingTips #DevTricks #Coding
При помощи Chrome DevTools можно скопировать картинку в base64 кодировке. И не нужно никаких конвертеров #devTricks
Используя Firefox (не Nightly) DevTools можно посмотреть на сайт в 3D формате. Бесполезно, но красиво ) #devTricks

@CollinPrice & Ron Bond on Artificial Intelligence at @softwareniagara #DevTricks #software #ai #tech

@michael_mottola's Intro to web sockets w/ @SocketIO & @nodejs @softwareniagara #DevTricks #dev2dev #webrtc #html5

iOS developers! Annoyed that the keyboard isn’t showing in the sim? This should be un-ticked. #DevTricks #iOS

Voilà un groupe qui transpire déjà l'#EspritDEquipe. Bienvenue aux #DevTricks, la nouvelle promo d'#Adrarien #developpeur #FullStack @Adrar_Numerique. 3 - 2 - 1 --- Codez
@knicklabs on using Grunt to make your life easier at @softwareniagara #DevTricks in @FueledMinds #dev #software

I never thought I would see a riddle in an app update, but here I am. @ChangiAirport is now as cool as @SlackHQ when it comes to creativity in little things #devtricks.#eastereggs

@dideler on an Intro to Genetic Algorithms with the "Touring Singer Problem" at @softwareniagara #DevTricks

@icholy setting up his Oculus Rift to demo to everyone at #DevTricks @softwareniagara #virtualreality @ontarioarn

⏳Did you know you can search your Web Console history in @FirefoxDevTools? 💻CTRL+R on Mac in the Web Console to start searching, CTRL+R / CTRL+S to move forward/backwards through the results. ENTER to run the current result. 🖥️F9/Shift+F9 on Windows and Linux #devtricks
It's Friday, so a new #devtricks series. Thread 👇 🎨Did you know you can apply #CSS styling to your Web Console output in @FirefoxDevTool? 🖍Really handy when you want your logs to stand out, or you need more than the 4 levels of logging the Console API usually provides
Did you know you can run visual performance analysis on the HTTP requests your website is making? The @FirefoxDevTools the Network Monitor loads the website twice: once with an empty browser cache, and once with a primed browser cache. #devtricks
Something went wrong.
Something went wrong.
United States Trends
- 1. Flacco 84.7K posts
- 2. Bengals 80.5K posts
- 3. Bengals 80.5K posts
- 4. Tomlin 21.8K posts
- 5. Ramsey 19K posts
- 6. Chase 108K posts
- 7. Chase 108K posts
- 8. #WhoDey 6,839 posts
- 9. #WhoDidTheBody 1,553 posts
- 10. #TNFonPrime 5,561 posts
- 11. #clubironmouse 2,457 posts
- 12. #criticalrolespoilers 7,300 posts
- 13. yeonjun 112K posts
- 14. Teryl Austin 2,787 posts
- 15. Cuomo 82.9K posts
- 16. Andrew Berry 3,238 posts
- 17. Max Scherzer 14.4K posts
- 18. Burrow 9,813 posts
- 19. Ace Frehley 97.9K posts
- 20. Tame Impala 5,348 posts