My FIRST programming project 👩‍💻 #code #programmer #softwaredeveloper #coding #softwaredev #coder

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Just get it done. The first project is always special and beautifully imperfect.

sherbeka.
Автор

Mine was a automatic file organizer, I even used it daily because it kept my desktop organized!

xEvD
Автор

I made a python script to randomly sort a bunch of songs in a USB flash drive that my mom uses to listen music in her car. When I finalized and went to test I saw that her stereo had a option to play songs randomly

aiatoladoparana
Автор

Hahaha, I did this too. I was so sad when Dota removed the random hero button. Being annoyed, I made a script to pull a random hero name from a text file list and select one for me.

SlushProductions
Автор

First project was attempting to write a Space Invadors clone on the Apple II in BASIC

PlayBASIC-Developer
Автор

My first project was a game made in C++ in school, and back then I didn’t know classes. So after a lot of functions, time and patience I finished the game. I miss the time when I was excited to write code.

Alpha_Online
Автор

My first project was a solution for Chilean Twitch Streamers.
They were’nt able to receive donations in their local currency. So I made a site where people donate them, and when payment is accepted, it triggers an alert to the stream with a message. Similar to streamlabs tip page but for Chilean payments method.

The code was a mess but it worked. With the time I rewrote everything. It helped me a lot to learn how to solve problems on the way.

BenjaEnduro
Автор

I'm almost done building my first. Its a baseball trivia webapp with both single and multiplayer modes, profiles, and leaderboard. It's incredible seeing all these months of learning coming together

NodeLedge
Автор

If I don’t count all the school scratch projects (that we were forced to do) my first free will project is my Pokémon hack, which I’m still working on

TheGlitchyMario
Автор

My first programming project is a clerical software that is essentially a letter creator where the software automatically create a letter for you based on the input you made in Ms Access. Its a small software that use either Apache POI, Openpyxl or VBA Library to run. I made 3 version of it from 3 language namely Java, Python and PowerShell

RobertGuilman
Автор

Minecraft mod with helpful UI that could change game rules before you create a world, but now it’s just ingame feature

mansfera
Автор

My first project besides binary Exploitation scripts is a Angular PWA with a Nest.Js backend ... currently sucks but gets better every day 💪

bex
Автор

You just made me feel ever more pride over my first project(Airline Reservation Management System), lol, nice first project tho

KewalTailor
Автор

Tic Tac Toe in Python, it allowing pausing/resuming of games and win logs.

radeeyate
Автор

My first project was making a button with the Hello World text 💀

alextoppo
Автор

My first project was a shooting game i made by coding on paper and simulating the code in my head. There were a few bugs but It worked well and it was pretty fun.

LeniconDev
Автор

My first project was a auto login and logout for the zoom for the classes it would login for the time and logout

nagasaipurvaz
Автор

I made my first project in Turbo C++. It was a pharmacy store system. I had used everything that I studied back then, file handling, OOPs, etc. It was a great project (for my level of coding back then) and I am still very proud of myself for creating it. I sometimes even feel shocked looking at its source code now, it was a good program.

kinershah
Автор

My first project was a game where there there were three doors and you had to choose one that a ghost isn't hinding behind. It was called ghost game and it was written in python. It was a terminal based game

CattopyTheWeb
Автор

My first project was an all-in-one calculator which could calculate the area or the volume of different shapes and objects. I made it with Python.

JustPyroYT