-
@github Open Source Maintainer
- The Internet, Remote
-
00:00
- 1h ahead - https://orcid.org/0000-0003-3740-8627
- @MaxProgram
- in/maxbase
- https://t.me/MAX_BASE
- @maxbase4600
Highlights
-
SIEMGraphQLTS Public
Welcome to the SIEM (Security Information and Event Management) GraphQL-based project! This project is designed to provide a powerful and flexible security monitoring solution by leveraging the cap…
-
MusicTSGraphQL Public
This project is a GraphQL API built with TypeScript and Fastify, using the Mercurius plugin. It provides a backend server for a music site, allowing you to perform various operations such as managi…
-
TherapistBookingGraphQLTS Public
This repository contains a Therapist Booking Project built using GraphQL and TypeScript. The project aims to create a platform where users can book appointments with therapists for counseling sessi…
-
GoogleCloneGraphQLTS Public
This is a search engine site built using TypeScript and NestJS, with a GraphQL API. The application allows users to search for content and retrieve relevant results. It utilizes the power of GraphQ…
TypeScript GNU General Public License v3.0 UpdatedMar 11, 2025 -
BlogExpressGraphQLTS Public
BlogExpressGraphQLTS is a TypeScript-based project for creating a feature-rich blog using Express.js and GraphQL, without relying on NestJS. This project aims to provide a flexible and powerful bac…
-
TimePrayTS Public
This is a refactor of the original Praytimes.org source code to make it more usable with npm and JavaScript.
-
CourseProgrammingUniversity Public
Welcome to the repository for the Programming course at the University of Kashan. This repository includes the course materials, exercises, projects, and further information about the course.
-
FirstRailsAPI Public
A example repository to show how is first Ruby on Rails RESTful API project
-
LicenseSystemRubyAPI Public
API - License System - Designed in Ruby
-
jadi-net-blog Public
This Python script is used to extract posts from a WordPress blog (https://jadi.net/) and save them in HTML format. The script fetches the RSS feed, parses the posts, and saves each post as an indi…
-
DNS-Latency-Test Public
A simple Bash script to measure the latency and response time of multiple DNS servers.
Shell MIT License UpdatedMar 10, 2025 -
MyWeatherDesktop Public
A Electron based desktop application which can show weather of most cities in world.
-
InstagramGraphQLAPI Public
This GraphQL API is built using Nest.js and TypeScript, providing access to various features and functionalities. The API follows the GraphQL schema-first approach, where the schema is defined usin…
TypeScript GNU General Public License v3.0 UpdatedMar 10, 2025 -
forwarder-app Public
Forwarder App is a simple HTTP proxy server written in Go. It forwards requests from different ports to specified target URLs based on predefined routes. This is useful for routing traffic between …
Go MIT License UpdatedMar 7, 2025 -
dynamic-iframe-refresher Public
A simple web application that allows users to load a URL inside an iframe and automatically refresh it at a user-defined interval.
JavaScript MIT License UpdatedMar 7, 2025 -
nginx-forwarding-script Public
A simple Node.js script for generating and managing Nginx forwarding configurations dynamically.
-
cursor-editor-forever Public
A Bash script designed to reset the license of the Cursor editor, enabling extended use by updating telemetry IDs and modifying the AppImage to bypass license checks.
-
FastAPIBooks Public
A REST API built with Python and FastAPI, integrating with MongoDB for CRUD operations (Create, Read, Update, Delete) on books. FastAPI is a powerful web framework for building APIs, while MongoDB …
-
laravel-vat-calculator Public
A comprehensive web application designed to facilitate accurate and efficient VAT calculations. Built on the Laravel 11 framework, this project leverages modern web development practices to deliver…
-
laravel-11-docs-swagger Public
A simple project with Laravel 11, which is a management panel along with a simple blog web service with CRUD operations.
PHP GNU General Public License v3.0 UpdatedMar 6, 2025 -
tiobe-scraper Public
A simple web scraper to fetch the latest programming language rankings from the TIOBE Index. The data is extracted using Bun, TypeScript, and Regular Expressions, then saved as JSON and YAML.
TypeScript MIT License UpdatedMar 3, 2025 -
list-data-drugs Public
This Python script scrapes drug-related information from the "Talk to Frank" website and saves the extracted data in both JSON and YAML formats. It utilizes the `requests` library to fetch the webp…
-
DrumMachine Public
A Python-based drum machine with a graphical user interface using Tkinter and Pygame.
-
github-actions-tehlug Public
In this presentation, I covered the power of GitHub Actions, exploring how it can automate workflows directly within GitHub repositories. The session focused on using GitHub Actions for Continuous …
-
my-site-url-finders Public
A simple Python-based web crawler that extracts and filters URLs from a given website while avoiding unwanted paths and file types. The crawler follows links recursively within the same domain and …
-
Automatically compile and test a simple Go program using GitHub Actions whenever changes are pushed or a pull request is created to the main branch. The action installs Go, compiles the Go code, an…
-
github-actions-compile-c Public
Automatically compile and test a simple C program using GitHub Actions whenever changes are pushed or a pull request is created to the main branch. The action installs GCC, compiles the C code, and…
-
TCP-Chat-CPP Public
A simple TCP-based chat server and client written in C++. This project was originally created by Max Base, and later ported to C++ by Kambiz Asadzade.
-
custom-editor-react Public
Front-end implementation of a real-time collaborative text editor built with React.js. It integrates seamlessly with a backend powered by Node.js, Express, and Socket.IO to provide a live editing e…
-
Backend implementation of a collaborative Markdown editor using Node.js, Express, and Socket.IO. The frontend can be developed using React.js to provide a seamless, real-time editing experience.