排序
Learn to Code: 15 FREE Educative programming courses for software developers
Learn to Code: 15 FREE Educative programming courses for software developers,If you’re thinking about learning to code, figuring out where to start can be one of the hardest parts...
Docker and Java Spring Boot [Part.1: Continuous Integration]
Docker and Java Spring Boot [Part.1: Continuous Integration], CI/CD Java Docker Kubernetes (2 Part Series) 1 Docker and Java Spring Boot [Part.1: Continuous Integration] 2 Kubernet...
An interactive demo of the TikTok XSS vulnerability
An interactive demo of the TikTok XSS vulnerability,The recent investigation conducted by Checkpoint Research against TikTok highlights trivially-exploitable security issues, that ...
Why Java? Why Clojure?
Why Java? Why Clojure?,I learned Java at university back in 1997. It was my third year as an undergraduate and Java was at version 1.1. I still remember the struggle to understand ...
Replication in AEM(Adobe Experience Manager)
Replication in AEM(Adobe Experience Manager),Replication is a process of activating/publishing a page and it's content from author to publish environment. AEM provide replication A...
JVM Internals: Memory Overview
JVM Internals: Memory Overview, Introduction This was originally posted on my own blog a few years back, but I'd rather continue the series here, so, re-posting. What is this post ...
Java static and final, what are they and how to use them
Java static and final, what are they and how to use them,When I first started coding in Java I struggled to understand the differences between static and final, what were they or w...
How to use Genymotion, Appium & Applitools to visually test Android apps
How to use Genymotion, Appium & Applitools to visually test Android apps,If you want to run mobile applications, you want to run on Android. Android devices dominate the smartphone...
Liquibase: Don’t use ISO dates as changeset ids with yml
Liquibase: Don't use ISO dates as changeset ids with yml,After upgrading a service from java 8 to java 11, our liquibase got crazy and tried to apply every change to the database f...
Effective Java Tuesday! Obey the `equals` contract
Effective Java Tuesday! Obey the `equals` contract, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday!...
Netflix Eureka Server And Client Setup With Spring Boot
Netflix Eureka Server And Client Setup With Spring Boot,Overview We will set up a Eureka server (service registry used to register multiple services/microservices). We will set up ...
React, GraphQL, gRPC and Reactive Microservices – the dataflow in Appwish platform explained
React, GraphQL, gRPC and Reactive Microservices - the dataflow in Appwish platform explained, Appwish - Fullstack Tutorial & Opensource Project (5 Part Series) 1 React, Reactiv...