Stack Overflow’s annual developer survey is back with results for 2019. Find out what technology is most loved, most dreaded, and most wanted.
Category: Articles
Introduction to Test Driven Development (TDD)
The Test Driven Development (TDD) is a software engineering practice that requires unit tests to be written before the code they are…
GraphQL Java Cheat Sheet | GraphQL Blog: Learning GraphQL, Tutorials, Examples, Tools
A GraphQL Java Cheat Sheet to help you understand what is what in GraphQL Java world. You might find it useful if you: Want to learn…
Winter is Coming For Java Updates – Azul Systems, Inc.
The next scheduled update to Java is released next week. However, there will no free public update for either JDK 8 or JDK 11 from Oracle.
How to find the largest and smallest number in given Array in Java
Hello guys, today I am going to discuss one of the frequently asked programming interview questions to find the largest and smallest number…
JRebel speeds all Java app development – SD Times
Which version of Java should you use? If you’re not sure, you’re not alone. Since the cadence of Java version releases shifted from three or four years to six months as of the Java 9 release, lots of developers have been confused
Build an Angular and Spring MVC Web Application
Full stack development with Angular and Spring MVC – Free Course
Top 5 Career Opportunities Senior Java Developers Can Pursue in 2019
If you are an experienced Java programmer which has done a good amount of coding and development i.e. someone with more than 5 to 8 years o…
A Guide to AtomicInteger in Java – HowToDoInJava
Java AtomicInteger class protects an underlying int value by providing methods that perform atomic operations on the value. It shall not be used as Integer.
I’ve been hiring people for 10 years, and I still swear by a simple rule: If someone doesn’t send a thank-you email, don’t hire them.
An executive managing editor who has hired hundreds of people believes candidates who send thank-you emails show they want the job.
Java Spring Framework 4.1 For Begginers | Udemy
Java Spring Framework 4.1 For Begginers – Spring MVC
How to delete an array properly in Java
I’m 4 days old in Java and from the tutorials I’ve searched, the instructors focus a lot of effort in explaining how to allocate a two dimensional array (e.g.) as such:Foo[][] fooArray = new Foo[…
The fight for performance – Is reactive programming the right approach? – JAXenter
The performance gain of reactive programming comes at the price of poorer maintainability of the software. Is it worth it?
Top 5 Spring Cloud Annotations for Java Developers
If you are developing Java application for Cloud then you should learn Spring Cloud , a great framework and extension of popular Spring fra…
Top 5 Java Test Frameworks For Automation In 2019 | LambdaTest
I will be talking about the top 5 Java test frameworks for automation with Selenium WebDriver and Java in 2019. I will also highlight what is unique about them.