Deep dive into git: Git refs
Deep dive into Git refs: branches, tags, and HEAD demystified. How Git names commits so you do not have to memorize hashes.…
Deep dive into Git refs: branches, tags, and HEAD demystified. How Git names commits so you do not have to memorize hashes.…
How Git works under the hood: blobs, trees, and commit objects in the .git directory, and why the design makes Git fast.…
A practical introduction to deep learning with Deeplearning4j: pretraining, layers, and a working Java example.…
Continuous Integration fundamentals: what CI really means, why it matters, and the practices that make every change releasable.…
Getting started with the jBPM RESTful API: run the BPM suite as a black box and drive business processes from your application.…
An introduction to Spring Boot Actuator: health checks, metrics, and management endpoints for production applications.…
Set up a Ghost blog with Docker Compose and MySQL: containerized blogging with clean separation and easy upgrades.…
Save Arabic characters correctly in MySQL from Spring Boot: UTF-8 configuration for database, connection, and JPA.…