Adam Djellouli's Projects
Solutions to HackerRank JavaScript problems.
10 days statistics challenge from hackerrank
This project is a 3D implementation of the classic game Pong using the Visualization Toolkit (VTK). It is a two-player game where each player controls a paddle to hit the ball and prevent it from reaching their goal. The score is updated in real-time.
A collection of projects in C++ and Python that implement various data structures and algorithms. The projects are organized by language and topic, and include detailed explanations and examples to help you understand how they work.
Practice-based learning materials designed to help you gain hands-on experience with Ansible. This repository contains a comprehensive collection of notes, tutorials, and automation scripts—equipping beginners, system administrators, and DevOps professionals with the knowledge to automate IT tasks, manage configurations, and deploy applications.
Small Arduino projects
Asciiquest is a roguelike dungeon game in which you play as a hero trying to find the exit of a randomly generated dungeon. The game features enemy AI, pathfinding algorithms, multithreading, and the ability to play multiplayer. As you progress through the levels, the enemies will become more difficult to defeat.
This repository contains a collection of C programs designed for AVR microcontrollers, demonstrating various techniques and applications for embedded systems development. AVR microcontrollers, developed by Atmel (now Microchip Technology), are widely used in electronics for their efficiency and ease of use.
Welcome to my backend engineering notes. I've spent many hours organizing these Markdown files into clear topics—API design, databases, deployment, distributed systems, networking, performance, security, and more—each stored in the notes directory.
Solutions to HackerRank Bash problems.
A collection of Bash scripts for automating routine tasks and streamlining your workflow.
Witamy w repozytorium Koła Naukowego CAMAC, które gromadzi zasoby edukacyjne oraz materiały ze spotkań naukowych z lat 2018-2019. Repozytorium jest przeznaczone dla studentów Wydziału Fizyki Politechniki Warszawskiej zainteresowanych tematami związanymi z informatyką stosowaną.
Examples of projects with CMake.
My personal notes, remarks, and attempts at solving challenges inspired by (and sometimes directly taken from) Harry He's book, Coding Interviews. These are not official or authoritative solutions.
Training and using a machine learning model locally to accurately identify and count coins in a given image. This project includes data preprocessing, model training, and evaluation to ensure precise coin detection and counting.
This repo is a work in progress aimed at gathering useful open-source resources for CFD engineers in one place. It includes notes, scripts, and tutorials for tools like ParaView, Gmsh, and more. The idea is to make it easier to find and use solid, practical materials without digging through scattered sources.
Solutions to HackerRank Cpp problems.
Project based tutorials in C#.
The repository is a collection of resources and notes on various cybersecurity topics designed to help learners and professionals enhance their understanding and skills in the field. It includes cheat sheets, best practices, and summaries on key areas such as penetration testing, network security, cryptography, and more.
This repository is dedicated to the exploration of various data visualization frameworks through bite-sized code snippets, as well as providing insights on effective data visualization techniques and principles.
Welcome to my database notes. I’ve put together insights on everything from database types and transactions to indexes, isolation levels, data warehousing, replication, and even the Halloween Problem. These notes are born from my own experiences and challenges, capturing both theory and practical tips in a concise, accessible way.
DeepCFD: Efficient Steady-State Laminar Flow Approximation with Deep Convolutional Neural Networks
A comprehensive collection of the most popular design patterns and their implementations, designed to help you understand and apply these essential patterns in your software development projects. This repository covers a wide range of design patterns, providing clear explanations, practical examples, and code implementations in various languages.
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
This is a simple to-do list application created using Django. It allows users to create and manage their tasks, as well as view and update the status of existing tasks.
A comprehensive collection of notes on Docker, designed to help you understand and leverage Docker for containerization and DevOps practices. This repository covers a wide range of topics, from basic concepts to advanced techniques, providing valuable insights and practical examples for both beginners and experienced users.
My alternative solutions to problems from Amit Saha's book "Doing math with Python".