Projects in Awesome Lists by YamtalDev
A curated list of projects in awesome lists by YamtalDev .
https://github.com/yamtaldev/threadpool
A Java thread pool library for concurrent task execution.
Last synced: 27 Mar 2026
https://github.com/yamtaldev/hackernews-api
Spring boot & MySQL RESTful API. The Hacker News project is a lightweight system similar to Hacker News web site that allows users to post text-based news, up vote/down vote posts, and view a list of top posts. RESTful API that support CRUD operation such as: POST, PUT, GET(all and top top posts), DELETE, PATCH(up vote down and change post)
backend database docker docker-compose java maven mysql mysql-database news-api rest-api restful-api spring-boot
Last synced: 09 Oct 2025
https://github.com/yamtaldev/physics-projects
The Navier–Stokes equations mathematically express conservation of momentum and conservation of mass for Newtonian fluids. They are sometimes accompanied by an equation of state relating pressure, temperature and density.
Last synced: 09 Oct 2025
https://github.com/yamtaldev/d.e.l.t
D.E.L.T is a collection of developer experience Linux tools (D.E.L.T) designed to streamline the daily workflow of Linux developers in C and C++. The primary goal of this project is to provide Linux developers with a set of powerful and versatile tools to automate their daily tasks and enhance their overall development experience.
Last synced: 09 Oct 2025
https://github.com/yamtaldev/sortedlist
Efficient sorted list implementation in C using doubly linked lists and customizable element ordering.
Last synced: 10 Nov 2025
https://github.com/yamtaldev/linear-datastructures
This repository houses C Linear data structures implementations. Each Implementation is organized in the include test and src folder.
Last synced: 25 Jun 2025
https://github.com/yamtaldev/c_exercises
This GitHub repository houses C project implementations. Each concept is organized into its own self-contained project within the src, include, bin and test folders.
Last synced: 22 Mar 2025
https://github.com/yamtaldev/priorityqueue
C implementation of a priority queue.
Last synced: 22 Mar 2025
https://github.com/yamtaldev/cpp
This GitHub repository houses C++ implementations. Each concept is organized into its own self-contained project within the src folder.
Last synced: 10 Jul 2025
https://github.com/yamtaldev/tree-datastructures
This repository houses C tree data structures implementations. Each Implementation is organized in the include test and src folder.
Last synced: 13 Jun 2025
https://github.com/yamtaldev/private-distributed-cloud
NBD-BUSE-SERVER is a Network Block Device (NBD) server implementation for Linux. It provides a user-space interface to manage NBD drivers, handle data requests, and interact with block devices. This README provides an overview of the project structure, how to compile and run it, and key functionalities.
Last synced: 16 Apr 2026
https://github.com/yamtaldev/watchdog
Watchdog is a library that provides functionality to monitor a code block within a process and automatically restart it if terminated.
Last synced: 22 Mar 2025
https://github.com/yamtaldev/doublylinkedlist
Simple C implementation of a Doubly Linked List.
Last synced: 22 Mar 2025
https://github.com/yamtaldev/dhcp
The DHCP server project efficiently manages IP address allocation within a network range. It offers a clear and well-documented interface and supports various functionalities, including IP allocation, deallocation, and counting available IP addresses. The code structure is designed for maintainability and future updates.
Last synced: 22 Mar 2025
https://github.com/yamtaldev/data-structures
This repository houses C Linear data structures implementations. Each Implementation is organized in the include test and src folders.
Last synced: 18 Sep 2025
https://github.com/yamtaldev/system-programming
This repository houses C system programming implementations. Each Implementations of different programming concepts. The files are organized in the include test and src folders.
Last synced: 22 Mar 2025
https://github.com/yamtaldev/nightly-shopping-flow-automation
Nightly end-to-end test suite for an online shopping system using TypeScript, Node.js, and Playwright. It automates flows like login, adding products, checkout, and order verification. A GitHub Actions pipeline ensures daily execution, with identified bugs and test cases included.
ci github-actions nodejs playwright testing typescript
Last synced: 07 Feb 2026
https://github.com/yamtaldev/securebankapp
Secure Bank App is a full-stack web application for secure banking services. It allows users to sign up, validate phone numbers via SMS, view account balances, and transfer money. Built with Java & Spring Boot for the backend, Angular for the frontend, MongoDB for data storage, and Docker for containerization.
angular authentication aws banking docker express kubernetes mongodb nodejs rest-api swagger twilio typescript users
Last synced: 15 Feb 2026
https://github.com/yamtaldev/rust-query-engine-greatest
Implementation of Spark's greatest function for the Apache Datafusion query engine in Rust. This project focuses on creating a low-level library without using Datafusion's SQL API, handling edge cases, and ensuring robustness with comprehensive tests.
Last synced: 25 Jan 2026