排序
CQRS – Implementing SQS, DynamoDB and MongoDB with Spring and AWSLocalstack
CQRS - Implementing SQS, DynamoDB and MongoDB with Spring and AWSLocalstack,CQRS stands for Command and Query Responsibility Segregation, a pattern that separates read and update o...
Develop Bluetooth Apps | Fundamentals, Tools & Code
Develop Bluetooth Apps | Fundamentals, Tools & Code,This is a very introductory post in the Bluetooth technology. Its the first part so tune in for longer and more thorough article...
Uma introdução ao Hilla
Uma introdução ao Hilla,Este é o meu primeiro post nesta plataforma e pra marcar esta estreia, gostaria de escrever sobre um novo framework em Java desenvolvido pela empresa que...
Hibernate – Why you should avoid merge()
Hibernate - Why you should avoid merge(),Before we start, if you are not familiar with the states you can first read the related post. Let's assume that you are using a basic entit...
Hibernate – 4 Entity States
Hibernate - 4 Entity States, What is entity? Entity are our domain classes corresponding to the tables in the database. For a java class to be an entity, at a minimum, a field with...
Curso de Angular + Spring Boot
Curso de Angular + Spring Boot,Neste tutorial aprenda como criar uma aplicação Angular que utiliza um API Java com Spring Boot. 01 - COMO INSTALAR O ANGULAR NO LINUX 02 - Angular...
While loops in Java
While loops in Java,Incase you missed my last tutorial on Java for loops, you can click the link below.Java For Loops In the last tutorial I explained in details, the concept of fo...
Hibernate – Dirty Check
Hibernate - Dirty Check, What is 'Dirty Check'? 🤔 Hibernate checks the entity objects that are in the 'managed' status, that is, they have been added to the persistence context. W...
From Python to Java: Comprehensions and Streams
From Python to Java: Comprehensions and Streams, From Python to Java (2 Part Series) 1 From Python to Java: Comprehensions and Streams 2 From Python to Java: Using JShell For most ...
Finding Luke through the command line by consuming an API
Finding Luke through the command line by consuming an API,In the last chapter of this series, I need to find a Starwars word related, in the response of an API, a rarely need, yes....
How To Handle Captcha In Selenium
How To Handle Captcha In Selenium,With the rapidly evolving technology due to its ever-increasing demand in today’s world, Digital Security has become a major concern for the Soft...
Efficiently debug API use Fast Request in IntelliJ IDEA
Efficiently debug API use Fast Request in IntelliJ IDEA,Restful Fast Request is the IDEA version of Postman, it is a powerful restful api toolkit plugin which help you quickly gene...