WildandArt
Software Developer with expertise in backend, ML and iOS app development. Skilled in C++, Java, Spring Boot, Swift, Python, SQL and Docker.
Israel
WildandArt's Stars
baruchiro/gh-local-changes
Scan a folder to find git repos with unpushed branches and/or changes
WildandArt/LeetcodeProblems
Solutions to common Leetcode problems in Java language.
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/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)
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.
amitaigl/libraries
amitaigl/Repositories
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/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.
kodecocodes/alg-materials
The projects and the materials that accompany the Data Structures & Algorithms in Swift book
alecdoconnor/AOModalStatusView
Create an AO Modal Status View for light actions in iOS App
swiftlang/swift
The Swift Programming Language
chadkeck/Natural-Language-Clock
An English language clock for Apple Watch and iPhone.
jordibruin/Swift-Charts-Examples
An overview of the different types of charts you can make with Swift Charts
malcolmkmd/NetworkLayer
Network Layer in Swift: Protocol-Oriented Approach
kodecocodes/swift-algorithm-club
Algorithms and data structures in Swift, with explanations!
lazyprogrammer/machine_learning_examples
A collection of machine learning examples and tutorials.
gzc/CLRS
:notebook:Solutions to Introduction to Algorithms