Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by TheToriqul

A curated list of projects in awesome lists by TheToriqul .

https://github.com/thetoriqul/fullstack-app-docker-deployment

This project demonstrates the power of Docker and Docker Compose in deploying a full stack application seamlessly on AWS EC2. Whether you're a seasoned developer or just getting started with containerization, this project provides an excellent opportunity to dive into deploying complex applications with ease.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/contactify-app

Contactify is a full-stack email contact management application. It enables users to maintain a list of contacts with names, offering functionalities like adding, editing, and deleting contacts. The app is built using React for the frontend, Flask for the backend, and SQLite for the database.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/cloud-migration-management

This repository contains documentation and resources related to the cloud migration and management project for Alishan Bazar, conducted from June 2020 to July 2021. The project involved migrating the web application from a local web hosting provider to Amazon Web Services (AWS), along with configuring, optimizing, and managing the cloud.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/docker-networking

This project demonstrates a more advanced approach to setting up a Docker network using a bridge interface with additional features like container names and optional NAT for internet access.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/thetoriqul

Welcome to my GitHub profile! I'm a highly motivated DevOps Engineer with a passion for leveraging technology to streamline development workflows and optimize system performance.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/javascript-general-practice

This repository is my personal playground for practicing and improving my JavaScript skills. It contains various exercises and small projects that I've worked on to reinforce different JavaScript concepts.

javascript javascript-library js

Last synced: 12 Nov 2024

https://github.com/thetoriqul/fullstack-react-flask-app

This repository contains a full stack application built with React for the frontend and Flask for the backend. It's a task management system that allows users to create, read, update, and delete tasks.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/aspiring-developer

This project is a portfolio website for an aspiring developer, showcasing their journey, skills, and future goals in web development. The site is designed to present the developer's passion for coding, current learning targets, and future aspirations in the tech world.

css html practice-project webdevelopment website

Last synced: 12 Nov 2024

https://github.com/thetoriqul/timed-math-challege

This Python script creates a simple timed math challenge game. The user is presented with a series of arithmetic problems to solve within a time limit. Let's delve into the code to understand its functionality.

game-development practice-project python python3

Last synced: 12 Nov 2024

https://github.com/thetoriqul/madlibs-generator

This code lets you play a fun game called Mad Libs! It starts with a pre-written story filled with special placeholders like "<adjective>" or "<noun>". The code asks you for words to replace these placeholders, making the story silly and personal.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/kodekloud-practice

Welcome to the KodeKloud-Practice repository! I've been actively using this repository for my own practice sessions. It's a fantastic resource offering a diverse range of hands-on labs covering Kubernetes, Docker, AWS, Terraform, and more

aws docker kubernetes terraform

Last synced: 12 Nov 2024

https://github.com/thetoriqul/dice-game

Take the Crown is a dice rolling game for 2-4 players. Players take turns rolling a die, and their score for each turn is the sum of the values they roll. If a player rolls a 1, their turn ends and their score for that turn is 0. The first player to reach a score of 50 or more wins the game.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/cross-vpc-networking

This project demonstrates how to establish a connection between two Amazon EC2 instances residing in separate VPCs, with the addition of a NAT Gateway for internet access.

aws aws-ec2 vpc vpc-peering

Last synced: 12 Nov 2024

https://github.com/thetoriqul/slot-machine

Slot Machine Game! This is a simple slot machine simulation written in Python. Players can deposit money, place bets, and spin the slot machine to win or lose money based on the outcomes.

python python3 slot-machine

Last synced: 12 Nov 2024

https://github.com/thetoriqul/docker-networking-scratch

This project demonstrates how to set up a basic Docker network using a bridge interface on a Debian-based system. This guide provides step-by-step instructions and explanations.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/two-ns-connect-using-bridge

Namespaces Bridged Together and Connected to the Internet. This project aims to establish a communication bridge between two distinct, isolated environments known as namespaces. These namespaces can encapsulate various entities such as network resources, processes, or variables, ensuring separate execution and protection within a large system.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/rock-paper-scissors

This project provides a straightforward and engaging implementation of the classic rock paper scissors game.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/layer-4-7-load-balancer

Modern web applications often require robust infrastructure to handle varying levels of incoming traffic while maintaining high availability and performance. Implementing a load balancer is a common strategy to achieve these goals, distributing incoming requests across multiple backend servers.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/rinterio

Rinterio is a responsive website for a modern interior design company. It showcases the company's portfolio, services, and expertise in both residential and commercial design projects.

daisyui html-css tailwindcss

Last synced: 12 Nov 2024

https://github.com/thetoriqul/dns

The Domain Name System is a core part of the Internet. The domain name system, or simply DNS, may not be something you think of everyday. However, DNS is an essential piece of what makes the internet usable.

dns dns-server domain domain-name-server domain-name-system name server

Last synced: 12 Nov 2024

https://github.com/thetoriqul/quiz-game

This is a fun and educational quiz game that tests your knowledge of computer hardware terminology. The game asks you 10 multiple-choice questions about common hardware terms, such as CPU, GPU, RAM, ROM, PSU, LCD, LED, USB, CD, and DVD. For each correct answer, you earn 1 point. At the end of the game, you will see your total score and percentage.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/own-adventure-game

The code is written in Python and simulates a text-based adventure game. It presents the player with choices that lead to different outcomes.

Last synced: 12 Nov 2024

https://github.com/thetoriqul/two-ns-connect-using-veth

Seamless Network Communication Between Namespaces with veth Pairs. This project delves into the establishment of secure and efficient network connections between isolated network namespaces (NS) on a Linux system. It leverages the power of virtual Ethernet (veth) interfaces, offering a dynamic and flexible approach to inter-namespace communication

Last synced: 12 Nov 2024

https://github.com/thetoriqul/password-manager

This code implements a basic password manager that allows users to securely store and manage their passwords using encryption

Last synced: 12 Nov 2024

https://github.com/thetoriqul/docker-search-command

This project documents my deep dive into Docker Hub's search capabilities, helping developers efficiently locate and evaluate Docker images for their projects.

docker docker-search

Last synced: 12 Nov 2024

https://github.com/thetoriqul/fitness

This project is a responsive fitness website designed to provide information about fitness services, workouts, and team members. It includes sections for introducing the fitness club, showcasing various exercises, calculating BMI, presenting team members, and displaying customer testimonials.

html-css-javascript

Last synced: 12 Nov 2024

https://github.com/thetoriqul/react-world-tour

Just a API calling and extract data

Last synced: 12 Nov 2024

https://github.com/thetoriqul/javascript-easy-problems

This repository contains solutions to JavaScript problems, designed to help beginners practice their coding skills. Each problem focuses on different aspects of JavaScript programming, including function creation, input validation, and basic algorithms

javascript problem-solving

Last synced: 12 Nov 2024

https://github.com/thetoriqul/k3s-aws-terraform

This project implements a production-ready K3s cluster on AWS using Terraform, showcasing infrastructure as code practices and cloud-native technologies. Through this implementation, I've created a robust, scalable Kubernetes environment that demonstrates modern DevOps practices and cloud architecture patterns.

kubernetes-cluster terraform-module

Last synced: 27 Oct 2024

https://github.com/thetoriqul/k3s-terraform-blueprint

This project demonstrates a production-ready implementation of a K3s lightweight Kubernetes cluster on AWS, automated through Terraform. It showcases a complete infrastructure-as-code solution for deploying and managing containerized applications in a cloud environment.

kubernetes-cluster terraform-module

Last synced: 27 Oct 2024

https://github.com/thetoriqul/docker-container-lifecycle

This project demonstrates my practical understanding of Docker container lifecycle management, showcasing hands-on experience with container operations from creation to deletion

docker docker-container

Last synced: 21 Oct 2024

https://github.com/thetoriqul/leetcode

Last synced: 12 Nov 2024

https://github.com/thetoriqul/tea-house

The Tea House Website is designed to showcase a tea house with an elegant and user-friendly interface

html-css-javascript tailwind tailwind-css tailwind-css-template tailwindcss

Last synced: 10 Oct 2024