Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "first project"
-
Fell asleep on my first day in my very first project. When I woke up, I saw an email from our manager with the subject "No sleeping please.". No email body. 😂9
-
THIS is why unit testing is important, I often see newbs scour at the idea of debugging or testing:
My high school cs project, i made a 2d game in c++. A generic top down tank game. Being my FIRST project and knowing nothing about debugging or testing and just straight up kept at it for 3 months. Used everything c++ and OOP had to offer, thinking "It works now, sure will work later"
Fast forward evaluation day i had over 5k lines of code here, and not a day of testing; ALL the bugs thought to themselves- "YOU KNOW WHAT LETS GUT THIS KID "
Now I did see some minor infractions several times but nothing too serious to make me refactor my code. But here goes
I started my game on a different system, with a low end processor about 1/4 the power of mine( fair assumption). The game crashed in loading screen. Okay lets do that again. Finally starts and tanks are going off screen, dead tanks are not being de-spawned and ended up crashing game again. Wow okay again! Backround image didn't load, can only see black background. Again! Crashed when i used a special ability. Went on for some time and i gave up.
Prof saw the pain, he'd probably seen dis shit a million times, saw all the hard work and i got a good grade anyways. But god that was embarrassing, entire class saw that and I cringe at the thought of it.
I never looked at testing the same way again.6 -
I'm helping a friend with programming in c#
He's a beginner and wants to learn. He learns as easy as I do.
I saw his project yesterday and everything was written in one method. I thought I was dying. Then remembered my first project... he will be fine3 -
Successfully resolved my first merge conflict WITHOUT destroying the whole project.
#eleventh-time-lucky3 -
open telegram
'hey guys i have a cool idea for a project'
"yeah thats a neat idea lets do it"
we get drunk on the first meeting and completely forget about the project5 -
Just did my first pull request for an open source project ever. And it actually increased test coverage for the whole project 😂2
-
Just learned that my previous workplace hired someone to take over the frontend which was my first big javascript project, and now I have an odd fear for my life.3
-
!rant
Some days ago I finished "Ray tracing in a weekend" (Peter Shirley) and I'm learning a lot :D
In the new year I will start with "Ray tracing the next week", but there are still some things I want to tackle before that (improve code quality, optimize... it's my first project that is bigger than a codeforces problem solution, a part from the projects at work).
Any sources of wisdom and recommendations are welcome!!9 -
<This is my first rant, though I've been spectating in readonly mode (ie, without an account) for a while now./>
*Programs all day Saturday adding innumerable lines of code to a new project*
*Builds and runs project*
*Everything not only compiles, but the app works flawlessly*
*Faints*5 -
My first contribution to a GitHub project was finally merged to the master branch today! It was just a bug fix but it’s a start!!11
-
You all remember the hackathon (my first coding event ever)I went to last Saturday?
Well, the founders of the org whose project I worked on offered me an internship on Thursday!5 -
After many hours of work I just finished my first real project in PHP. Now everywhere I look I see people bashing on PHP and praising Node.
echo 'fml';16 -
That feeling when you receive your first GitHub contribution on one of the side project you've been working on for months :D2
-
Woooooooo!
Just finished my first fully automated CI/CD system. Now all my commits go through the pipeline and gets deployed to live automatically.
It's a small project but still, it's really cool!10 -
Pushed my first own open source project to Pypi as a python package.
Used tox and travis for the first time.
Feeling proud and super content 😊.
I'm in the process of creating another open source package, which has as dependency the first one 😅.
I love Python.6 -
I got my first job as a full stack dev when someone saw my web project on github.
It was my first ever web project and don't know if I'm actually ready to work.7 -
I always find it more productive to have at least two ongoing projects at once.
That way, if I get stuck on a bug/frustrated with the first project, I focus on the second and more often than not, when I go back to the first project I realize that I had made a dumb mistake and keep going.2 -
My non-programming project: the first 10.000 decimals of pi, in small wood sticks. 9.974 to go ...3
-
1. Start programming to solve a beautiful problem.
2. Setting up my IDE.
3. Creating nem project.
4. Start coding, but dig into first little problem.
5. After 10 hours give up.4 -
Starting a new project tonight to help fellow teachers! First time actually using Github as well.... Interesting although I found it hard to get my head around!11
-
Yesterday, I decided to rewrite the code of a project I'm doing for a week. I rewrote all the code with a better agility (is it the good word? ) and I ran it. It worked the first time! It worked the first tiiiiime!4
-
Was a co-lead on the first project to add image recognition to ATMs for depositing checks. Turns out, it was a pretty OK idea and people liked it.3
-
Contributed to a open source project for the first time what hasn't been updated in 3 years and my pull request was just accepted!5
-
*Build project*
*Build failed*
- Arrrg! Lets try cleaning first.
*Clean project*
*Clean failed*
- ...
- What the FUCK! How does the clean fucking project fail?!? Just delete fucking output you pile of shit!4 -
Cracking open Unity for the first time, tonight after the daughter goes to bed, for an augmented reality project.
Cheers! 🍺7 -
"Hey Jamcris11,
Be apart of our cool programming project?"
"Hell yeah, sign me up".
Three weeks later.
Proceeds to me being the only person contributing to the project in anyway (despite having a full time job meaning little spare time).
Guy who invited me in the first place just plays fucking Minecraft all day (he doesn't have a job or college,) puts no effort into the project at all.22 -
After being inspired by the other devRant projects, I started creating my very first android-related project of my own: Viewing rants on my Moto 360 when I'm in a boring meeting5
-
!rant
Today just shipped my first fullstack application...the feeling is awesome! Even if no one uses its mine!!!3 -
this happened in the first project of a small software company.
the contract said: project will be finished only until customer satisfaction
the customer was never satisfied. So, the company had to close and open with a different brand name1 -
My first real web project was in my senior year of college.
It was a hacker rank clone. And supported a bunch of languages. It was a fun project.
Others created a static website.
And guess what? they got the same grade as I did.
Fml14 -
When I was in college I used to think deadlock is just a theory concept. First c++ project on my job and I already have one now. 🙃
-
After about 2 years and one restart of the project, I am finally finished with my first iOS game, and put it on the app store! Super proud!7
-
I'm starting my first real/big project! I'm going to program a discord bot for my senior project with Python and I'm gonna have to do it in 25 days. the goal is to get it done in 15 and polish it more from there.4
-
Hey fam, first post in devrant!
Possible client comes up to me and asks me what my mockup for his app looks like. I show it to him on running on my Android device.
Him: where are all the images and descriptions/info?
Me: you didn't give me any. I just made what it could look like if we had images and descriptions.
Him: well talk to some people in the departments and put it in.
Me: but that's not my job. You wanted me to make what it could look like if we actually went through with this project.
Him: okay. How hard would it be to make it for Apple?
Noooooooooo... I'm out.8 -
my boss asked me to join a xamarin project, there are 45 bugs on current sprint. the first thing i saw is this code, no wonder there are so many bugs 😭5
-
Just got started on my first summer project.
Drinkaloo: The Ultimate Drinking Game.
Never touched android studio before. This should be fun.7 -
Saturday/Me:."Sure buddy I'll make a website for your company"
Monday/Him: "talked with 10 venues today, told them we'd be live Friday. How's the project going?"
... my first Django project and I'm also looking for new jobs/in school3 -
I was struggling with a task on a project and decided to call the colleague, who's working on this project as well (he built it, I am just on-boarding) to get some advice.
Literally the first thing he asked me was: "have you seen whom this task is assigned to?"
Fuck! So I spent about 1.5 hours on not finishing a task that I shouldn't have worked on in the first place. Great.5 -
I contributed to my first open source project on GitHub. It is so much better and fun to do. Why have I not been doing this since 🤔😊😁
-
"Do you have enough bandwidth?"
"No."
*Passes me another project
Whats the entire point of asking in the first place?2 -
Call me a child, but I still have a love for Lego. Lately, as I have been sorting my childhood collection into individual sets, I needed a way to track how many of each piece I've found for any given set, and started programming a tool that lets me pull Lego set inventories from the internet and keep track of the parts I've found.
This is the first time I've found a problem and built a program to solve it, and it feels so good! :D
(in case anyone is curious, I'm building it in Java as an Android app.)3 -
I should be saving money as a student. Wait, let me just buy that domain name real quick for my new project first.3
-
Yesterday was the first time i used recursion to solve an issue in our project..Never felt so good 😁6
-
My Project Manager to me, after attending his first ever Hackathon of life
PM : Did you see, how people create a full project in a day,
So it is POSSIBLE and here you always complain about the deadlines
Me : Yeah true :|
Of Course it is possible to create a well documented, bugs free, features enriched, stable and properly structured project in a day
My Bad :/1 -
Seems my robot project is postponed for some days :) Let's have a look at some new interesting firmware first... . And some minor testing of course.5
-
Okay. So this Is my first rant. Don't you hate it when a client provides you with really crappy res images for a project? this tends to happen a lot...5
-
Just deployed my first big project!
Build on React using Redux and HTML / CSS (captain obvious).
The website is called https://2dor3d.com
It allows movie fans to vote Yes or No 3D after seeing the film in 3D.
On the other hand, it allows movie goers to check the current score and see if that extra 3D cash is worth it!
Maybe not, if it has a low score better buy the 2D ticket.
I would love it if you guys could check it out and hopefully start using it!
I'm super proud.
W1ckeD out, mic drop.14 -
First rant (well, first on devRant anyway)! So, I'm working on a project to refactor a decade old codebase so that all references to ip addresses are in config. It sucks. But I did find an ascii art fish in an old cron script, so that's something.9
-
Worst legacy experience is when you go back to a project you were working on when you first started learning. My own code disgusts me the most.2
-
Yesterday night I worked 2 hours on a side project.
This is the first time in 4 months this happens.
Feels so much better man1 -
Proud moment this week. Have been making my first contribution to Open Source software. And a huge project too. I hope it will long continue :)2
-
Everytime im coding with a friend for our Android game. It's a lot of laughter and fun.
And awesome feeling if the first finished project is successful and people actually like it. :)2 -
OFFICIALLY COMPLETED A PROJECT!!
Its not anything too fancy but I am very proud of it.
It is a simple C# (.NET Core) Console application. that also uses SQLite
if anyone wants to see it heres the repo:
https://github.com/BubbsTheSupreme/...8 -
Goals
1. Learn android development
2. Spend more time coding than procastinating (its not my job)
3. Learn more cpp
4. Publish my first android app
5. Finish my current project2 -
-Be a university student
-Work with SCR(OT)UM for the first time
-Divide tasks into 3 day sprints
-Watch the SCRUM master go nuts and the project fail
Never again3 -
Just finished my first programming project and I couldn't be more excited for what's to come in the future 😄 also it's 3:30 and I've got class at 8:35...6
-
I've just published my first open source project, im so excited :D. https://github.com/flabbet/...
It's pixel art editor written in C# in WPF. I would love to hear some feedback!5 -
Before I start a project,i Invoice first,50% down payment I am very clear about my story.take it or leave it..I am not an NGO3
-
I made my very first pull request to a project of public interest.
It's just a paragraph in the React docs, but still.
I feel like a useful person.11 -
Been spending the past month and half learning first vanilla Js, and then node.js, now I'm almost at the point, where I can finally start my project 😀3
-
I did it. I finally fucking did it.
After a year of anxiety, entire months of wasted time, bashing my head against the wall trying to solve stupid issues that should not have been there in the first place, and learning a lot of stuff for the first time, I have finally finished my first real project.
All I have left is to polish up some documentation and then ship it. And then I will actually get paid for the first time.
There are no words to describe the joy of seeing all the pieces falling into place and the project coming to life.
Now, how do you tell a client that you went overtime as fuck?5 -
Its so frustrating when your co-worker whines about project issues in the washroom :|
Let me fuckin pee first motherfu... :/2 -
One week into my new job as a junior mobile developer I receive my stickers from devrant (for posts I made while still a project manager and self-studying to get where I am now) - on the same day I did my first 12hr workday to complete work for my first sprint.1
-
Finished my first build of a mobile app and it feels so good! First time I actually taught myself the language to make a project3
-
The hard part of participating in an open source project is finding out how to build it for the first time.2
-
Fun Story: My first official project was related to system files security. In first meeting project manager was talking about Macros and OLE i had no idea what the heck he was saying.just kept noding
Took us 2 months to complete the project now it has been deployed and working perfectly
Told my manager about this during final one on one meeting and he couldnt believe me,he still laughs about it everytime we meet -
First course of "Software Engineering", it is full of project management ...
I'm so disappointed ...4 -
I started contributing to my first open-source project today by branching youtube-dl and writing an extractor.6
-
My first freelance project - happened to be with the worst client. They didnt wanna pay more than $500 and also had no clue what they want, so each time i present something they request additional features or changing the ones implemented. In the end i kept the half downpayment for my time and bailed without deploying or anything. I introduced them to another freelancer to take the project and never went near them again.
To clarify, it was not my first project/ just my first time dealing with clients for projects instead of doing them at work. Ever since then i have a strict no dealing with clients directly policy.2 -
Yay! My first bash project :D
disclaimer - my bash is not pretty. yet.
Why I created it?
I encountered several footlong scripts in a new project at work. And they had no logging. And I am in charge of making it sing again. So here it is a tiny logging framework.1 -
After doing my first web dev project, I can definitely see why most of you guys prefer backend over frontend.6
-
Favorite project, my first tutorial game. It was a basic tic-tac-toe game, but when I first ran that sucker and successfully completed a game I was like, "holy fuck, coding is awesome".
-
Just published the first part of my dream project on GitHub. Woohoo!
Genie wish #0 is that the world would find a use for this project, although I know that it's my job to use it to make great things so people see how it can be used.9 -
Got my stickers today! the first of which has earned an honorary place on my newest project, the 'piBook Pro' :D Thanks @dfox4
-
When I was in first year, I let my classmate copy my source code for our VB program in order for him to save the semester. We both agreed that he should change the variables, etc first before submitting the project.
GOOD NEWS: He literally changed the variables.
BAD NEWS: We had the same interface on our project.
It sometimes haunts me, until today.3 -
Handed over my first client's project today.
It was revamp for an internet radio site and also the first project that I used Bootstrap 4 in. On top of that, it was the first time I have to deal with PHP and its loops.
Despite audio player errors (somehow, they lost access to the streaming host and hence no audio source), I'm more or less satisfied with the final outcome.
But wait, why that stupid icon is not vertically centered? -
Big event today! I will be publicly previewing a project we’ve been working on for almost a year now for the first time.
I wonder what they’ll think.5 -
!rant
Today was the first day I ever added @deprecated annotations to our codebase at work
I'm not sure why, but it felt amazing to use those for the first time ever in an active project I work on1 -
My company outsourced project to another developer. First MR he made was 3500 lines. Looking forward to it.5
-
My first Project is finally ready to be deployed on prod server.... Nervous.... How u guys cope with this stress?10
-
Hey guys.
Well I've been down last months due to a burn out and medication.
Last ween I finally got my first arduino, then second and two kits...
Now I'm addicted...
Stopped Proscriating with games.
Started learning electronics and shit, specially , started cleaning... And just did my first project :p13 -
Have u ever opened a website and thought if u had the chance, u would kill their fucking frontend guy. Ya well i had to open a lot of such websites on a daily basis , so i found a extension that lets me change the website's css. After tinkering for a while, i came with this for the homepage of duck duck go.2
-
When you had 1 hour to work on your project, and spent the first 30 minutes checking out Google doodle, summer sales, top-ping your server, etc. And on devRant.
-
Just started today with Python 3. I don't know but I really start to like the language. Its not to difficult and it has nice syntax. Currently I'm working on a little financial overview generator. It parses the CSV file from my bank and sorts it into categories. Really fun to make. Do you guys made some nice projects in python?4
-
* Sigh * Found this in an open source project, time to make a PR that'll never get looked at. \
(first and last lines)8 -
I always hate that part of the project where you finish all the coding and start trying to deploy into production for the first time.6
-
Nothing more refreshing than seeing the code definitely do the opposite of what its line comments say it does in the first file you open to get to know the new project 😅
-
My first dev project outside of school work was an android application I made for my then-girlfriend to track time between contractions and count kicks during her pregnancy. It was horrifically ugly but it was my first android app and it worked!10
-
Some years ago I was on vacation with my wife. Everytime we were at the swimming pool, I worked on a really small side project. About 4 months later, I had an interview for my first Job as a developer. I showed them this project and got the job 😁1
-
1) Let me work with devs without me having to explain fundamentals of programming
2) Stop devs from copy pasting code from StackOverflow or any other project without actually understanding what it does
3) Get devs to actually read and understand project documentation FIRST before jumping into any programming work1 -
This is my first time working with Android Studio and I'm not sure if it's really building my project or just got stuck...
It's been over an hour and I'm still waiting.6 -
Excited to start learning some backend for the first time while building a side project! First experience setting up a dB, map tile server, api, geocoder, etc. to make something completely self-hosted! 😊2
-
Nothing is more satisfying and unsatisfying at the same time than completing a personal project that has been giving you something to do for several months.
First time poster, long time lurker here.1 -
My dev Goals:
- Write better code commenting more.
- Create my first Open Source Project and publish it on GitHub.
- Improve my design skills.1 -
And for the first time I am delving deep into an open source project(Node.js). I wish to understand the source but it's just different. There are soooo many things I don't know. I hope this will be a learning experience and I would finally be able to contribute to an open source project. 😃2
-
!rant
3 days ago I started my first open source project. Even though it is nothing special (its a Telegram Chat Bot in NodeJS) i am feeling quite proud of myself. I don't know why, but i felt like sharing it with you guys.
(If you are interested: https://github.com/CptPie/... )6 -
Some weeks back I mentioned (in a comment) my small program capable of editing the tags in audio files based on the filename.
Today, I had some spear time and implemented it in Go (the original version was Ruby).
For people that are interested, here is a link to the repo: https://github.com/SirWindfield/...
Any help/feedback is appreciated!
I promised someone to mention him if I get to publish it. But I forgot his user name :(9 -
How do you guys keep motivation in a long term project? Cause I could be completely motivated in the first like half but then just lose interest even though I love the project itself.8
-
Finally going to start publicizing my first real open source project. Nervous and excited at the same time.6
-
Yesterday was my 28th birthday and also my first PR was accepted on a open source project! I really wanted to start contributing, awesome day!
-
!rant
made a first update to my game, its live and running. probably gonna do one more and move on to the next project.2 -
Teacher: good job on the first project I assigned you to do. Now do the same project but use JSP instead of PHP.
Me: F***
BTW, is it true that programming in JSP is like programing in Java? Or at least similar?9 -
Probably joining my first real project. Truly no amount of university education can prepare you for the sheer scale and complexity of an enterprise software project. 100+ git repos, 5 different services running just to run the project locally, with tunnels open to 2 different DBs. It was daunting to touch anything.3
-
Damn specs! Why do you have to change as the project goes on?!! Every project seems too easy at first.
-
Just put my first 'big' personal project on GitHub to get advice, feedback, and opinions.
I don't know why I'm feeling so nervous about the project being seen and judged by anyone on github6 -
You guys ever have to explain whole project to another employee because you are the only one that know and worked on this project.
Worst thing is that guy is not even a programmer and I have to teach him c# first 😤 I'm soo angry2 -
One year of work for request info on a new project, silence... First day of vacancy, request a how to on a function implemented 3 month ago. Fuck You...1
-
We have a an existing legacy project full of sh*t. I am developing now an additional feature. What will you do if the one who will review your code is the one who developed this legacy project in the first place? @@#&#-$
-
a first time project owner sets up weekly requirements meetings for a new project. everyone has input, but the project owner. 4 months into building the application to the requirements gathered, the project owner says, that's not at all what I want. 4 months wasted3
-
Yes ! Just copy paste an entire fucking react dashboard into our NextJs project !
But don't stop there mate. Fuck up your branch and mine too to a point even gitkraken can't tell me exactly what fucking operations you did.
This is my first Next project and my first time working with this new client and it's going tits up in less than a month. Fucking great job.3 -
Submitted my first pull request for an OS project
They labelled it as a good first issue and i had to spend 3 hours to stupidly search for index.html and realised they used something called apidoc.
Still a great experience tho2 -
On this Saturday my first full project is going to production and I am unable to resolve one fucking critical bug without db hit. Well still trying..3
-
> be upgrading angular project to rc5 for last 2 days
** wild first non-fuck-you error message appears! **
> be happy te see an error1 -
Started a project..
My friend and I wanted to collaborate with our school’s student government to create a website for our school. Things went well for the first few months.
6 months later and the project is still not finished 😕
I’m having doubts on myself now, also my motivation is at its lowest point.6 -
My first dev project was written on Visual Basic 5. I think I wrote a keygen to generate serial numbers based on hardware ID.
-
I had to choose a subject for a math project. So I selected encryption (elliptic curve). I decided to make an interactive demo website. First time working with node, websockets, large numbers and latex. Most fun project I ever did. I am still proud on the result and how fast I did it (~3 weeks)
-
Had a project estimation meeting with my manager yesterday. I told him that it will take minimum 3 months to complete the project, and he finally settled for 15 days.
Why do we have these bullshit meetings at the first place? -
Actually every project we learns something. Consider like, In very recent one project,
First time used bunch of bean classes with layered structure and JS mixture. Had fun and given me confidence for interview. Happy ;) -
Seeing my project when i search for a thing on the first page of the results always warms my heart4
-
So I wrote my first blog since July, so go check it out or whatever.
http://wumi4.surge.sh/posts/...2 -
First day of a group project and one of your group members utters the immortal phrase: "what's a get hub?"
-
Which project should I finish first?:
1. The history teacher will give me excelent mark for filming and editing a history project (i have half the footage)
2. The side project that i love
3. Posting a math project in a website3 -
http://joshanthony.info/2018/06/...
My first in-depth tutorial, on React. I'd love feedback on the project and my writing style, if anyone is willing!2 -
Gonna update my discord bot! But I'm gonna rewrite it all in JavaScript because FUCK Discord.py honestly a horrible community and shit docs it just didnt feel right at all the only reason i stuck with it because it was my senior project and my first big project9
-
So I just started my first personal project. Decided to make a text-based rogue-lite.
Feels super good to finally make something that's "mine" 😀 -
I remember on my first project which was Angular 1.* there was a file in the frontends repo called ShimOfShame.
The first few lines of that file was a comment apologising for its existence.
"My soul cries everytime i add a line to this file"5 -
any thought about the best way to start a solo project? I think going for the db schema first is easier, curious to see your opinion 😁5
-
After a deep day my wife and I came up with our project for steady income to allow me quit work for the first 2 years after the baby is born.3
-
Finished our first phase of the project about a month earlier. We entered the second phase and the project manager is shouting to do it as quickly as possible.
Sometimes I think I should have watched TV series in the meantime rather than finishing the task early. -
Completing my first truly collaborative project. Was with one of my friends, learnt a whole lot about git.
-
Building a Project Manager with Electron.
Does anyone of you has experience with lowbd? If yes, feel free to share!
Image is my messed up first try :P2 -
My first cpp project takes 148GB ram. My mentor says it's okay till 50GB. God help me optimise this thing. I have started doubting everything. Int I = 0 also looks suspicious.9
-
That moment when you accidentally compiled a project the first time and it just works fine... (gif source: http://gph.is/2iDx4iD)1
-
I kind of ended up writing my own version of Redis, just an Express server broadcasting events you send it, when I made my first full-stack project.6
-
First time coding in a team for a larger project. Any tips on how to handle this? We're six programmers and its really hard for us to work together :/
It's my first rant. I love the community :D9 -
Me: Let's create a project!
* writes initial code *
Homework: Fuck you, complete me first.
* completes homework *
Me: Let's push it to GitHub and NPM!
School: You will do that tommorow's afternoon, now go to shower.
* writes this rant *
btw a project is upcoming, it's not a web app, but it has regexp -
At the Pycon Brasil in a sprint to help Russel Keith-Magee project, the PyBee and got the first accepted PR! The prize was this challenge coin! Everyone is welcome to join, check the project on https://github.com/pybee/1
-
When you've just completed the code and the boss asks you to add more features. Like I'm trying to finish the project first here.... >,>2
-
Hello everyone. I'm so excited to tell that my first PHP project is online now. It's a simple chat app. Go check it out. Leave your thoughts. 😊
www.burningsatan.000webhostapp.com12 -
Well, after about a grueling week of messing about with android and firebase and let's not forget that !gorgeous Google documentation, I managed to push out my first app!
It's based on Learn X in Y minutes, which I am a really big fan of, and it's basically a mobile reader version of it.
It's available here https://play.google.com/store/apps/...
And the source code is also available here https://github.com/modelorona/...
I welcome any critique. I'm positive there's some stuff wrong in there, would be obvious to you but not me :)
And happy late new years! I actually released the app at 3:50 am yesterday :D6 -
Great day so far. First I lose the project ive been working on for more than a week. Then my HDD starts singing that wonderful song everbody loves to hear3
-
Im making my first opensource project, it's a web component library, but I find the naming part so difficult..
How do you Guys find good project names? And anything i should consider regarding copyrights/e.t.c ?
Suggestions/you naming methods are welcome 🤌5 -
Currently working on a API project. First time dealing with this kind of projects. Any good recomendations on migration frameworks for .NET APIs?5
-
Best experience: Getting my first contract for a major project, and landing a new job with a web agency for the first time!
Worst experience: Underestimating the contracted project, and having to learn while working on the project.
In the end it's all great experience, and reminds you that your always learning on the job. -
First day of the semester long group project. And I already stayed up way too late working on it and writing clarifying questions to ask the teacher tomorrow.1
-
I started with my first Android project. Here are some of my observations.
Turning of fossil into fuel - 650 million years
Transformation of a star into supernova - 10 billion years
Complete gradle build - fuckzillion years2 -
I've been travelling for 5 weeks, now I have the issue of too many project ideas, which one first?!3
-
I spend the first 30 min of my day, every day, cleaning up the shit storm that my "PM" hacked together in JIRA. I really wish she would be taken off this project.1
-
Every body has that moment when they code their first ever project and feel like flying on top of the world..
just remembering that moment when i had done my first ever app and i was like wooow i made this work.
so sharing my first ever project
https://github.com/iamaamir/...
i would love to see all the others had done as their first project feel free to post your's one2 -
Continuing my last random post. (Please don't bother to take a look at it.)
But, hey you. Yes you, get yourself one beer/whisky and cheers!!
Why? Because my first django project ran successfully in staging environment!! Ok, There were few little bugs. But I fixed most of them.
I don't drink. So please go and enjoy on behalf of me.
And don't drink too much. Keep one bottle for production deployment.
P.S. This is just a beginning of the new journey! Still, lot to learn and experience.1 -
recent graduate and fresh into the market with little experience in what i've chosen as a career. got my first (tiny) paycheck for my first project.
didnt know what to do with the money so i bought 3 domains of which 2 are my name with different spellings (i am not a narcissist)8 -
I was assigned to maintain a legacy project today. I downloaded the source code, configured the database server and imported the project in visual Studio. For a tiny, blissful fraction of a second, I expected everything to work on the first try.6
-
I am about to buy a ded. server for the first time in my career for a SaaS project (also first time envolved in a huge project like this) and the first that I am full time dev and full time team leader. I am excited as fuck about this.
Q: Anybody works with Linode ded. servers before? Any alternative host company better than this?10 -
First time getting my hands wet with docker. Ended up fully containerizing my company's project. Never been more proud of miself.2
-
My first project is in production now, first day of night shift ;)
.
.
4 hrs passed.
Fuck! getting damn sleep. -
Get a girlfriend
Finish the first 200 project Euler exercises
Write some really cool shit
Get promoted -
Friday at 4 o'clock, just about to do my first commit of a new project and while I'm moving some files around I permanently delete at least 5 of them by accident 😩1
-
Hey everyone 🙂
I’m looking for a little input on a project I’ve had in my head for a while.
I want to make a schedule app that would cater to personal, work and school schedules alike, and give points or rewards for completing tasks on time. Like a reward kind of system.
What features would you most look for in a schedular / reminder app?6 -
2 months into my final year project report and we had create full graded document on how we're going come up with the final project idea which had to signed off in the first week....
So we had this instead of spending time on the project report itself.
All long before we actually get to start developing it... Uni... -
Just finished the testing of the first script I wrote at work to automate a vital task that had to be carried out manually on a daily basis.
It feels so damn good to know that the whole process is free from the variable of human error.1 -
Am I too dumb if I do not understand good-first-issues on open source projects? I mean, I completed C++ Primer book. Tried to find a real world challenges to use my knowledge.
I look at those issues but I really can understand em, when they belong to a project with tens of modules etc. Maybe good-first-issue is for people who spends 20 hours just to understand project, before writing a single line of code.3 -
well it wasn't "cutting-edge" but it was pretty ugly, yet good
it was called Instagrabber, it's still on GitLab, but it's archived
it was first open source project of mine which gained publicity of over 500 people, but in the end i let down lots of people by discontinuing it
if someone's interested in that stupid cringe project, search "Instagrabber source" or "Instagrabber Awais" and first GitLab or F-DROID link would be it. 😂😂🤦🏻♂️2 -
It is quite a hard pick either generally coding with friends for fun or getting my first ever program done completely by myself (and I don't mean Hello world but rather my first small 'project') . But I'd probably go with my first ever program. Even though retrospectively the code is let's say not that great, it was still an awesome learning experience to actually create sth working out of code
-
Remember that your Product Manager, Project Manager, etc are not your friend. They are coworkers first and friend second if you classify them as that. Learned that the hard way the other day.2
-
I am currently working on a container orchestration based on lxc with multi node support. It is coming along nicely.
First real project apart from some little things for my sports Club. -
I finally finished my first project this year. Took 4 days to make it! Now, what to make next, I don't know lol!
https://github.com/Programming-365/...
https://youtube.com/channel/... -
What do you do when lose job?
For me, began to build something for myself.
My first project: https://github.com/anity99/Photon -
Well i managed to finish a pet project after a very very long time while drunk coding for the first time. Def gonna do it again 12/104
-
I guess every time i start working on a new project and i get to the first working build...
...that project will probably get abandoned after a while, but that's another story :( -
Working on my first big project. The business have no idea the fuck they want and are constantly removing/changing things.
Send help1 -
Finished my first freelance web project today. Spent 11 hours coding it. Another 10 hours trying to get it to work on the browser.
-
nothing is better than starting the new year while working on a project,
first git commit of the year 2018
happy new year ranters1 -
I learnt to code in python when I was 8.
I learnt the very basics and moved on to other languages.
My first creation was a kind of text based nuclear missile silo operator simulator.
It was mostly just a shit ton of if statements, God I wish I knew about switches. You just kind of input commands like 'open doors','set co-ords ##:##' and 'launch missile ##' and a dozen other little things like that. Was a fun project. -
Went to my first university hackathon and we couldn't finish our project 😥 Guess I'll try and do the rest of it on my own.1
-
First time using Expo in an already built React Native project. Good thing makes project lighter and easier to work with on slow devices.
However:
Bye bye Gradle build
Hello Build queued, let's see how this will go -
When you are in the middle of a project, and get an idea how to solve an other project's problem..
I don't know if I should be happy to solve the first problem, or sad to cut my work on the current project. -
I was developing a c# project as a final project on my university and I had a NullPointer error supposedly because the Class didn't exist... I never knew what was the problem because the only I did was create another project then I copied and pasted the code from the first project1
-
In a long git project what u find commit message
"Minor fixes" or "minor code updated"
At the first commit you will find "initial code"
Agree?? -
When you're presenting your first ever real project to your boss and the presentation PC comes up with a "Unsupported major.minor version 52.0" Exception 😒
Thanks Java..2 -
The coolest project I ever worked on will always be the first project I contributed to that went to production.
-
Just started my first small laravel project (a chat app). current state: i can chat with myself -awesome! Almost forgot about this good feeling learning great new stuff :)1
-
Working in a team for first time. Spent 8 hours just setting up the project locally - happy Friday!5
-
Question. How would you go about learning a new language? Books? Tutorials? Head first into a project?6
-
I am currently developing an application, using Electron, Vue and FeathersJS. My plan is to make it open-source, and I'm wondering _when_ one should make a project open-source? Like, should it be near complete, or does it not really matter? One of the things I'm having trouble to be energized about is writing the css, and it's a bit of a mess right now, which is why I'm asking now. I have never made an open-source project myself before, so tips are very welcome. Thanks5
-
First pull request to an open source project :D
Well, a small project, without contribution guidelines. -
I finally have a week off and the first thing I do is start a project exploring some solutions for the project at work send help.
-
So React is pretty cool. Anyone have any gotchas they ran into with their first React or React Native project?1
-
I have an idea for a fun little web game... A small little learning project.
So of course the first thing I do is write a CLI database change management tool. -
The integration of technologies project I have this year. Not yet finished but I already learned a lot of very cool stuff.
First, I learned a new programming language + framework (Ruby on Rails)
Second, for the first time, I implemented a continuous deployment pipeline with Capistrano and Travis ci.
Third, first time I programmed a Restful API.
And more cool stuff coming up ! :D
I freaking love learning ! -
My project setup:
-Entity Framework (Code first)
-Autofac (Dependency Injection)
-Asp.Net MVC C# with service layer pattern.
How is your setup? :)1 -
28 hours. It was my company's first react native project.
I had to learn it and finding it. At the end I fucked up the project just before deadline. So worked 28 hours row to fix it.1 -
Just moved my project for the first time from a windows server to Linux. Learned the importance of case-consistency the hard way...
-
I'm sick of managers treating the project I work on as a joke. First, a junior colleague, and now a junior QA. I'm the the most experienced and I'm only mid level dev. It's a very cool project with interesting technologies but I have no time to tutor people...
-
Either the horrible devil lady on my last project or the Mormon nepotism on my first project.
To clarify, the horrible devil lady set my career back a year. The Mormons just cost me job satisfaction. The job in Utah probably set me back though. -
You start a new project. Do you:
1. Code the application first and worry about naming, branding, and graphic design once the core is finished.
2. Name and brand the application first, get all the graphic assets ready, then worry about coding the core.4 -
If you aren't involved in the fucking project and you are pushing other people to manage the project for you then don't fucking come and fucking complain about stuff that you could have foreseen if you were fucking involved in the first place!! fucking marketing people1
-
First week at new dev job. Had to move my workdesk 4 times, which means not being with my team. The guy that should help me get to know the code base & project had to change team and project, and is busy all the time. What should I do ??1
-
- Learned how to use Git properly;
- learning how to use SASS and building the stylesheet of this all by myself;
- Learned how to reuse my code all over the project;
- Made my first design pattern and ruleset to create and maintain a project. -
Best: two actually, a java game that was customizable and had statistics (simples but was great) the other was my first android APP consistent of google maps API and QR code scanner.
Worst: still being made, my first project that consists of doing documentation from scratch about a web app in .net core, and it's giving too much work than it should for a university class project -
just completed my first side project today after one and a half months of hard work.
Check it out:-
https://git-lan-api.herokuapp.com
Please provide any suggestions and improvements.4 -
When you ask the project owner for a workflow explanation and his reply is "I don't know how it should work yet, just do whatever you get first", you know it's time to ditch the bastard along with his project.
-
It seems odd that in a world where Web developers are mostly developing api first there are no tools that allow you to browse an unfinished but already authenticated REST api.
I would really like to have one but programming a full IDE/Project manager sounds like too big of a project.6 -
Hosted my very first project, developed back in Aug18.
It has been a wonderful journey as a programmer.
Link to my first web development project(I should say web designing cuz it doesn't have any db XD):
https://nitinsautomobilewebsite.herokuapp.com/...
More projects developed by me:
www.github.com/globefire -
Do you just dive into a project without learning all of the language and APIs or you first learn the language, APIs before you start the project?
I opted for former approach whilst doing android and it was painful. Later, I tried later approach, Iearned more but couldn't produce anywhere near first project.2 -
Jeej first project. Read: 101 FE bugs to fix. In code i've never seen before. With bare minimum support. Though day. First steps with Gulp are set. yay1
-
You heard it first, if the next project isn't assigned to me I hand my 2 weeks notice and push farts to master.
Enough.
Is.
Enough.2 -
My first real coding project was a parser for planetarion.
Years before i made an html website with frames to show off me and my brothers skating pics. But i don't count that. -
First good open source project.
Reactstrap extension published on marketplace.
https://marketplace.visualstudio.com/...3 -
Took me 2 days and a fuckton of googling to successfully sync my first android project with this thing called gradle
But well, I can finally say hello android world!1 -
I finally get to work on my first independent project at my internship! It’s been cooling working with my team so far but I’m excited to try things to figure out things by myself first before getting some help.
-
Setup my first Cordova project in Visual Studio today. Looks like it's going to take some time to get the basics together without the ability to just preview in a browser.2
-
This weekend I've spent 12 extra hours finishing a project for SharePoint. Gonna travel now to show the client the first version. Wish I could express how f***** I am.5
-
!rant
Starting my first small c++ project with website interaction on an Ubuntu server as practice for next semester. Any good recommendations to get user input from a webpage using only c++ (there can be html within the c++ program of course) and libraries?
I have once worked with an httpd-deamon and got user info from the url but I want a user to be able to fill in 2 textboxes and submit them using a button.
Plain text is good enough and it will only be used by 2 people once every week or so.8 -
My last days at work before changing job. I am an angular expert, and I have contributed to build the first angular enterprise project for my business; during my last 20 days you know what I am doing? Maintenance on a pretty old GWT project that nobody wants to care...1
-
My first day at my first job.
I am super hyped. Now I like be like Mario under a hidden infinite coin's brick, siphoning knowledge from better than me.
First project meeting :
- (CTO) OK, Lets copy paste everything needed from our last project and tomorrow we start development
And this is how we created a new project in ancient toolset2 -
Please check out my brand new *chat application* and tell me what you think about it🙏🙏(it's my first big project, )
Here is the link
https://chatappag.000webhostapp.com/...5 -
Every single time I start a new frontend webapp project, first question -
Should I use react
Should I use angular
Ffs, how do you guys make the decision?4 -
First dotnet core and docker project
Keeping is real simple with another "as-a-service" solution 😂
https://github.com/nwestfall/caas -
I have released my first PyPI project.
Take a look please and let me know what your think.
https://pypi.org/project/ydu/
https://github.com/Rotho98/ydu -
I'm a jnr who has worked in 2 projects. In the first the project manager was aweful. On the second the project manager was brilliant. Starting my 3rd project and this time there won't be a PM. Should I be happy?1
-
So one day I have an idea of making a HN client in the terminal using Go. When I try it, I got stuck at the scraping part (the very first part of this project). The scraping works, but it just have a problem: the first submission's data is duped (duplicated) with the last submission's data. And that problem is why I end this (potential) project. The more I tried to fix it, the more insane I got. Yet that shit is still there, never fixed. So I think "fuck this shit" and remove the username part and the points part of the data. Eventually I end the project.4
-
Writing Unit-tests for the first time and I'm starting with a C project.
That's a new kind of pain.1 -
Hi,
I would like to ask please
If you were given a project to work on and it has some business rules. How do you work with it?
The reason I am asking this is because I created an application in C#
I created an application in two different ways.
The first one worked correctly
But the second one I followed the business rules as specified in order
same project but I didn't get same results.
Is the order on how / what to code first is important?
If yes, how will I know which part has to be coded first.
Thank you.3 -
I'm a noob at Deep Learning. What should be my first project on it? Something I could publish as a paper. Ideas are welcomed :)14