This is a comprehensive guide on how to utilize drag and drop image uploading with pure Javascript.
Memory Leaks in Java: A Cautionary Tale and Gentle Introduction to Preventing Memory Errors
What are memory leaks? Should you worry about them? How do you detect them and how can you get rid of them? This article covers various techniques for eliminating memory leaks in your Java application
Setting CSS Styles with JavaScript
It is common to set styles in Javascript. Four years of working with HTML, CSS and Javascript there were plenty of times I had to style elements with Javascript. Here are some uses-cases and ways to style elements in Javascript. I will also be describing one common use case at the end of this article.
Destructuring in JavaScript
Destructuring is a handy tool to make use of as you write your code, it helps reduce the complexity of your code, making it more readable and human-friendly.
Benchmark Java Applications using JMH
In this article, we will introduce JMH as a tool to benchmark your Java applications. We will discuss on how to leverage JMH for performance insights of your Java application.
How to Architect a Node.Js Project from Ground Up?
In this article, we will discuss how to architect a Node.js application properly, and why it is important. Also, we’ll look at what design decisions can lead us to in creating a successful digital product.
Progressive Web Applications and Service Workers
In this article, we’ll explore Progressive Web Apps and Service Workers.
TOP SQL & Database Courses [Plus a List of Free SQL Courses]
In this article, we’ll explore some popular and well-reviewed SQL courses on Udemy and some other online learning platforms.
Introduction to Web Components. Part 1: Native vs Virtual DOM
The series aims to show what Web Components are, put them in parallel for comparison with Frameworks to understand the differences and the needs each of them answer. You’re looking at part 1 here, in which I talk about Native support vs Virtual DOM.
The Ultimate Introduction to Kafka with JavaScript
In this article, you’ll learn basic terms and their definitions used in Kafka, architecture, Zookeeper, and how to create a producer and consumer using JavaScript that can interact with Kafka broker.