排序
How To Learn Java And Not Getting Bored
How To Learn Java And Not Getting Bored,Even the fastest and super talented student, who adores their subject of studying, sometimes gets tired and bored with this process. It is a...
Programming Algorithms 20+ Algorithms Problems from Coding Interviews
Programming Algorithms 20+ Algorithms Problems from Coding Interviews,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or service...
Start of my journey to becoming Software Engineer – Week #0
Start of my journey to becoming Software Engineer - Week #0, Intro Hello! My name is Dauren, 26 y.o., from Atyrau, Kazakhstan. Happily married and I have 10 month old absolutely aw...
The Simple Approach to Create a More Robust System
The Simple Approach to Create a More Robust System, 'System should not fail, and application should not crash.' This mantra has been widely implemented in software development and ...
A Repository Pattern Implementation for Firestore Subcollections
A Repository Pattern Implementation for Firestore Subcollections,If you already use Google Cloud Firestore, you probably know its data model and you noticed that Subcollections are...
Effective Java Tuesday! Let’s Consider Static Factory Methods
Effective Java Tuesday! Let's Consider Static Factory Methods, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Ja...
Why Designers Should Understand How Developers Work ?
Why Designers Should Understand How Developers Work ?,As designers it’s easy to get annoyed with developers. Perhaps they can’t get the alignment of a button right; or that featu...
Talk & Event Announcement: Kotlin/Everywhere
Talk & Event Announcement: Kotlin/Everywhere,Hey all, I just wanted to let you know that I will be a speaker at the Kotlin/Everywhere event. What: The event is organized by GDG Inn...
openVALIDATION
openVALIDATION,openVALIDATION enables programming of complex validation rules using natural language, such as German or English. The rules recorded in natural language are readable...
Maven toolchains.xml Script
Maven toolchains.xml Script,Apache Maven has introduced Maven Toolchains to ease configuring plug-ins and to avoid specifying any JDK location in the project POMs. Available JDKs a...
Getting Started with Spring Boot 2
Getting Started with Spring Boot 2,The prerequisite of this tut will be Java, some knowledge about Maven and Spring and how to use Spring Tool Suite 4 (or Eclipse). We will create ...