#devtricks hasil pencarian

В Chrome можно эмулировать геолокацию. Долготу и широту можно взять с Google Maps #devTricks

jsunderhood's tweet image. В Chrome можно эмулировать геолокацию. Долготу и широту можно взять с Google Maps #devTricks

При помощи Chrome DevTools можно скопировать картинку в base64 кодировке. И не нужно никаких конвертеров #devTricks


В Chrome Dev Tools можно ставить брейкпойнты на изменениях DOM ноды и просто на событии #devTricks

jsunderhood's tweet image. В Chrome Dev Tools можно ставить брейкпойнты на изменениях DOM ноды и просто на событии #devTricks
jsunderhood's tweet image. В Chrome Dev Tools можно ставить брейкпойнты на изменениях DOM ноды и просто на событии #devTricks

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

jsunderhood's tweet image. Используя Firefox (не Nightly) DevTools можно посмотреть на сайт в 3D формате. Бесполезно, но красиво ) #devTricks

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

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

Made a cool update to the homepage banner of yats.forsale :) #yat #yats #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


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


mi eclipse sabe hacer muchas cosas, incluso magia! #devTricks #eclipseTheMagician

fegabe's tweet image. mi eclipse sabe hacer muchas cosas, incluso magia! #devTricks #eclipseTheMagician

👇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


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

Grialkit's tweet image. 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
Grialkit's tweet image. 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
Grialkit's tweet image. 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
Grialkit's tweet image. 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

На окончание разговора о devTools хочу порекомендовать два ресурса - umaar.com/dev-tips/ и devtoolsecrets.com #devTricks


PHP: Remove useless zero digits from number: echo $number + 0; //123.0 => 123 #devtricks #mrwebtips


💡 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

realtauseed's tweet image. 💡 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

notanortherngay's tweet image. Type safe way of filtering out nullish values from an array without writing a type guard #typescript #typescripttricks #devtricks

Отличная вещь! #devTricks

@jsunderhood плагин key promoter для продуктов джетбрэйнс заставит вас пользоваться хоткеями, если вы почему–то до сих пор этого не делаете.



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

Grialkit's tweet image. 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
Grialkit's tweet image. 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
Grialkit's tweet image. 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
Grialkit's tweet image. 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


🚫 Disable text selection for a button? Easy! #CSS #BeginnerTips #DevTricks

gauravnumber's tweet image. 🚫 Disable text selection for a button? Easy!

#CSS #BeginnerTips #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

swagsing05's tweet image. 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

realtauseed's tweet image. 💡 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


🚀 5 Essential #Laravel Artisan Commands to Supercharge Your Workflow! 🔥 #DevTricks

heyoussama's tweet image. 🚀 5 Essential #Laravel Artisan Commands to Supercharge Your Workflow! 🔥 #DevTricks

7 Helpful tools for frontend devs 🤯 A thread 👇

souptikdn's tweet image. 7 Helpful tools for frontend devs 🤯

A thread 👇

Dexscreener Filters I use to find Hidden Gems

DeFiMinty's tweet image. Dexscreener Filters I use to find Hidden Gems

Dexscreener filters I use to find Hidden Gems

lynk0x's tweet image. Dexscreener filters I use to find Hidden Gems

A quick and neat trick that keeps your code clean ✨

KaraBharat's tweet image. A quick and neat trick that keeps your code clean ✨

DevTools now shows you a preview of a background image in your CSS!

argyleink's tweet image. DevTools now shows you a preview of a background image in your CSS!

В Chrome можно эмулировать геолокацию. Долготу и широту можно взять с Google Maps #devTricks

jsunderhood's tweet image. В Chrome можно эмулировать геолокацию. Долготу и широту можно взять с Google Maps #devTricks

В Chrome Dev Tools можно ставить брейкпойнты на изменениях DOM ноды и просто на событии #devTricks

jsunderhood's tweet image. В Chrome Dev Tools можно ставить брейкпойнты на изменениях DOM ноды и просто на событии #devTricks
jsunderhood's tweet image. В Chrome Dev Tools можно ставить брейкпойнты на изменениях DOM ноды и просто на событии #devTricks

При помощи Chrome DevTools можно скопировать картинку в base64 кодировке. И не нужно никаких конвертеров #devTricks


💡 Did you know about the backdrop-filter property in CSS?

_georgemoller's tweet image. 💡 Did you know about the backdrop-filter property in CSS?

Create your Bitlock Bull PFP and set it as your profile picture on X to support @BitlockWallet. Here is mine, these Bulls look sick! Create your own here: bitlock.ai/bull-generator

DevKhabib's tweet image. Create your Bitlock Bull PFP and set it as your profile picture on X to support @BitlockWallet.

Here is mine, these Bulls look sick!

Create your own here: bitlock.ai/bull-generator

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

jsunderhood's tweet image. Используя Firefox (не Nightly) DevTools можно посмотреть на сайт в 3D формате. Бесполезно, но красиво ) #devTricks

Filter & Sort - Uxercon Icon Library 🎛️

uxercon's tweet image. Filter & Sort - Uxercon Icon Library 🎛️

Your project can become much more attractive! Try this out🫡

srdesignman's tweet image. Your project can become much more attractive! Try this out🫡

Don't ignore Image SEO. From now on, optimize them by: 1. Compressing sizes 2. Writing descriptive alt text 3. Using keyword-rich file names It will give you traffic like us...

seo_wins's tweet image. Don't ignore Image SEO.

From now on, optimize them by:

1. Compressing sizes
2. Writing descriptive alt text
3. Using keyword-rich file names

It will give you traffic like us...

Are you a beginner or confused. Use this as a Filter

SheTradesIct's tweet image. Are you a beginner or confused. Use this as a Filter

Loading...

Something went wrong.


Something went wrong.


United States Trends