Explore tweets tagged as #codingtip
@kodegurukul
Kode Gurukul
1 year
Quick Python tip: Streamline your code with this trick! πŸπŸ’‘ .#CodingTip #pythonprogramming #python #pythoncodesnippets #pythondevelopers #python3.#codersife #laptop #coding #tipsntricks #code
Tweet media one
0
2
44
@Jfreeg_
JF_0x01
2 years
Tweet media one
0
0
0
@Jfreeg_
JF_0x01
2 years
Tweet media one
0
0
0
@Jfreeg_
JF_0x01
2 years
Tweet media one
0
0
0
@Jfreeg_
JF_0x01
2 years
Tweet media one
0
0
0
@Jfreeg_
JF_0x01
2 years
Tweet media one
0
0
1
@jeremychone
Jeremy Chone
2 years
Rust Personal Best Practice - At a minimum, always wrap the remove_dir_all with a safer and hardcoded check. #rustlang #SaferDelete #BestPractice #CodingTip
Tweet media one
1
0
6
@alishata128
A L I
2 years
Tweet media one
0
0
0
@codeplatoon_org
Code Platoon
2 years
Coding Tip of the Week. πŸ’‘ Tip: Consistency is key in learning to code. Dedicate time each day to practice, and don't be afraid to ask questions. Your persistence will pay off! . #CodingTip #LearnToCode
Tweet media one
0
0
0
@Appavengers
Appavengers.co πŸš€
10 months
Tweet media one
0
0
1
@surajondev
Suraj VishwakarmaπŸ₯‘
2 years
πŸš€ #ReactTip: . Use the useEffect hook to fetch data asynchronously and update your component's state. It's a simple yet powerful way to keep your code organized and prevent unnecessary re-renders. #React #WebDevelopment #CodingTip
Tweet media one
1
2
3
@alishah730
Habibul Ali Shah
3 months
Tip: Use list comprehensions to simplify your loops!.Instead of:.a = [1, 2, 3, 4, 5].res = [].for val in a:. res.append(val * 2).print(res).Do:.a = [1, 2, 3, 4, 5].res = [val * 2 for val in a].print(res) # Output: [2, 4, 6, 8, 10].Cleaner and faster! #Python #CodingTip
Tweet media one
0
0
0
@ANaroyehun
ana
2 years
I learned about the flat method in #javascript today from one of my students. I've heard of it before, but never seriously used it. The flat method creates a new array with all sub-array elements concatenated into it recursively up to a specified depth. #codingtip #FrontEnd
Tweet media one
1
1
5
@Keiko_geo
Keiko
1 year
#EarthEngine tip 58: From #EarthEngine to 3D mapping without downloading data? No problem! Learn how with simple steps. Explore the possibilities! Thanks to open data transparency and amazing community efforts. #leafmap @aazuspan @samapriyaroy @giswqs #codingtip #coal #emissions
5
27
122
@MasteringNuxt
Mastering Nuxt
2 years
Nested routes in Nuxt can be thought of as a folder hierarchy, which can help organize and structure your application. For example, the route `/one/two/three` is equivalent to this folder structure:. #masteringnuxt #nuxt #vuejs #codingtip
Tweet media one
0
1
10
@geezy_tim
Tim Gesemann
2 years
Just learned a neat trick in #TypeScript! πŸš€ Use union types for better error checking and autocomplete. It's like having a conversation with your code! Who else loves when their editor just 'gets' them? πŸ˜„πŸ‘¨β€πŸ’» #CodingTip #WebDev #JavaScript #DevLife
Tweet media one
0
0
3
@ineuron_ai
iNeuron.ai
2 years
Roadmap of Backend Developement πŸ”₯πŸ”₯🀯🀯. Check out the video now and comment down if you liked it. #ineuron #pwskills #backend #roadmap #developer #technology #coder #programmer #it #skills #itpost #viralvideos #viralreels #trendingreels #popular #html #java #js #codingtip
0
0
3
@summydev
Sumayahβœ§πŸ’™ | Tech Girl
2 years
Coding Tip πŸ’‘. Follow me @summydev for more tips. Like ❀️ & Rt ⚑ you don't know who might need this πŸ˜‰.🧡. #coding #code #CodeNewbie #codingtip #javascript #motivation #GPT4
Tweet media one
1
2
5