Home
Programming and Life
Cancel

My WebChat Pet Project: Exploring Scala and Real-Time Messaging

As a continuation of my journey into Scala, I decided to create something I have longed for - my personal WebChat pet project. This project was created for learning and demonstrational purposes. Ne...

My First Scala Application: Console Calculator

As an experienced Java developer, I recently decided to dive into the world of Scala to expand my programming toolkit. Scala’s unique blend of object-oriented and functional programming intrigued m...

How to Easily Launch a Linux EC2 Instance Using AWS CLI

Hey there! In the previous article, we explored how to manually launch a Linux EC2 instance using the AWS Management Console. Today, we’ll take it a step further by learning how to do the same usi...

AWS CLI User Setup: A Beginner's Guide

AWS CLI is a powerful command-line tool that allows you to manage AWS services from your terminal. After installing it on your machine, you will also need an AWS user with the proper permissions to...

Deploying Your First Spring Boot Application to Cloud with AWS

Greetings, dear reader! Cloud infrastructure is a major trend today, and Amazon Web Services (AWS) is one of the most popular cloud service providers. In this series of articles, I’ll walk you th...

Improve Solution for Medium LeetCode Problem

Hello everyone and welcome to my new post! In the previous article, we implemented a simple solution for a code problem. Make sure to read it to learn about the task and the algorithm we have at t...

Solve Medium LeetCode Problem

Hello, dear reader! In this article, we are going to solve a medium level problem from LeetCode. We will focus on a simple solution and will analyze what its complexity is. Let’s go for it! Probl...

My first post

Hi there! I am glad to welcome you on this blog as you are reading my very first post here! The plan for this website is to create a couple of small projects, solve coding tasks and share my exper...

Trending Tags