🌟 Put Your First Project in the Spotlight! #137746
Replies: 35 comments 38 replies
-
Thanks for you guidance |
Beta Was this translation helpful? Give feedback.
-
Side Fun Project - Forward2 A URL ShortenerRepo: https://github.com/loujr/forward2 Forward2 is a url shortener that takes long links and makes them shorter similar to any service you would find online. Everyone aspires to have living, useful code. I wanted to make my barrier of entry very low. This started out as a simple print to file minimal viable project and has ballooned to increasingly complex functionality. This project now utilizes two separate python services one to generate short links and the other to redirect you to the correct page. I have split the components to an API with the option of adding UI elements later. This is further integrated with another project you can find on my profile called MikeTysonBot. I am a GitHub Staff member who works in our Ecosystems Teams. My speciality is API and integration hence why this program has API components. My goal is to work more on our platform development and continue to contribute code to our monolith. |
Beta Was this translation helpful? Give feedback.
-
Hello GitHub community! |
Beta Was this translation helpful? Give feedback.
-
I've a little project that showcases the GitHub API's. It's called The Power it's useful for teaching, learning and demonstrating how GitHub's API's work. The idea is to keep things simple by demonstrating an API endpoint in a single script such as create-repo.sh |
Beta Was this translation helpful? Give feedback.
-
I just finished building a replica of |
Beta Was this translation helpful? Give feedback.
-
👋 Hey GitHub community! I’m excited to share my latest project: NextSolution V2! 🚀 Project Overview: What Inspired Me: Special Features: ✨ ExpoApp Project:
✨ NextApp Project:
✨ WebApi Project:
🔄 Updates:
Getting Started:
For more details, check out the GitHub repository. If you find it valuable, please consider giving it a star ⭐! About Me: Looking forward to your feedback and engaging with the GitHub community! Happy coding! 💻 |
Beta Was this translation helpful? Give feedback.
-
Hey guys! |
Beta Was this translation helpful? Give feedback.
-
https://github.com/LikhithaKakuluri/My_Portfolio A Beautiful Portfolio with enhanced feature , everybody can go through it , and provide me your valuable feedback . |
Beta Was this translation helpful? Give feedback.
-
chessapi4jHi! I started this project last year and have been improving it, fixing errors and bugs along the way. This year, I picked it up again and made several improvements. It is a Java library that allows you to work with chess-related operations. The library includes features like verifying legal positions and legal moves, working with PGN files, generating legal moves from a given position, and handling FEN strings. Since chess is a game, many natural abstractions arise. Developing a relatively fast move generator was particularly challenging (I believe Java can't offer much more speed), while also ensuring it passed the standard unit tests for a move generator. The library includes many features, and perhaps I'm not doing a good job of describing them all. I am just an amateur programmer, and I wrote this library because I wanted to create a server for an online chess website. As I started, I realized it was better to develop it as a separate project from the server, and then I realized it didn't have to be proprietary software, so I decided to share it, which led me to GitHub in the first place. |
Beta Was this translation helpful? Give feedback.
-
03257531376 jazzcash Sent from my Galaxy
-------- Original message --------From: lunalobos ***@***.***> Date: 09/09/2024 1:04 am (GMT+05:00) To: community/community ***@***.***> Cc: Husnainmirza0071 ***@***.***>, Comment ***@***.***> Subject: Re: [community/community] 🌟 Put Your First Project in the Spotlight! (Discussion #137746)
Wow, it looks awesome! that’s a serious flex. Just a few minor observations: maybe the background could be a bit smoother (something like this) and you could prevent the skills from covering the navigation bar by using a different z-index for the navbar class.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Sent from my ***@***.***
-------- Original message --------From: lunalobos ***@***.***> Date: 09/09/2024 1:04 am (GMT+05:00) To: community/community ***@***.***> Cc: Husnainmirza0071 ***@***.***>, Comment ***@***.***> Subject: Re: [community/community] 🌟 Put Your First Project in the Spotlight! (Discussion #137746)
Wow, it looks awesome! that’s a serious flex. Just a few minor observations: maybe the background could be a bit smoother (something like this) and you could prevent the skills from covering the navigation bar by using a different z-index for the navbar class.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, community. I recently made a GitHub Bot named OctoPaji (refers to Github's Octo and Paji is Indian, Punjabi term meaning brother).
I am thinking of adding more. You can checkout the project in OctoPaji - GitHub Bot in GitHub Marketplace. Shoutout to @ThisIs-Developer for guiding me on the GitHub Marketplace Publishing Issue. You can also checkout more of projects in my GitHub profile. Thanks for your attention. |
Beta Was this translation helpful? Give feedback.
-
Astroboard the Umbraco dashboardRepo: https://github.com/wpplumber/astroboard Get insights of your contents, assets and members while using the friendly CMS. No special blockers except Angular JS used by the CMS for services. I'm a web programmer focused on Front-end with experience in developing Umbraco websites and packages also web apps using Tailwind CSS, SPA and PWA in Vue (+ Quasar Framework, Vuetify), AstroJS. Professional aligned with agile methodology. 📆 |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone! My name is vaishali singh, i am a student from India and i recently made a project on simple blockchain implementations. project repo link: https://github.com/vaishaliisingh/Blockchain-fundamentals Project Description: Key Features: How It Works: Technologies Used: This project serves as a foundational demonstration of how blockchain technology works, making it an excellent starting point for understanding more complex blockchain systems and applications. |
Beta Was this translation helpful? Give feedback.
-
fan_control (https://github.com/TarikTornes/fan_control)Hey everyone I am an undergrad student from Luxembourg and I am new to the OpenSource world and to C and therefore decided to create a small project which is a daemon called fan_control. It started when I wanted to build my own little DIY homeserver with a Raspberry Pi 4B, and decided to cool it with a small cooling system which uses a fan. It bothered me that the only option was to run it permanently on full speed, so I decided to build my own little project in order to fix my issue and improve my C knowledge by coding a small daemon which checks the temperature of the Raspi and adjusts the fan speed according to the temperature. I am sharing it with you to hopefully get feedback and suggestion according to my style of coding, efficiency and everything about creating a OpenSource project, since I am quite new to this. Feel free to give me feedback of any kind, wether it is a comment below or as an issue on my repo. PS: You can also give feedback to my other repos. |
Beta Was this translation helpful? Give feedback.
-
PigmentTS🎨 A lightweight utility for color manipulation and conversion. Features
GitHub: https://github.com/Jay-Karia/pigment-ts |
Beta Was this translation helpful? Give feedback.
-
Night Sky PiNight Sky Pi is a camera that takes images throughout the night currently from sunset till sunrise. These images are then zipped then the application waits for the next observation period. Along with the images that are taken there are supporting JSON files for each image with additional information. These data files currently contain the exposure and observation information for the image, allowing for processing off device later. |
Beta Was this translation helpful? Give feedback.
-
upmupm is a universal package manager that automatically detects your primary package manager and runs the appropriate command, so you don't have to find a way to detect the package manager within code. it's written in bash (for linux and macos) and in powershell (for windows)features:
fun fact: i accidentally found the github font while making the logo :D check it out! https://github.com/sctech-tr/upm note: this isn't my first project, but it's still pretty cool |
Beta Was this translation helpful? Give feedback.
-
https://github.com/IsaqueCar/C-Math-Bundle Overview: A bundle of C and C++ libraries each one based on a math area like Calculus, Physics, etc. Thanks for reading and supporting one of my many projects 😄 Also, i'm working on other projects like an OS i'm developing so check out my profile to see updates! |
Beta Was this translation helpful? Give feedback.
-
Font Resources for Designers + Developershttps://github.com/NicholasGannon/Font-Resources
I'd really appreciate people checking out this repo and giving it a star! Thank you! |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
InNoHassle Ecosystem for Student Life by one-zero-eightRepositories: GitHub - one-zero-eight Hello! I am an undergraduate student at Innopolis University, and I’d like to introduce you to our student life ecosystem — InNoHassle. Currently, it's closely tied to Innopolis University services (you can see it in action at innohassle.ru), but our repositories contain a wealth of useful code, such as fastapi-template and aiogram-template. Our community, one-zero-eight, is a group of student enthusiasts who are passionate about creating practical tools and writing code. We work extensively with technologies like React+Vite, FastAPI+MongoDB (via Beanie), Aiogram+Aiogram Dialog, and the iCalendar format. All our code is open-source and published under the MIT. |
Beta Was this translation helpful? Give feedback.
-
🎉 My First Project: Discord RATRepository Link: Discord-RAT Hello, GitHub community! 👋 I’m excited to share my first project: Discord RAT (Remote Access Trojan). Inspired by various similar projects, I wanted to see if I could replicate some of their features and learn along the way. 💡 What Inspired MeI’ve always been curious about how these tools work, and I thought it would be a fun challenge to try building one myself. 📜 Project DescriptionThis project is designed to enable remote control and monitoring of target devices. It offers a range of features, including capturing screenshots, taking webcam photos, retrieving system information, downloading files remotely, and more. Please note: This tool is created for educational and ethical purposes exclusively. Unauthorized use is strictly prohibited. ✅ Features
⚙️ Prerequisites
🛠️ How to Use
🔧 Building the RAT
🛡️ Defender EvasionThis RAT incorporates techniques to evade detection by traditional antivirus software. However, please be aware that effectiveness can vary over time. Always use tools like this responsibly and legally. 🙌 Contributions Welcome!If you have suggestions or encounter any issues, feel free to open an issue or submit a pull request. I’m eager to improve this project and would love your input! 🚧 Challenges Faced
👤 About MeI’m new to GitHub and cybersecurity in general. My goal is to learn more about programming, particularly in coding. I’ve always been curious about how tools like this work, and I thought it would be a fun challenge to build one myself! |
Beta Was this translation helpful? Give feedback.
-
Nice
…On Tue, 1 Oct, 2024, 12:11 am Sarto, ***@***.***> wrote:
Thanks for thinking so! I hope this post, and the projects shared here,
serve as an inspiration for all GitHub users 🚀
—
Reply to this email directly, view it on GitHub
<#137746 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFZRR3C5C6VTT5QHV7P5O7DZZGLPDAVCNFSM6AAAAABNUSEKMKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBQGE2TCMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
### Unity Easy Map Creator v1.2 🔗 Link : https://github.com/MahdiRahmatii/Unity-Easy-Map-Creator Unity Easy Map Creator is a tool for generating map images from Unity scenes. This tool simplifies the process of creating map.png (transparent) files from your Unity environments, making it easy to visualize and share your game or simulation worlds. This version is more efficient and faster than the previous version. ✅ ### Features Check it out, give it a star ⭐, and let me know what you think! Your feedback is valuable and will help improve the tool further. |
Beta Was this translation helpful? Give feedback.
-
Phaser Coding Education Game https://github.com/TiannaLopes/edu-code-game The project is a multi level phaser game that teaches coding concepts through puzzles and challenges. Players learn how to solve problems by writing code or dragging and dropping blocks. I just started this project recently and added many good first issues. I would love to build a community to develop this with for anyone interested. Here is the github pages deployed link: https://tiannalopes.github.io/edu-code-game/ |
Beta Was this translation helpful? Give feedback.
-
ActionGuard: Enhancing GitHub Actions Security ActionGuard is a tool designed to enhance the security of GitHub Actions workflows by detecting potential security issues such as hardcoded secrets, deprecated actions, and insecure configurations. Key Features: Detection of Deprecated Actions: Flags the use of deprecated or insecure actions. Comprehensive Security Checks: Scans for misconfigurations and permissions issues. Getting Started: Installation: Clone the repository and install dependencies using pip install -r requirements.txt. Usage: Run the script with python test_script.py to perform security checks. Contributing: License: |
Beta Was this translation helpful? Give feedback.
-
Hey there, GitHub community! 👋
Are you new to GitHub? Have you recently created your first project and are excited to share it with the world? We want to hear from you!
Starting a new project can be both thrilling and a bit daunting, but every great developer starts somewhere. Whether it's a simple "Hello World" script, a fun personal website, a creative game, or a unique solution to a problem, your project matters, and we'd love to showcase it!
Each week, for the month of September, our team will choose one developer and their project to highlight for the rest of the community. This highlight post will be pinned to the New to GitHub category and will put a spotlight on you and your project!
👉 How to Share Your Project:
By sharing your first project, you can:
Not sure if you should share your project? Just remember, no matter how big or small, each contribution is a step towards becoming a better developer. So, don't be shy—share your hard work with us! Let's celebrate your first steps!
Looking forward to seeing your amazing creations! 🚀
Happy coding! 💻
Beta Was this translation helpful? Give feedback.
All reactions