编程技术 第1151页
Eliminate Unnecessary Builds With Git Hooks in Bash, Java, and Scala-拾光赋

Eliminate Unnecessary Builds With Git Hooks in Bash, Java, and Scala

Eliminate Unnecessary Builds With Git Hooks in Bash, Java, and Scala, Photo by Liza Summer from Pexels Writing a Git Hook in Bash Git Hooks can be a very useful addition to a devel...
kity的头像-拾光赋kity3年前
04110
JBang + Quarkus + AWS Lambda + Terraform = <3-拾光赋

JBang + Quarkus + AWS Lambda + Terraform = <3

JBang + Quarkus + AWS Lambda + Terraform = <3,Have you ever wondered how can you utilize your Java skills in the serverless world? If not then let me take you on a small trip wh...
Binary Trees-拾光赋

Binary Trees

Binary Trees,Some of the data structures which are popular in interviews are trees. Trees are, in essence graphs which don't have cycles in them. They contain nodes with edges and ...
Layers of a network and HTTP-拾光赋

Layers of a network and HTTP

Layers of a network and HTTP, Building Spring (3 Part Series) 1 What the heck is the Spring IoC container?!?! 2 Layers of a network and HTTP 3 Creating a database entity in Spring ...
Modern Software Engineering - Book Notes-拾光赋

Modern Software Engineering – Book Notes

Modern Software Engineering - Book Notes, Notes What's Software Engineering TL;DR: A scientific approach to creating Software. Full of information on how to master learning and han...
How to customise white-label error in spring boot-拾光赋

How to customise white-label error in spring boot

How to customise white-label error in spring boot,Hi Guys in this post I am going to explain how to override the white-label error page in springboot application. Follow below step...
Thread Congestion In Java-拾光赋

Thread Congestion In Java

Thread Congestion In Java,Thread Congestion can occur when two or more threads are trying to access the same, guarded data structure at the same time. 'Guarded' mean that the data ...
kity的头像-拾光赋kity3年前
02912
Exceptions

Exceptions “against” Errors

Exceptions 'against' Errors, Common misconception during programming In java, both 'Exceptions' and 'Errors' are subclasses of 'java.lang.throwable' class. Error refers to an illeg...
kity的头像-拾光赋kity3年前
0356
Decode Bridge Pattern-拾光赋

Decode Bridge Pattern

Decode Bridge Pattern, Structural Patterns (2 Part Series) 1 Decode Adapter Pattern 2 Decode Bridge Pattern When to use When run-time binding of the implementation is required. To ...
Best Practices For Writing Automation Test Code-拾光赋

Best Practices For Writing Automation Test Code

Best Practices For Writing Automation Test Code, Follow OOPs Concepts Wherever Possible Abstraction(base classes), Inheritance(multiple implementation of same things/multiple inher...
Spring internal micro-service driven communication-拾光赋

Spring internal micro-service driven communication

Spring internal micro-service driven communication,During the solution architecture phase, especially when we're talking micro-services, we need a sort of internal exchange of data...
Striver's SDE Sheet Journey - #10 Find the duplicate in an array-拾光赋

Striver’s SDE Sheet Journey – #10 Find the duplicate in an array

Striver's SDE Sheet Journey - #10 Find the duplicate in an array,hi Dev, today we are going to solve the 10th problem from the sheet, which is Find the duplicate in an array. lets ...