YamtalDev's Stars
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.
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.
apache/datafusion-python
Apache DataFusion Python Bindings
mayamazor/XGym
mayamazor/MatconLi3
mayamazor/MeetMeLive-1
mayamazor/inmanage
mayamazor/TIC-TAC-TOE
mayamazor/mayamazor
I'm Maya, a passionate Junior Software Developer with a focus on backend development and web applications. Skilled in C, C++, C#, Java, and SQL, I love learning new technologies and solving real-world problems. I'm eager to contribute to meaningful projects and grow alongside experienced developers.
mayamazor/C-Data-Structures
WildandArt/WildandArt.github.io
WildandArt/MyZonesPrivacy
Privacy Policy
WildandArt/MyZonesSupport
Support page for users of MyZones iOS App
WildandArt/RemindMe2Eat
My challenge for this week is to build a simple app that builds my eating schedule for one day.
WildandArt/WeekOfTheDayControl
Swift 5
WildandArt/24-GHFollowers
WildandArt/FriendZoneWithMVP
WildandArt/AppStore-UI
Replica of the App store UI
WildandArt/Stocks-App-Replica-with-MVP
WildandArt/TestingSummary
Simple lightweight unit-testing assistant
WildandArt/HackerNewsAPI
A Mini Hacker News platform. Supports a RESTful API and a Caching system optimized for performance, and maintains a dynamic ranking of top posts.
WildandArt/WildandArt
Config files for my GitHub profile.
WildandArt/stack
A generic Stack data structure in Java, supporting basic operations and also prints it. Includes unit tests to ensure correctness and reliability
WildandArt/LeetcodeProblems
Solutions to common Leetcode problems in Java language.
WildandArt/DoublyLinkedList
Doubly Linked List with Deque Functionality: A TDD-driven implementation of a doubly linked list with deque operations for flexible and dynamic list management.
WildandArt/TreeLibrary
Java library implementing fundamental data structures, including Binary Search Tree (BST), AVL Tree and Red Black Tree designed for efficient data storage and retrieval
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.
YamtalDev/PriorityQueue
C implementation of a priority queue.
YamtalDev/SortedList
Efficient sorted list implementation in C using doubly linked lists and customizable element ordering.
YamtalDev/DoublyLinkedList
Simple C implementation of a Doubly Linked List.