排序
HowTo: Integrate a MySQL Database into your Java Spring Boot GraphQL Service
HowTo: Integrate a MySQL Database into your Java Spring Boot GraphQL Service,NOTE: Please be aware this article is now out of date as the tech has moved on since I wrote it in 2019...
How to Build GraphQL Services in Java with Spring Boot
How to Build GraphQL Services in Java with Spring Boot,NOTE: Please be aware this article is now out of date as the tech has moved on since I wrote it in 2019. Let's start by takin...
How to generate Java Getters and Setters with Lombok (Part 2)
How to generate Java Getters and Setters with Lombok (Part 2),Quick Summary The Lombok Project is a java library that helps a developer generate boilerplate code like 'getter' and ...
How to generate Java Getters and Setters with Lombok (Part 1)
How to generate Java Getters and Setters with Lombok (Part 1),Quick Summary The Lombok Project is a java library that helps a developer generate boilerplate code like 'getter' and ...
Introduction to Unit Testing with Java
Introduction to Unit Testing with Java,_Cover image by [Hans-Peter Gauster](https://unsplash.com/@sloppyperfectionist) on [Unsplash](https://unsplash.com/)_ We all have been there:...
Introduction to Java: modifiers cheatsheet
Introduction to Java: modifiers cheatsheet,Modifiers in Java still seem tricky to me, so I'll try to put it as short as possible. Modifiers are words that alter the class / method ...
Maven for Ant People
Maven for Ant People,Ant people often find Maven completely mystifying. I know I did. I work at a shop that was, until recently, completely Ant based. We built complex build script...
How to Write a Multiline Lambda in Java 8
How to Write a Multiline Lambda in Java 8,For the most part, single line lambda functions are all you need. This is a single line lambda: Predicate<Sound> isBark = sound ->...
From student to professional Software Developer
From student to professional Software Developer,So where do I start? Software development is my passion. I'm a professional full stack Software developer, and outside of work I spe...
The Builder Pattern in Java, and Dart Cascades
The Builder Pattern in Java, and Dart Cascades,Object construction is something that everyone will have to do in a language that has object-oriented paradigms. However, when your o...
What Is Null? (Baby Don’t Hurt Me)
What Is Null? (Baby Don't Hurt Me),There are two kinds of programmers out there. Those that have had null-related errors in their programs and those that are just starting their ca...
Android App Release
Android App Release,Hello all, just wanted to share that I have officially released an app for the Android platform. Cred Container is a utility-based application allowing users to...