Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
#
codeproject
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
SOAP APIs and REST APIs: A Detailed Comparison
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Nov 4
SOAP APIs and REST APIs: A Detailed Comparison
#
codeproject
#
devops
#
httphttpsobjectjsonx
Comments
Add Comment
4 min read
Techniques for Managing Concurrency in Java Using Semaphores
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Oct 31
Techniques for Managing Concurrency in Java Using Semaphores
#
codeproject
#
java
#
threadconcurrentjava
Comments
Add Comment
5 min read
How the Saga Pattern Resolves Distributed Transaction Issues: Methods and Real-World Example
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Oct 20
How the Saga Pattern Resolves Distributed Transaction Issues: Methods and Real-World Example
#
codeproject
#
java
#
transactionmicroserv
Comments
Add Comment
11 min read
The Secrets of Decomposition: The Philosophical Foundation of Programming
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Oct 19
The Secrets of Decomposition: The Philosophical Foundation of Programming
#
codeproject
#
oop
#
oopprogram
Comments
Add Comment
6 min read
Understanding the internal processes when a Spring Boot application begins
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Oct 16
Understanding the internal processes when a Spring Boot application begins
#
codeproject
#
spring
#
springbootbeanapplic
Comments
Add Comment
3 min read
Methods to Defend Against SQL Injection Attacks
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Oct 15
Methods to Defend Against SQL Injection Attacks
#
codeproject
#
oop
#
sqldatabasesecurityp
Comments
Add Comment
3 min read
7 Tips to Optimize Your Dockerfile for Faster Builds and Smaller Images
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Oct 13
7 Tips to Optimize Your Dockerfile for Faster Builds and Smaller Images
#
codeproject
#
devops
#
dockerdevop
Comments
Add Comment
4 min read
Methods to Efficiently Upload Files to Amazon S3 Using Java
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Oct 12
Methods to Efficiently Upload Files to Amazon S3 Using Java
#
codeproject
#
devops
#
awss3
Comments
Add Comment
3 min read
What is the Difference Between Joint Point and Point Cuts in Spring AOP?
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 30
What is the Difference Between Joint Point and Point Cuts in Spring AOP?
#
codeproject
#
spring
#
aopspring
1
 reaction
Comments
Add Comment
3 min read
What is DispatcherServlet, its importance and how to implement it?
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 15
What is DispatcherServlet, its importance and how to implement it?
#
codeproject
#
spring
#
springhttp
Comments
Add Comment
3 min read
What is the Spring Bean Lifecycle?
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 11
What is the Spring Bean Lifecycle?
#
codeproject
#
spring
#
springbeanbeanfactor
Comments
Add Comment
3 min read
What is Inversion of Control?
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 9
What is Inversion of Control?
#
codeproject
#
spring
Comments
Add Comment
3 min read
Handling Multithreading in Java with Completable Future
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 8
Handling Multithreading in Java with Completable Future
#
codeproject
#
java
#
javaconcurrent
Comments
Add Comment
3 min read
Understanding Serialization and Deserialization: Methods, Examples, and Best Practices
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 6
Understanding Serialization and Deserialization: Methods, Examples, and Best Practices
#
codeproject
#
java
#
serializationdeseria
Comments
Add Comment
3 min read
Bulk Insert in Spring Boot: A Comprehensive Guide
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 4
Bulk Insert in Spring Boot: A Comprehensive Guide
#
codeproject
#
spring
#
springjpahibernate
Comments
Add Comment
5 min read
Methods to Implement the Open/Closed Principle (OCP) in Your Code
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 4
Methods to Implement the Open/Closed Principle (OCP) in Your Code
#
codeproject
#
oop
#
oopprogram
Comments
Add Comment
3 min read
Understanding Autowiring in Spring
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 3
Understanding Autowiring in Spring
#
codeproject
#
spring
Comments
Add Comment
3 min read
4 Reasons Why You Should Follow the DRY Principle in Software Development
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 3
4 Reasons Why You Should Follow the DRY Principle in Software Development
#
codeproject
#
oop
#
oopprogram
Comments
Add Comment
3 min read
Methods for Overloading the main() Method in Java: Can It Be Done?
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 1
Methods for Overloading the main() Method in Java: Can It Be Done?
#
codeproject
#
java
#
javaclassprogramover
Comments
Add Comment
2 min read
Can Private or Static Methods Be Overridden in Java? Here’s What You Need to Know
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 31
Can Private or Static Methods Be Overridden in Java? Here’s What You Need to Know
#
codeproject
#
java
#
javaclassoopprogram
Comments
Add Comment
3 min read
Spring Boot: Integrating with External Services via Client Libraries
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 30
Spring Boot: Integrating with External Services via Client Libraries
#
codeproject
#
spring
#
springmicroservice
Comments
Add Comment
3 min read
Essential Tips for Coding in Java
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 29
Essential Tips for Coding in Java
#
codeproject
#
java
#
javaprogram
Comments
Add Comment
5 min read
Understanding CSRF: Methods to Protect Your Applications from Cross-Site Request Forgery
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 29
Understanding CSRF: Methods to Protect Your Applications from Cross-Site Request Forgery
#
codeproject
#
devops
#
csrfsecuritybackend
Comments
Add Comment
3 min read
What is Fork/Join Framework in Java?
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 28
What is Fork/Join Framework in Java?
#
codeproject
#
java
#
javaconcurrent
Comments
Add Comment
3 min read
StatefulSets and Deployments in Kubernetes
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 26
StatefulSets and Deployments in Kubernetes
#
codeproject
#
devops
#
kubernatedevop
Comments
Add Comment
5 min read
Spring Boot Test for Application Testing
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 25
Spring Boot Test for Application Testing
#
codeproject
#
spring
#
testingspring
Comments
Add Comment
3 min read
Understanding the Difference Between ClassNotFoundException and NoClassDefFoundError
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 8
Understanding the Difference Between ClassNotFoundException and NoClassDefFoundError
#
codeproject
#
java
#
classexceptionerrorj
Comments
Add Comment
3 min read
Reasons Why You Should Understand the Differences Between JPA and Hibernate
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 25
Reasons Why You Should Understand the Differences Between JPA and Hibernate
#
codeproject
#
spring
#
jpahibernate
Comments
Add Comment
3 min read
Dynamic Proxy in Spring: A Comprehensive Guide with Examples and Demos
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 24
Dynamic Proxy in Spring: A Comprehensive Guide with Examples and Demos
#
codeproject
#
spring
#
springproxy
Comments
Add Comment
7 min read
What Is a Shutdown Hook in Java and How Can You Use It Effectively?
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 10
What Is a Shutdown Hook in Java and How Can You Use It Effectively?
#
codeproject
#
java
#
featurejavajvm
1
 reaction
Comments
Add Comment
3 min read
What is the Difference Between @Controller and @RestController in Spring MVC?
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Sep 16
What is the Difference Between @Controller and @RestController in Spring MVC?
#
codeproject
#
spring
#
springbean
Comments
Add Comment
2 min read
Reasons Why Understanding JDBC Driver Types Is Crucial for Java Developers
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 24
Reasons Why Understanding JDBC Driver Types Is Crucial for Java Developers
#
codeproject
#
oop
#
database
Comments
Add Comment
3 min read
Top 10 Key Differences Between HashSet and TreeSet in Java
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 22
Top 10 Key Differences Between HashSet and TreeSet in Java
#
codeproject
#
java
#
javacollection
Comments
Add Comment
3 min read
Spring Boot Applications with Docker and Kubernetes
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 21
Spring Boot Applications with Docker and Kubernetes
#
codeproject
#
devops
#
springkubernatedocke
1
 reaction
Comments
Add Comment
2 min read
How to leverage Spring Boot for building microservices?
Anh Trần Tuấn
Anh Trần Tuấn
Anh Trần Tuấn
Follow
Aug 20
How to leverage Spring Boot for building microservices?
#
codeproject
#
spring
#
microservicespring
1
 reaction
Comments
Add Comment
3 min read
MagicMirror on the Wall
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Aug 25 '20
MagicMirror on the Wall
#
codeproject
#
nerdproject
#
projects
#
technology
4
 reactions
Comments
Add Comment
4 min read
Terraform – Key Rotation Gotcha!
Kevin Mack
Kevin Mack
Kevin Mack
Follow
May 14 '20
Terraform – Key Rotation Gotcha!
#
codeproject
#
technology
#
keyvault
#
secrets
7
 reactions
Comments
Add Comment
3 min read
Azure Search SDK in Government
Kevin Mack
Kevin Mack
Kevin Mack
Follow
May 5 '20
Azure Search SDK in Government
#
codeproject
#
search
#
technology
#
azuregovernment
3
 reactions
Comments
Add Comment
3 min read
Cloud Networking and Security
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Apr 23 '20
Cloud Networking and Security
#
codeproject
#
technology
#
networking
#
security
7
 reactions
Comments
2
 comments
3 min read
Advent Of Code – Like a GIF For Your Yard – Puzzle 18
10x learner
10x learner
10x learner
Follow
Dec 9 '19
Advent Of Code – Like a GIF For Your Yard – Puzzle 18
#
adventofcode
#
codeproject
#
cpp
#
gameoflife
4
 reactions
Comments
Add Comment
8 min read
Formatting and Automation
10x learner
10x learner
10x learner
Follow
Nov 7 '19
Formatting and Automation
#
formatting
#
automation
#
codeproject
#
programming
7
 reactions
Comments
Add Comment
5 min read
Advent Of Code – Science for Hungry People – Puzzle 15
10x learner
10x learner
10x learner
Follow
Nov 4 '19
Advent Of Code – Science for Hungry People – Puzzle 15
#
adventofcode
#
codeproject
#
cpp
#
programming
6
 reactions
Comments
Add Comment
6 min read
Advent Of Code – Knights of the Dinner Table – Puzzle 13
10x learner
10x learner
10x learner
Follow
Oct 7 '19
Advent Of Code – Knights of the Dinner Table – Puzzle 13
#
adventofcode
#
codeproject
#
cpp
#
programming
3
 reactions
Comments
Add Comment
8 min read
Advent Of Code – Matchsticks – Puzzle 8
10x learner
10x learner
10x learner
Follow
Aug 19 '19
Advent Of Code – Matchsticks – Puzzle 8
#
adventofcode
#
codeproject
#
cpp
8
 reactions
Comments
Add Comment
3 min read
Advent Of Code – Some Assembly Required – Puzzle 7
10x learner
10x learner
10x learner
Follow
Aug 12 '19
Advent Of Code – Some Assembly Required – Puzzle 7
#
adventofcode
#
cpp
#
codeproject
7
 reactions
Comments
Add Comment
5 min read
Introduction into C++ Builds with Gradle
Benjamin Mahr
Benjamin Mahr
Benjamin Mahr
Follow
May 17 '19
Introduction into C++ Builds with Gradle
#
codeproject
#
programming
#
buildautomation
#
cpp
6
 reactions
Comments
Add Comment
5 min read
Building a Solr Cluster with TerraForm – Part 1
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Apr 29 '19
Building a Solr Cluster with TerraForm – Part 1
#
cloud
#
codeproject
#
gettingstarted
#
projects
4
 reactions
Comments
Add Comment
4 min read
Creating Terraform Scripts from existing resources in Azure Government
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Apr 26 '19
Creating Terraform Scripts from existing resources in Azure Government
#
cloud
#
codeproject
#
terraform
#
azuregovernment
4
 reactions
Comments
Add Comment
2 min read
Good practices for starting with containers
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Jun 22 '20
Good practices for starting with containers
#
codeproject
#
technology
#
containers
#
docker
4
 reactions
Comments
Add Comment
7 min read
AI / Analytics Tools in Azure
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Apr 21 '20
AI / Analytics Tools in Azure
#
ai
#
codeproject
#
technology
4
 reactions
Comments
Add Comment
4 min read
What are some things I can do to improve application availability?
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Mar 13 '20
What are some things I can do to improve application availability?
#
codeproject
#
technology
#
resiliency
7
 reactions
Comments
Add Comment
9 min read
RT? – Making Sense of High Availability
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Dec 2 '19
RT? – Making Sense of High Availability
#
codeproject
#
technology
#
highavailability
#
rto
6
 reactions
Comments
Add Comment
5 min read
Keeping the lights on! – Architecting for availability?
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Nov 5 '19
Keeping the lights on! – Architecting for availability?
#
cloud
#
codeproject
#
faulttolerance
#
highavailability
4
 reactions
Comments
Add Comment
9 min read
Configuring Terraform Development Environment
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Jun 20 '19
Configuring Terraform Development Environment
#
codeproject
#
gettingstarted
#
terraform
#
configuration
6
 reactions
Comments
Add Comment
4 min read
Getting Started with Azure (developer perspective)
Kevin Mack
Kevin Mack
Kevin Mack
Follow
May 7 '19
Getting Started with Azure (developer perspective)
#
cloud
#
codeproject
#
gettingstarted
#
links
3
 reactions
Comments
Add Comment
7 min read
Migrating VMs to Azure DevTest Labs
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Apr 26 '19
Migrating VMs to Azure DevTest Labs
#
cloud
#
codeproject
#
programming
#
azurecli
6
 reactions
Comments
Add Comment
7 min read
Building out Azure Container Registry in Terraform
Kevin Mack
Kevin Mack
Kevin Mack
Follow
Apr 26 '19
Building out Azure Container Registry in Terraform
#
cloud
#
codeproject
#
gettingstarted
#
terraform
5
 reactions
Comments
Add Comment
2 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account