Explore tweets tagged as #JavaTips
@MasuJoe
MM_dev
5 hours
โšก๏ธSpring Boot dev tip:.Need a fast, throwaway database? Use H2 in-memory!.Just plug in: jdbc:h2:mem:testdb ๐Ÿงช.๐Ÿšจ But heads up:.Your data self-destructs on restart ๐Ÿ’ฃ.โ†’ Add data.sql to preload it every time. #SpringBoot #H2 #DevHack #JavaTips.
0
0
2
@KalAcademy
Kal Academy
2 years
Whether you're a budding developer or seeking to expand your programming knowledge, our JavaScript Essentials course is the perfect starting point.๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป. #kalacademy #javatips #javadevelopers #javascripttraining #computerscience #htmldevelopers #cssengineering
0
0
0
@rashm1n
rashmin
2 years
Elegant Switch Expressions in @java 17. From bulky switch statements to elegant switch expressions. #Java17 #JavaTips
Tweet media one
0
0
0
@yaprozorov
Yaroslav Prozorov
2 years
Java tip of the day: Always use error handling to catch and resolve errors in your code. #JavaTips #programming
Tweet media one
0
1
4
@ayshriv
Ayush Shrivastava ๐Ÿ‡ฎ๐Ÿ‡ณ
2 months
Want clean REST APIs in Java?.Use:.- @RestController.- @RequestBody.- @PathVariable.- @ResponseStatus. Spring REST keeps your code lean and expressive. #JavaTips #SpringREST #ayshriv
Tweet media one
0
25
147
@yaprozorov
Yaroslav Prozorov
2 years
Java tip for today: Always initialize your variables to avoid null pointer exceptions! #JavaTips #programming
Tweet media one
0
2
2
@KhushiKala28
Khushi Kala
1 month
Java Tip of the Day (Day 2).โœ… Pro tip:.Use var in Java 10+ to reduce boilerplate. #Java #SpringBoot #100DaysOfCode #JavaTips
Tweet media one
1
0
8
@victor_oyeks
Victor Oyeks
1 year
Question:.What is method overloading in java?. Answer. ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡. #javatips #developers #developer #programming #coding #programmer #webdevelopment #softwaredeveloper #developerlife #programmers #technology #codinglife #software #java #dev #tech
Tweet media one
Tweet media two
0
1
4
@victor_oyeks
Victor Oyeks
1 year
Tweet media one
Tweet media two
0
0
2
@KalAcademy
Kal Academy
2 years
JavaScript Basic Code Open the Power of Web Development with Kal Academy! ๐Ÿ–ฅ. JavaScript is a fundamental programming language that plays a crucial role in web development. Join Kal Academy today!. #kalacademy #javatips #javadevelopers #javascripttraining #happychristmas
1
0
0
@KalAcademy
Kal Academy
2 years
Test Your Javascript Skills with Kal Academy! ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป. Calling all curious minds and aspiring developers! Get ready to flex your Javascript muscles and dive deeper into variable scope. ๐Ÿ–ฅ. Challenge yourself. #kalacademy #javatips #javadevelopers #javascripttraining #techdevelopment
Tweet media one
0
0
0
@tech_nique24
Technique24
1 year
Java is a powerful and versatile programming language that can open many doors in your tech career. #technique24 #JavaDevelopment #Programming #TechTrends #LearnToCode #JavaTips #CodeLife #SoftwareDevelopment #CodingCommunity #DeveloperJourney ๐Ÿ“‰๐Ÿ–ฅ๐ŸŒ
Tweet media one
0
0
1
@ayshriv
Ayush Shrivastava ๐Ÿ‡ฎ๐Ÿ‡ณ
2 months
Custom login page in Spring Security?. Just override the formLogin() in your security . http.formLogin().loginPage("/custom-login");. And donโ€™t forget to permit it:. http.authorizeRequests().antMatchers("/custom-login").permitAll();. #JavaTips #springboot #ayshriv
Tweet media one
0
11
88
@RafaDelNero
Rafael del Nero
1 year
Mastering string concatenation in Java? Here's a tip: for simple cases, the compiler's got you covered. But when it comes to loops, StringBuilder is your friend! . Learn more: . #JavaTips #StringBuilder #CodingTricks
Tweet media one
0
1
14
@nikhilshaw575
Nikhil kumar
2 months
Solved @LeetCode 2259 ๐Ÿ’ช Used substring(i+1) without fearโ€”why? Because when i+1 == number.length(), Java returns an empty string, not an error. Safe & smart! ๐Ÿง โœจ #LeetCode #JavaTips #CodingLife #100DaysOfCode
Tweet media one
0
0
11
@KhushiKala28
Khushi Kala
1 month
Java Tip of the Day (Day 1).โœ… Did you know?.In Java, String is immutable. #Java #SpringBoot #100DaysOfCode #JavaTips
Tweet media one
2
0
6
@NishantShekhar2
Nishant Shekhar
5 months
๐Ÿ’ฅ Break free from loops! Use labelled break to escape nested chaos ๐Ÿ›‘.Instantly stops when 42 is found. break statement can be used with labelled blocks too. ๐ŸŽฏ #JavaTips #DevLife
Tweet media one
0
0
0
@arquitectojava
Cecilio Alvarez
1 year
La comparaciรณn entre herencia y interfaces en Java es una de las mรกs comunes para quienes comienzan a programar en este lenguaje. Siempre surgen dudas sobre cuรกndo usar cada una, dado que tienen comportamientos similares. #JavaTips.
Tweet media one
0
0
1