排序
How to write your own language plugin for IDEA (part 1)
How to write your own language plugin for IDEA (part 1), Introduction I am working as a backend-developer, and sometimes I am tired of work routine. Deeping into some opensource he...
Spring – Dependency Injection
Spring - Dependency Injection,Dependency Injection is the most important feature of Spring framework. It is a design pattern where the dependencies of a class are injected from out...
Recursion 101
Recursion 101,Recursion is always Notorious among programmers, also confusing for the new programmers and beginners. Recursion simply refers to the program or function which calls ...
Object-Oriented Programming in Plain English.
Object-Oriented Programming in Plain English., When you are asked what a car is. The likely answer is that a car is an object that have four rounded wheels and can move a distance ...
Spring-Boot ,First Step
Spring-Boot ,First Step, practical spring boot (7 Part Series) 1 Spring-Boot ,First Step 2 Containerize Your Spring Boot App ... 3 more parts... 3 Writing REST API with OpenAPI and...
Java Add Watermark to Word document
Java Add Watermark to Word document,Watermarks are added to the Word documents to specify the ownership or to display the document's status. This article will demonstrate how to ad...
Building software for cattle farmers. Week 0.
Building software for cattle farmers. Week 0., Introduction A couple of months ago I created and published a basic android app, HERE, which is essentially a simple CRUD application...
My Journey into Software Development
My Journey into Software Development,My journey began in the 6th grade in the year 2000 there was an after-school program that summer that allowed those students without a computer...
Handling text in programming, where to start from as a student
Handling text in programming, where to start from as a student,Since the general agreement about printing “Hello, World!” as your first program in every programming language, unt...
I am #Hiring Android Engineers
I am #Hiring Android Engineers,Im hiring an SWE with android experience, 2 years minimum (school/internships count!) USA + Canada only. As an Android engineer, your work would be l...
Java Enterprise in briefly detail
Java Enterprise in briefly detail,May you are a bit reserved to start with Java EE, because it looks so confusion. But don't worry it's not so difficult like it seems in the beginn...
VS Code setup for Spring Boot + Docker/Compose
VS Code setup for Spring Boot + Docker/Compose,Recently I started looking at how I can leverage VS Code editor for Spring Boot and docker development for mainstream projects/applic...