Browsing Tag
java
193 posts
Clean Design, Strong Client: The way of the Elasticsearch’s Java SDK
Java has a vast ecosystem of APIs, not all of which are effective or easy to learn. Developing…
⚡ Two Pointer Technique
Ever spent hours writing nested loops to solve simple array or string problems, only to feel it’s slow…
The Real Cost of Technical Debt: Why Your Spring Apps May be Holding You Back (and What to Do About it)
We need to talk about technical debt. Not the scrubbed, executive-friendly version that gets discussed in board meetings,…
JavaScript Comments: Why Writing Them is a Superpower for Developers
JavaScript Comments: The Art of Writing for Humans, Not Just Machines We’ve all been there. It’s 2 AM.…
Technique Avancée d’OpenRewrite : Utiliser les messages pour implémenter des logiques complexes
Photo par Pixabay Je vous avais déjà parlé d’Openrewrite dans le premier article de cette série. Si vous…
One way to solve the Screen Rotation problem while dealing with Android Asynctask
In many cases of Android applications employing Asynctask, the Activity that creates the Asynctask, may finish before the…
Мultithreading and Concurrency in Java
Imagine: your online store is launching a massive promotion. Thousands of users simultaneously visit the site, add items…
Hey guys check out this blog. Basically for anyone who wants to begin on a journey to understand Java😊
Java Basics: Writing your first program Cal Afun ・ Aug 18 #java #beginners #programming #tutorial
Asynchronous Programming Patterns for Web Development(1841)
GitHub Homepage: https://github.com/hyperlane-dev/hyperlane My fascination with asynchronous programming began during a project where our synchronous web server could…
My Java Full Stack Journey Learning in JavaScript
Today Second day class in JavaScript. I shared the topics, What I learn Today. Operators: In programming and…