Docker
Dockerize Spring Boot and MySQL with Docker Compose
Docker has revolutionized application deployment by enabling developers to package applications and their dependencies into portable containers. In this comprehensive guide, we'll explore how to dockerize a Spring Boot application with MySQL, leveraging the power of Docker and Docker Compose. Read more...
Angular
Custom State Management Architecture using RxJS
As a developer, building frontend applications is becoming less difficult using a set of techniques that have been standardized with time, within that jargon, one of these is the State Management System which is a hype amongst frontend developers using Read more...
Security
How I Survived Securing a Fleet of 400 WordPress Installations
Techniques to harden the hackers' attempts on your servers and websites at the Cpanel and WordPress levels.
JavaScript
How I Published my First NPM Package in 1h
Open source has been a game-changer for us all, it’s even crucial for software developers. I mean, none of us can say he never used open-sourced projects. Sometimes we feel like we can add our piece to the puzzle but Read more...
Java
Safely toString a Java object
In this little article, we will see how to get the string representation(tostring) of an object cautiously, that means avoiding NullPointerException. Getting the String representation of a Java object is something we often do for logging, debugging, or simply for Read more...
Java
JDK 7 Objects class: Check Nullity and throw NPE
In a developer life, we always have some places in the code where we test for an object to not be null before continuing a workflow or an action, it's safe to do it in order to avoid NullPointerException in Java. Read more...
AngularJS
AngularJs’s global objects instead of native ?
AngularJs is one of the widely used open sources front-end framework because of its good architecture in place, the extensibility, a lot of interesting features and the big community too. In this short article, we're going to showcase with a simple Read more...
AngularJS
Build a real time app with MEAN2 and socket.io
Build a simple real-time application that you can use as a starter to do what you want with MEAN2(MongoDB, Express, Angular2 & NodeJS), within the project will also be Socket.io, Typescript and Angular-material2. After having worked with Angular2 and socket.io I faced some Read more...
Data Science
From Software Developer to Beginner Data Scientist
I’ve never been good enough to make complex manipulations on data but to writing algorithms and build web applications a big Yes.Notes:→ This is not a guide to be a full Data Science Engineer, I’m just sharing what I started Read more...
Just Me
Presentation
I'm Orleando Dassi, a Cameroonian-based Software Developer with a passion for building useful Software and experimenting with new things each day, plus I love innovation and continuous learning. That is already 4 years that I'm in the Software industry and Read more...
Published articles at Baeldung
As a technical writer at Baeldung I wrote these articles:
- 1. Difference Between Two Dates in Java
- 2. Kotlin-allopen and Spring
- 3. Introduction to Apache Cayenne ORM
- 4. Advanced Querying in Apache Cayenne
- 5. Intro to Performance Testing using JMeter
- 6. Configure Jenkins to Run and Show JMeter Tests
- 7. Intro to Jenkins 2 and the Power of Pipelines
- 8. Introduction to the OrientDB Java APIs
Published articles at Medium
Some independent articles are also on my Medium: