#developertip 搜尋結果

Saturday morning mindhack: drink coffee, and fast for 24hours to increase brain power. #mindhack #developertip #fasting #24hourfast #IntermittentFasting


When you’re dealing with interactive elements in HTML, you have to be careful when using flex directions: row-reverse and column-reverse. They change the way the page looks, but the focus order remains the same! #DeveloperTip #100DaysOfCode #WomenInTech #WebDeveloper #CodeNewbie

ThisDotMedia's tweet image. When you’re dealing with interactive elements in HTML, you have to be careful when using flex directions: row-reverse and column-reverse. They change the way the page looks, but the focus order remains the same!

#DeveloperTip #100DaysOfCode #WomenInTech #WebDeveloper #CodeNewbie

Even terminal in #macOS provides quick look to URLs; just select URL and Ctrl+click #developertip

D4ttatraya's tweet image. Even terminal in #macOS provides quick look to URLs; just select URL and Ctrl+click
#developertip

If your application can display text in different languages you have to tell the browser in which language it is. For example, you can have the main language “en” and in some places use “es”. #DeveloperTip #100DaysOfCode #WomenInTech #WebDeveloper #CodeNewbie

ThisDotMedia's tweet image. If your application can display text in different languages you have to tell the browser in which language it is. For example, you can have the main language “en” and in some places use “es”.

#DeveloperTip #100DaysOfCode #WomenInTech #WebDeveloper #CodeNewbie

A #DeveloperTip! Ever want to limit some text to a fixed number of lines, regardless of screen size, and then omit the rest? Try out the -webkit-line-clamp CSS property!

ThisDotMedia's tweet image. A #DeveloperTip!

Ever want to limit some text to a fixed number of lines, regardless of screen size, and then omit the rest? 

Try out the -webkit-line-clamp CSS property!

I've adopted the practice of commenting my closing braces in SwiftUI so I can see what it belongs to - something that VSCode automatically does with Flutter. I've found it really useful and I hope you do too. #SwiftUI #DeveloperTip

JohnPassfield's tweet image. I've adopted the practice of commenting my closing braces in SwiftUI so I can see what it belongs to - something that VSCode automatically does with Flutter. I've found it really useful and I hope you do too.
#SwiftUI #DeveloperTip

#DEVELOPERTIP: Uso da aplicação Atalhos com FileMaker Pro 👉 spr.ly/6017KdrzL

claris_pt's tweet image. #DEVELOPERTIP: Uso da aplicação Atalhos com FileMaker Pro 

👉 spr.ly/6017KdrzL

A #DeveloperTip from @flakolefluk! Did you know #Angular provides two services to change a page title (Title) and meta tags (Meta) dynamically?

ThisDotMedia's tweet image. A #DeveloperTip from @flakolefluk!

Did you know #Angular provides two services to change a page title (Title) and meta tags (Meta) dynamically?

An Angular #DeveloperTip! Using #Angular 9? Try the optional chaining operator! Angular 9 contains #TypeScript support for optional chaining! They already supported this in bindings, but now you can use it anywhere to prevent type errors!

ThisDotMedia's tweet image. An Angular #DeveloperTip!

Using #Angular 9? Try the optional chaining operator!

Angular 9 contains #TypeScript support for optional chaining! They already supported this in bindings, but now you can use it anywhere to prevent type errors!

Hopefully, everyone's Humpday is going great. If not just remember tomorrow is always going to be better. #MrDemonWolf #developers #DeveloperTip #LifeTip #HumpDay


TIL: use 'cal' cmd in Linux Terminal for calendar Syntax: cal [[month] year ] cal --> Shows current month calendar cal 08 2020 --> shows calendar for selected month & year cal 2020 --> shows calendar for whole year #macOS #programmingtip #developertip #MacBookPro #Linux

harshadev12's tweet image. TIL: use 'cal' cmd in Linux Terminal for calendar
Syntax: cal [[month] year ]
cal --> Shows current month calendar
cal 08 2020 --> shows calendar for selected month & year
cal 2020 --> shows calendar for whole year 
#macOS  #programmingtip #developertip #MacBookPro #Linux

⚠️ DEVELOPER TIP: Administração e manutenção do FileMaker Server com o CLI: 🔎 Este artigo do blog da engenharia descreve os comandos da ferramenta CLI para realizar algumas tarefas administrativas comuns. → spr.ly/6012Jmj5C #DeveloperTIP #lowcode #nocode

claris_pt's tweet image. ⚠️  DEVELOPER TIP: Administração e manutenção do FileMaker Server com o CLI:
 
🔎  Este artigo do blog da engenharia descreve os comandos da ferramenta CLI para realizar algumas tarefas administrativas comuns. 

→ spr.ly/6012Jmj5C 

#DeveloperTIP #lowcode #nocode

A #DeveloperTip! Waiting for multiple asynchronous calls & only need one of the return values? Try Promise.race()! It returns a promise that fulfills or rejects as soon as any of the promises passed to it fulfills or rejects. #javascript #CodeNewbie #100DaysOfCode

ThisDotMedia's tweet image. A #DeveloperTip!

Waiting for multiple asynchronous calls & only need one of the return values? Try Promise.race()! It returns a promise that fulfills or rejects as soon as any of the promises passed to it fulfills or rejects.

#javascript #CodeNewbie #100DaysOfCode

An #a11y #DeveloperTip! One of the most important rules in accessibility is: all interactive elements must be keyboard accessible. Otherwise, you could be preventing your users from using your application properly.

ThisDotMedia's tweet image. An #a11y #DeveloperTip!

One of the most important rules in accessibility is: all interactive elements must be keyboard accessible. Otherwise, you could be preventing your users from using your application properly.

A #DeveloperTip! A simple route resolver can be defined as a function that accepts an ActivatedRouteSnapshot and a RouterStateSnapshot and returns a value or an Obserable or Promise that emits a value.

ThisDotMedia's tweet image. A #DeveloperTip!

A simple route resolver can be defined as a function that accepts an ActivatedRouteSnapshot and a RouterStateSnapshot and returns a value or an Obserable or Promise that emits a value.

Power of one!! If you want to get the unique no. of records of any object then power of one is the best solution. #developertip #bolttoday #debug #salesforce #salesforcelightning #digitaltransformation #crm #salesforcecrm

bolt_today's tweet image. Power of one!!

If you want to get the unique no. of records of any object then power of one is the best solution.

#developertip #bolttoday #debug #salesforce #salesforcelightning #digitaltransformation #crm #salesforcecrm

GraphQL queries superan a REST: solicitas *exactamente* los datos que necesitas. Evitas overfetching (código duplicado) y underfetching (múltiples requests). #GraphQL #API #DeveloperTip Seed 4624


⚡️ New Blog Post Developer Tip: How to use Core Image filters the easy way blog.eternalstorms.at/2025/02/13/how… #developertip #coreimage #softwaredevelopment #apis

eternalstorms's tweet image. ⚡️ New Blog Post

Developer Tip: How to use Core Image filters the easy way

blog.eternalstorms.at/2025/02/13/how…

#developertip #coreimage #softwaredevelopment #apis

VS Code Tip: Quickly switch between tabs using Ctrl + Tab (Windows) or Cmd + Tab (Mac). #VSCode #DeveloperTip


#VisualStuidoCode tip: Press F1 to open the Command Palette and quickly search for commands, settings, and extensions. It's like having a superpower for your code editor! #VSCode #DeveloperTip


In the latest addition to our Knowledge Base, Christin Shelton, Senior Solutions Consultant at Quandary Consulting Group, explains How to Set Up Reminders in @Quickbase. Click the link and check it out now! #KnowledgeBase #DeveloperTip To read more, visit: tinyurl.com/ypt5ymhp


You know just from the experience of trying to design on figma I was just thinking, won't it be better to have all the text you want to add to a website before structuring the HTML 🤔 I mean it will save a lot of headaches #Developertip #WebsiteDesign #webdeveloper


Don't be afraid to ask for help when you're stuck on a coding problem – the developer community is incredibly supportive! 👩‍💻👨‍💻 #DeveloperTip


Code refactoring is like cleaning your room: tedious at first, but so satisfying once it's done. 💻🧹 #CodeCleanup #DeveloperTip


With every project try to build something challenging, and even if the project is not challenging try to add your inputs which will challenge you, and then you can learn many things from a project. #developer #developertip #tip


Dénomination des variables: le cauchemar de tout développeur, sport cérébral situé entre les réunions interminables et la refacto du code, une bénédiction et malédiction qui donne parfois des noms hilarants. Des variables bien nommées valent mieux qu'un commentaire. #developertip


Ne cherchez pas à mémoriser le code, comprenez plutôt la logique. #developertip #programming


Remember, becoming a proficient developer is a journey. Keep learning, practicing, and staying curious, and you’ll make great strides in your coding adventure! 🌟 #CodingAdvice #ProgrammingJourney #DeveloperTip


#DeveloperTip Use global state manager (redux toolkit, zustand, etc) to handle active page/route and share it globally and not just within the component only, this way you can actually share that state with other parts of your app. This is not framework specific.


Tip of the day to be a better developer Set clear goals, learn new technologies, practice consistently, read other people's code, and be willing to ask for help when needed. #DeveloperTip #code #learning


#DeveloperTip Press Ctrl+l in #Linux or #Mac to clear your #terminal instead of typing 'clear'. #Programmer #Tip #CLI #OSX #macOS


When you’re dealing with interactive elements in HTML, you have to be careful when using flex directions: row-reverse and column-reverse. They change the way the page looks, but the focus order remains the same! #DeveloperTip #100DaysOfCode #WomenInTech #WebDeveloper #CodeNewbie

ThisDotMedia's tweet image. When you’re dealing with interactive elements in HTML, you have to be careful when using flex directions: row-reverse and column-reverse. They change the way the page looks, but the focus order remains the same!

#DeveloperTip #100DaysOfCode #WomenInTech #WebDeveloper #CodeNewbie

Acelere su desarrollo Claris FileMaker con atajos de teclado como este. #Claris #FileMaker #developerTIP #lowcode #nocode #developer #everythingispossible

es_claris's tweet image. Acelere su desarrollo Claris FileMaker con atajos de teclado como este. 
#Claris #FileMaker #developerTIP #lowcode #nocode #developer #everythingispossible

Even terminal in #macOS provides quick look to URLs; just select URL and Ctrl+click #developertip

D4ttatraya's tweet image. Even terminal in #macOS provides quick look to URLs; just select URL and Ctrl+click
#developertip

#DEVELOPERTIP: Uso da aplicação Atalhos com FileMaker Pro 👉 spr.ly/6017KdrzL

claris_pt's tweet image. #DEVELOPERTIP: Uso da aplicação Atalhos com FileMaker Pro 

👉 spr.ly/6017KdrzL

⚠️ DEVELOPER TIP: Administração e manutenção do FileMaker Server com o CLI: 🔎 Este artigo do blog da engenharia descreve os comandos da ferramenta CLI para realizar algumas tarefas administrativas comuns. → spr.ly/6012Jmj5C #DeveloperTIP #lowcode #nocode

claris_pt's tweet image. ⚠️  DEVELOPER TIP: Administração e manutenção do FileMaker Server com o CLI:
 
🔎  Este artigo do blog da engenharia descreve os comandos da ferramenta CLI para realizar algumas tarefas administrativas comuns. 

→ spr.ly/6012Jmj5C 

#DeveloperTIP #lowcode #nocode

If your application can display text in different languages you have to tell the browser in which language it is. For example, you can have the main language “en” and in some places use “es”. #DeveloperTip #100DaysOfCode #WomenInTech #WebDeveloper #CodeNewbie

ThisDotMedia's tweet image. If your application can display text in different languages you have to tell the browser in which language it is. For example, you can have the main language “en” and in some places use “es”.

#DeveloperTip #100DaysOfCode #WomenInTech #WebDeveloper #CodeNewbie

A #DeveloperTip from @flakolefluk! Did you know #Angular provides two services to change a page title (Title) and meta tags (Meta) dynamically?

ThisDotMedia's tweet image. A #DeveloperTip from @flakolefluk!

Did you know #Angular provides two services to change a page title (Title) and meta tags (Meta) dynamically?

To help prevent errors and simplify debugging, break large back-end code blocks into smaller functions. #DeveloperTip #BackEndProgramming

khemsok97's tweet image. To help prevent errors and simplify debugging, break large back-end code blocks into smaller functions. #DeveloperTip #BackEndProgramming

Hopefully, everyone's Humpday is going great. If not just remember tomorrow is always going to be better. #MrDemonWolf #developers #DeveloperTip #LifeTip #HumpDay


TIL: use 'cal' cmd in Linux Terminal for calendar Syntax: cal [[month] year ] cal --> Shows current month calendar cal 08 2020 --> shows calendar for selected month & year cal 2020 --> shows calendar for whole year #macOS #programmingtip #developertip #MacBookPro #Linux

harshadev12's tweet image. TIL: use 'cal' cmd in Linux Terminal for calendar
Syntax: cal [[month] year ]
cal --> Shows current month calendar
cal 08 2020 --> shows calendar for selected month & year
cal 2020 --> shows calendar for whole year 
#macOS  #programmingtip #developertip #MacBookPro #Linux

A #DeveloperTip! Ever want to limit some text to a fixed number of lines, regardless of screen size, and then omit the rest? Try out the -webkit-line-clamp CSS property!

ThisDotMedia's tweet image. A #DeveloperTip!

Ever want to limit some text to a fixed number of lines, regardless of screen size, and then omit the rest? 

Try out the -webkit-line-clamp CSS property!

#DEVELOPERTIP ⚠️ Cómo ingresar valores automáticamente en un campo repetido Suponga que desea cargar automáticamente un campo repetido en cada registro recién creado con un conjunto estándar de valores. Aprenda a desarrollar esta solución aquí 👉 spr.ly/6014H0Sjm #nocode

es_claris's tweet image. #DEVELOPERTIP ⚠️ Cómo ingresar valores automáticamente en un campo repetido
Suponga que desea cargar automáticamente un campo repetido en cada registro recién creado con un conjunto estándar de valores. Aprenda a desarrollar esta solución aquí 👉  spr.ly/6014H0Sjm #nocode

I've adopted the practice of commenting my closing braces in SwiftUI so I can see what it belongs to - something that VSCode automatically does with Flutter. I've found it really useful and I hope you do too. #SwiftUI #DeveloperTip

JohnPassfield's tweet image. I've adopted the practice of commenting my closing braces in SwiftUI so I can see what it belongs to - something that VSCode automatically does with Flutter. I've found it really useful and I hope you do too.
#SwiftUI #DeveloperTip

#DEVELOPERTIP: Mejoras en el rendimiento de FileMaker WebDirect 👉 spr.ly/6017KrrmN

es_claris's tweet image. #DEVELOPERTIP: Mejoras en el rendimiento de FileMaker WebDirect 

👉  spr.ly/6017KrrmN

An Angular #DeveloperTip! Using #Angular 9? Try the optional chaining operator! Angular 9 contains #TypeScript support for optional chaining! They already supported this in bindings, but now you can use it anywhere to prevent type errors!

ThisDotMedia's tweet image. An Angular #DeveloperTip!

Using #Angular 9? Try the optional chaining operator!

Angular 9 contains #TypeScript support for optional chaining! They already supported this in bindings, but now you can use it anywhere to prevent type errors!

Loading...

Something went wrong.


Something went wrong.


United States Trends