DrSimple

DrSimple @drsimplegraffiti

About: Software Engineer

Location:
Nigeria
Joined:
Apr 18, 2021

DrSimple
articles - 98 total

Java Notes

Run Java from terminal javac App.java java App Enter fullscreen mode ...

Learn More 2 0Jun 26

SpringBoot Environment Variable

🌱 How to Use Environment Variables in Spring Boot Spring Boot makes it easy to load and...

Learn More 0 0Jun 16

What Does Jackson Do in a Spring Boot Application?

➤ Serialization: Converts Java objects → JSON Used when sending responses from...

Learn More 0 0Jun 16

Spring Boot Annotation Guide

🌱 Spring Boot Core Annotations Guide This guide explains the most commonly used...

Learn More 2 1Jun 13

Just Enough Linux

sudo apt update # updates the package list from repositories (does not install) sudo apt...

Learn More 2 0Apr 22

Install psql in WSL

Remove old postgres sudo apt remove --purge postgresql\* -y Enter fullscreen...

Learn More 3 0Mar 30

Google Sheets as a Database with Node.js and Google APIs

Google Sheets can be a simple and effective way to store structured data. In this guide, you'll learn...

Learn More 9 1Mar 7

Flask rest api

A post by Abayomi Ogunnusi

Learn More 0 0Jan 12

Create custom code snippets in VsCode

Programming, in itself, can become very repetitive no matter how **DRY **you aim to be. To address...

Learn More 8 0Jan 11

Simplify Validation with Joi in Just 4 Steps 🚀

Say goodbye to long if-else validation blocks! With the Joi npm package, you can achieve clean and...

Learn More 2 0Jan 2

From Code to the Cloud: A Step-by-Step Guide to Deploying Your Node.js App on AWS EC2 II

From Code to the Cloud: A Step-by-Step Guide to Deploying Your Node.js App on AWS EC2...

Learn More 3 1Dec 30 '24

Kotlin Note

Kotlin Beginners Every kotlin starts with fun main fun main() { println("Hello...

Learn More 5 2Dec 26 '24

SQL ain't that Scary

Introduction The Stack overflow developer survey ranks SQL as one of the highly desired...

Learn More 0 1Oct 2 '24

Event Sourcing

🚀 Understanding Event Sourcing Event Sourcing is a powerful design pattern used to track...

Learn More 1 0Sep 15 '24

Building a TypeScript REST API with an Object-Oriented Programming (OOP) Approach

Rest Api using TypeScript (OOP approach) In this tutorial we will create a rest api using...

Learn More 21 6Jun 26 '24

Master Object Oriented Programming with TypeScript | OOP Concepts Part 1

If you have dreaded Object-Oriented Programming (OOP) like me, I totally understand! The complexity...

Learn More 1 0Jun 21 '24

Pagination in .Net Api

Pagination in ASP.NET Core Web API with Entity Framework Core Pagination is a technique to...

Learn More 73 2Feb 2 '24

How to Change Ports in .Net Applications

This is a straight forward article of how to change the port of a Dotnet application. ...

Learn More 0 0Jan 26 '24

Manual Mapping .NET Web Api

Manual Mapping .NET Web Api The purpose of this project is to show how to manually map a...

Learn More 2 0Jan 22 '24

.NET Rest API (Fluent Validation and Code Generator Tool)

Blog API with EF Core in ASP.NET Core We will create a blog API with EF Core in ASP.NET...

Learn More 11 2Jan 2 '24

White Labelling

White Label Application White Labelling is a common practice in software development. It...

Learn More 4 3Jan 2 '24

Multiple Inheritance

Multiple Inheritance in C Multiple Inheritance in...

Learn More 1 0Dec 14 '23

Options Pattern

IOptions Pattern in ASP.NET Core in 4 Steps This is a pattern that allows you to inject...

Learn More 4 0Dec 11 '23

External Api Call Using Rest Sharp

External Api Calls Using Rest Sharp in C In today's world of Microservices, it is very...

Learn More 6 0Dec 9 '23

From Code to the Cloud: A Step-by-Step Guide to Deploying Your Node.js App on AWS EC2

Introduction In this article, we will deploy a nodejs express app to ec2. We will also add...

Learn More 70 7Oct 16 '23

Email Outreach : Sending Bulk Emails from Google Sheets Using Scripts

Various challenges give rise to various solutions. This was the scenario I encountered while trying...

Learn More 9 2Sep 21 '23

"Mastering AutoMapper: Simplifying Object Mapping in .NET"

Hello folks today we will be doing a walk-through on how to use AutoMapper in a dotnet web...

Learn More 8 2Sep 18 '23

Unit of Work, Repositories Pattern, and Fluent Validation in Dotnet Core Web API 🛠️"

Today, we will delve into the concept of the Unit of Work and explore its advantages when integrated...

Learn More 82 6Sep 15 '23

Rest Api Using C#, Dotnet, Docker, Entity Framework and Azure Data Studio

Hello Everyone, today we will be using C#, .NET, MSSQL, Azure Data Studio, and Entity Framework...

Learn More 16 2Aug 31 '23

My Vim Journey: Rough Notes

Note: This is a rough note on my journey in learning Vim, Vi and NeoVim. Note that they are not in...

Learn More 3 0May 27 '23