排序
How to Integrate LambdaTest with Calliope.pro?
How to Integrate LambdaTest with Calliope.pro?,Collaboration is pivotal for any successful release. Can you imagine going through a sprint without consulting or informing any other...
File based database migration app
File based database migration app,I get frustrated if I have to do a task that can be automated or accomplished easier (with less brain activity). I think writing file based databa...
Starting my journey!
Starting my journey!,Hello Devs! I have recently landed a job as IT-consultant for a company in Norway. They will teach me how to code in Java. This course is 12 weeks long and is ...
How can I upload pdf files in Egnyte using Rest API and Java
How can I upload pdf files in Egnyte using Rest API and Java,Having the PDF files in local drive(D:). Need to upload those PDF files in Egnyte with the help of Rest API and Java 原...
Introduction to nested classes in Java
Introduction to nested classes in Java,Hi! This post is dedicated to an important concept from Java object oriented programming - nested classes. Speaking simply, nested class is a...
Everything you need to know about kotlin coroutines
Everything you need to know about kotlin coroutines, Everything you need to know about kotlin coroutines My agenda for this blog post is to get yourself familiar with different ter...
Detecting Circular References In A Java Project
Detecting Circular References In A Java Project,As Java projects get bigger, with several developers working on them, it may lead to code having circular references. It is difficul...
Writing integration tests for your spring-data-elasticsearch-based applications
Writing integration tests for your spring-data-elasticsearch-based applications,We all know it by now, testing is an important part of our job as Software Engineers. If that is not...
Effective Java Tuesday! Don’t Leak Object References!
Effective Java Tuesday! Don't Leak Object References!, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesd...
Java Object Validation
Java Object Validation,Validation is a wide known process in programming. Say for example that you want to check whether the provided objects meet some specified rules before using...
Dev tool release on ProductHunt
Dev tool release on ProductHunt,https://www.producthunt.com/posts/skaffolder-2-0 After months of hard work, we are releasing a new version of Skaffolder. Skaffolder is a code gener...
Java Enums as Predicates
Java Enums as Predicates,This article examines extending Java Enums used as property values within JavaBeans combined with the Java Stream API to create and extend fluent interface...