HomeAboutProjectsBlog

Blog

Abisade Ogunwoolu

•

20/07/2025

Setting Up a local DNS server

In order to resolve dns names on my local network, I decided to set up a local DNS server. This post documents the steps I took to set up a local DNS server using bind-9.

DNSBind-9Linux
post

Abisade Ogunwoolu

•

29/06/2024

Deploying A NextJS Application Using A Lambda

Using an aws lambda to deploy a NextJS application with cloudfront routing between static (s3) and dynamic (λ) content. This was an exploration of the aws provided CDN

NextJSLambdacloudfront
post

Abisade Ogunwoolu

•

29/10/2023

Maximising Efficiency: Steps to Minimise Docker Build Time

As a developer, it is crucial to have an efficient docker build process to save time and streamline the development and testing of applications. In this blog, we will explore various steps to optimise the dockerfile build process, reduce build time, install necessary dependencies, and create lightweight and efficient docker images.

DockerOptimising
post

copyright 2021 Abisade Ogunwoolu