Hello world um pouco por trás dos panos
Hello world um pouco por trás dos panos,Falando do famoso 'Hello World' . Bom... a primeira coisa que nos deparamos ao interagir com alguma linguagem é o famoso hello world, e no...
Gradle Configuration
Gradle Configuration,Seguro que ya lo sabes, pero por si acaso, Gradle es una herramienta para construir artefactos de software. Es una alternativa al archifamoso Maven que en luga...
ArrayList (Java Collections)
ArrayList (Java Collections),Java ArrayList class uses a dynamic array for storing the elements. It is like an array, but there is no size limit. We can add or remove elements anyt...
Debugging Race Conditions in Production
Debugging Race Conditions in Production,Race conditions can occur when a multithreaded application accesses a shared resource using over one thread. Unless we have guards in place,...
ZAP Add-Ons: The First Step
ZAP Add-Ons: The First Step, So How all begun? I was asked to write a add-ons of the open-source's company Cherrybomb to ZAP proxy. ZAP proxy is a web application security testing ...
How to Add AI Dubbing to App
How to Add AI Dubbing to App,Text to speech (TTS) is highly sought after by audio/video editors, thanks to its ability to automatically turn text into naturally sounding speech, as...
PHP vs Java for eCommerce Projects
PHP vs Java for eCommerce Projects,When starting a new software development project one of the basic, yet most important things is to choose the right tech stack. A well-chosen tec...
A Simple Introduction To Java – Loops and Array
A Simple Introduction To Java - Loops and Array, A quiet introduction to Java (10 Part Series) 1 A Simple Introduction To Java - Wet grounds 2 A Simple Introduction To Java - Condi...
Introduction to AI-Empowered Image Segmentation
Introduction to AI-Empowered Image Segmentation,Image segmentation technology is gathering steam thanks to the development of multiple fields. Take the autonomous vehicle as an exa...
Kotlin delegated properties
Kotlin delegated properties,Let’s say you have an Entity: You need to create a DTO for some reason. You probably do it like this: Constructor here serves as a mapper. It maps Enti...