Hello! I am

Lakshyajeet.

I am a passionate and driven Computer Science and Engineering student with a strong foundation in both theory and practical application.

Projects

RayTracer

A simple RayTracer implemented in C++ and OpenGL is a computer graphics program that utilizes the C++ programming language for core ray tracing calculations and leverages the OpenGL graphics library for rendering and visualization.

Little Vulkan Engine

A small Vulkan-based rendering engine. This engine provides a simple and minimal setup for rendering graphics using Vulkan API, aimed at helping me learn the basics of Vulkan while building an engine from scratch.

PyLeo

A simple yet effective application designed to remind users to take occasional breaks, promoting digital wellbeing. This app helps reduce eye strain, improve posture, and maintain overall health while working long hours on a computer.

WhyMDB (IMDB Clone)

An IMDb clone built using ReactJS with the TMDB API is a web application that replicates the functionality and user experience of the popular movie and TV show database, IMDb, but it does so by leveraging the power of ReactJS for the front-end development and the TMDB API for fetching and displaying movie and TV show data.

Latest Posts

  • WordPress Block Themes: Block Themes and Block Patterns Explained

    As WordPress continues to evolve, so does the way we design and build websites. With the introduction of Full Site Editing (FSE), we’ve entered a new era where Block Themes and Block Patterns play a central role in how our sites look and function. Let’s dive into what Block Themes and Block Patterns are, how…

    Read more: WordPress Block Themes: Block Themes and Block Patterns Explained
  • WordPress Block Themes: Introduction

    In the world of WordPress, there were lot of changes over the years. One of the most significant advancements has been the introduction of Block Themes. As we explore this new concept, we’ll break down what WordPress Block Themes are, how they differ from traditional themes, and why they are essential for the future of…

    Read more: WordPress Block Themes: Introduction
  • WordPress Block Editor: Widgets

    As WordPress continues to evolve, one of the most transformative updates in recent years has been the introduction of the Block Editor—also known as Gutenberg. For us as content creators, developers, and website managers, this shift offers a more visual, flexible, and intuitive way to build pages and manage content. What Are Widgets in the…

    Read more: WordPress Block Editor: Widgets
  • WordPress Block Editor: Formatting Toolbar API

    As developers working with WordPress, we’ve seen the shift from the classic editor to the modern Block Editor. One powerful features we get to work with is it the Formatting Toolbar API, which allows us to add custom controls to the inline formatting toolbar of rich text fields in our blocks. What Is the Formatting…

    Read more: WordPress Block Editor: Formatting Toolbar API
  • WordPress Block Editor: Custom Metaboxes and Notices

    As WordPress developers, one of the most powerful capabilities we have is extending the editor experience for content creators. In this post, we’re diving into how we can use the Block Editor to add metaboxes and notices—without relying on legacy PHP code. Why Metaboxes and Notices Matter Metaboxes allow us to collect custom meta information…

    Read more: WordPress Block Editor: Custom Metaboxes and Notices