Louise Persson
17 posts
DAY :31 This , Super class in JAVA.
What is this keyword in Java? In Java, this is a reference variable that refers to the current…
Pair and Transpose Adjacent Records within the Group - From SQL to SPL #13
Problem description & analysis: A certain table stores records of personnel from external sources entering and leaving a…
Effortlessly Manage Your Notes with my Bash Script Featuring FZF Integration!
Notes Bash Script Powered by FZF Manage your notes effortlessly with this Bash script, powered by the fuzzy…
The Best Free Alternative to IntelliJ HTTP Client
The IntelliJ HTTP client is a robust tool built into IntelliJ IDEA, enabling developers to test and manage…
⚡👨💻 Quantum Computers — How Will They Change the Future?
Imagine a computer so powerful it could crack any code, simulate molecules with incredible accuracy, and revolutionize fields…
Bubble Sort Algorithm in JavaScript
Bubble sort is an algorithm for sorting elements by repeatedly comparing adjacent pairs and swapping them if they…
Top 7 Featured DEV Posts of the Week
Welcome to our curated selection of standout articles from the DEV Community. This week we have a blend…
Hey Devs , Lets code something usefull….
Heys Devs (or programmers) You make programs right ? So you may probably use any library or framework…
🏁🐘Winning Race Conditions With PostgreSQL
Race conditions suck! They can be extremely difficult to debug, and often only occur naturally in production at…
Building a cloud backend in Go using REST and PostgreSQL
TL;DR This guide shows you how to build and deploy and Go backend for a URL Shortener. It’s…