Explore tweets tagged as #CodeTip
Hi Friends!. Today I wanna share with you another #softwaredevelopment Good practice. #CodeTip. Let's get started!. 7.- Use Staging and Production Environments
1
0
2
โ๏ธ๐๐๐๐๐: ยฟ๐๐ฎ๐ ๐๐ฌ ๐๐๐?. #JSX #ReactJS #JavaScript #FrontEnd #WebDevelopment #UI #UX #CodeSnippet #CodeTip #WebDesign #TypeSctript #programacion #programador #desarrolloweb #desarrolladorweb #diseรฑoweb #diseรฑadorweb #CodeNewbie #ReactDeveloper #JavaScriptDeveloper
0
0
1
Automatically go out of the current folder and go back. Useful when you work with multiple ruby versions, constant branch switching, and so on ) . #productivity #codetip.
0
1
2
Hi Friends! . Today Let's talk about another good practice in software development. #CodeTip. 5.- Follow Style Guides and Naming Convections. Every language has recommended style guides and naming conventions to write your code. (1/4)๐
1
0
0
Hi guys!. Today wanna talk to you about another #softwareDevelopment good practice. #CodeTip. 6.- Plan & Design Before Execution. When starting a project, it's very important to plan, research and Design the solution before you start coding. (1/4)๐
1
0
0
Hi Guys! Today I want to share another #CodeTip to write #CleanCode, this is tip number 6, check my profile if you haven't seen the other tips. Remember to follow me to learn more about software good practices, security, smart contracts and share to spread the knowledge. (1/5)๐
1
0
0
Want to remove image backgrounds using Python in just 6 lines?. ๐ Use rembg + PIL and youโre done. #python #codenewbie #pythoncoding #codetip #Coding #TrendingNow #removebg
0
0
0
Hi Friends!. Yesterday, we finished the #CodeTip on writing #CleanCode. Tomorrow we gonna start another serie of tips on a different topic.Follow me to learn about #CodeGoodPractices, #SmartContracts #SmartContractsSecurity, and other topics I'll be sharing and learning in public
0
18
0
Hi Friends!. let's talk about the last #softwaredevelopment #GoodPractice I gonna share with you. #CodeTip. 8.- Implement Code Reviews.
1
0
1
Guys, Let's continue with another #CodeTip to write #CleanCode .Today tip number 3 is about comments in your code. ๐. #smartcontracts #Security #web3 #code
1
0
0
Don't undo what you haven't done! Turning something off, doing a task, and then turning it back on seems simple. @laravelphp #codetip #tip.
0
0
1
Hi Friends!. Let's talk about another #Software #development #GoodPractice, this is tip number 3. #CodeTip. 3.- Test your Code. Writing tests for your code is one of the easiest ways to improve the quality and security of your code. (1/4)๐
1
0
0
Hi Friends!, Today gonna share another couple of tips on writing #CleanCode to improve #code readability, maintainability and #security . #CodeTip:.4.- Use Consistent Formatting and Indentation. 5.- Use White Spaces. (follow the next tweet)๐ #web3 #smartContracts
1
0
0
`width: max-content;`. This thing in css is a saviour for `absolute` positioned child elements!. #css #codeTip #cssPlayce #web
0
0
0
Tired of the logical OR `||` giving you bugs with `0` or `false`? The nullish coalescing operator `??` is your new best friend! โจ It only falls back for `null` or `undefined`. `const value = input ?? 'default';`. So clean! Level up your skills! #JavaScript #CodeTip.
0
0
0
Design patterns are a great way to solve #programming problems quickly and efficiently. Use them to make re-usable, maintainable code! #CodeTip
0
0
0