Dipesh Singh

Software Engineer

Code dreamer 💻 | Linux addict 🐧 | Lifelong learner 🚀 | Opensource enthusiast 🌐

Recent Posts

Demonstrating latex in hugo

This blog post demonstrates how to use LaTeX in Hugo for various types of equations and theories, including mathematics, physics, and chemistry. Mathematical Equations For some reason the latex is working in local for this particular repo but not when deployed due to uncertain reason to see the latex demo for saral you can visit the demo post in my personal portfolio as of now. Here Quadratic Formula The quadratic formula is used to solve quadratic equations and is given by: @ ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ) @

Binary Opeations a Quick Eye Guide

Understanding Logic Gates Logic gates are the basic building blocks of digital circuits. They perform simple logical functions that are fundamental to digital electronics. In this post, we will explore the common types of logic gates and their functions. 1. AND Gate The AND gate is a digital logic gate that implements logical conjunction. It outputs true only if all the inputs are true. The truth table for an AND gate is as follows:

How to install Java

Java is a versatile and widely used programming language that powers numerous applications, from enterprise-level systems to mobile applications. Installing Java on your machine is a straightforward process, and this guide will walk you through the steps.