最新发布第750页
Kotlin Vs Java - Clearing The Haze For Once & All-拾光赋

Kotlin Vs Java – Clearing The Haze For Once & All

Kotlin Vs Java - Clearing The Haze For Once & All,There's been a long debate going on between Kotlin and Java in the technological space. So today we're going to lay out everything...
[Deepgram x DEV Hackathon Submission Post Translate-io]-拾光赋

[Deepgram x DEV Hackathon Submission Post Translate-io]

[Deepgram x DEV Hackathon Submission Post Translate-io], Overview of My Submission Translate-io - One command to record audio for n minutes and get a recording file and a transcrip...
Does Java 18 finally have a better alternative to JNI?-拾光赋

Does Java 18 finally have a better alternative to JNI?

Does Java 18 finally have a better alternative to JNI?,Java 18 was released last month (March 2022), and with it comes the second incubator of the Foreign Function & Memory API...
Writing better code-拾光赋

Writing better code

Writing better code,Hi, in this article we will shed the light on an important topic. Every programmer knows how to sort an array, how to balance a tree, how to create and use comp...
CQRS - Implementing SQS, DynamoDB and MongoDB with Spring and AWSLocalstack-拾光赋

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

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

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()

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

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

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

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

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...