SSL Certificate and SSL Certificate Chain – An Introduction

An SSL certificate, or Secure Sockets Layer certificate, is a digital certificate that provides authentication and encryption for secure communication on the internet. SSL certificates are commonly used to secure sensitive information, such as personal data, credit card numbers, login credentials, and other confidential data, during transmission between a client (e.g., a web browser) and... Continue Reading →

Install docker on WSL2 without docker desktop

Docker is an opensource platform that is used to develop, manage and run containerized applications. Docker can be used in both Windows and Linux. However, running docker in windows is resource intensive (RAM and CPU utilization) as it uses Hyper-V for virtualization. On the other hand, installing docker on WSL is not resource intensive This... Continue Reading →

Deploy and run .NET Core web API locally on docker

Docker revolutionized software development by providing a lightweight, portable, and consistent environment across different operating systems. With Docker, applications and their dependencies are encapsulated within containers, allowing them to run consistently on any machine, from development to production. Containers provide a high degree of isolation, enabling applications to be easily deployed and scaled without interference... Continue Reading →

Software Project Constraints

Software projects operate within certain constraints that can impact their planning, execution, and overall success. Understanding and managing these constraints is crucial for delivering projects that meet stakeholder expectations. Here are some common software project constraints that teams should be aware of Time: Time is a significant constraint in software projects. Projects must adhere to... Continue Reading →

AWS Lambda Functions – Overview

AWS Lambda is a serverless computing service provided by Amazon Web Services (AWS) that allows you to run your code without managing servers, paying only for the compute time used. Below are some fundamental aspects of AWS Lambda functions that should give you a good understanding of their capabilities and how they fit into the... Continue Reading →

Create a website or blog at WordPress.com

Up ↑