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 - "#newbie"
-
(was teaching C++ to a newbie)
Me: aight, so to print a statement, you type cout.
(Proceeds to do so)
Her: um, okay but printer is not connected.
Me: aw, you poor thing.10 -
!!!rant
When after 5 years, u cant fully understand linux and someone wants to learn it in 2 days.27 -
Newbie telling me about the new Linux commands he was learning-
"So there's sudo.. It's like !important in CSS. Whenever something doesn't work normally, use sudo.
Me: 😵14 -
We have a new developer working in our office. He is fairly new, which is understandable, so he asks for help regularly(which I actually appreciate). This time however, he asked for help, and every step of the way argued it. He said he needed help making a small circle(it's just an indicator on a table).
I told him if there is a mat-icon it would be simple, but if not it would still be pretty simple with CSS. He argued that those two options seem messy. I pointed out they are extremely clean actually, and showed him how it was only about 4 lines of css. and 1 if there was a material icon. He agreed it was pretty easy, and then went with a complicated way to have green or red. I let him know that was really trivial, and even gave him the exact code he needed for it(at this point, he could have copy and pasted, adjusted the conditional to the name of his variable, and be done).
He proceeds to take 3 more days to complete this task, making a new component for a colored circle, using templates and nested css in the html, and hard coding the color as opposed to using the material colors we use site wide. All in all 100+ lines of code. And he felt my solution with fewer than 10 lines was messy.14 -
Last week I almost lost my belief in everything..
A friend of minde, he's currently learning programming (Delphi 😂) in some kind of university, just told me:
"Hey, why do you spend so much time caring about error handling? I just surround all my programs with one try catch block and I never have to think about errors!"
Ehm. No statement needed, right?2 -
Hi guys, I'm new here, discovered devRant randomly by browsing only. Bit sad I didn't knew about it earlier.
Greetings from France BTW 😄7 -
Yesterday a newbie gave me a lecture on advantage of using linux about half an hour while I switched to linux about 4 years ago..
Finally he ask if I understand anything he says and I was like "BOY !!! DONT TEACK YOUR FATHER HOW TO FUCK"6 -
True Story
Happens everytime coz new programmers don't have the patience to read old answers and try to understand them.
I have been programming for 1.5 years and I never needed to ask a single question.12 -
Although she hates HTML, I had my girlfriend try to (re)create some kind of interface as a challenge. She remade the Mirror's Edge Catalyst menu - and she did well, I guess. (ofc her code is dirty and stuff - and it's far from responsive, but damn it looks smooth xD)14
-
Me being a newbie developer, already left alone by my senior when system mock in production environtment and many problems and bugs occured2
-
First step to learning Django. Wish me luck!
Trying new stuff always excites me and anxious at the same time.15 -
To all newbie developers,
Before you ask a doubt about an issue to someone else,
Try doing an initial investigation to find the root cause,
Look into the logs,
Find the stack trace,
Google things,
Have breakpoints and try to debug.
You come to me with a weird NullPointerException and ask me why,
Without even looking into the logs once? We ain't God bro.13 -
So today a colleague totally new to the linux world was installing different distros to try and toy with, he knew I have linux on my laptop and asked what distro.
Apparently he couldn't get Manjaro working so asked if I could suggest him another ... obviously for the lols I recommended Arch ...
Some time later, I checked on him and he was still in the console of the live usb, he told me, he was waiting for the gui to load for the past half an hour ...
... I think he hates me now5 -
I'm a newbie when it comes to programming. The thing I like about devRant is that I'm learning how not to be "that guy" from everyone's complaints.
Here's to devRant teaching us newbs how to not make as much of a mess of things.8 -
Hello World!
I started reading things here on devRant some time ago but finally decided to create an account now
TL;DR; Hi. I'm new here.6 -
Hey guys
Just want to say that I'm new here and hope we all will have a good time and can help each other.
Greetings13 -
I am just a relatively newbie at devRant, but if I see something like in the picture I feel like devRant needs a feature to subscribe/unsubscribe to an rant without commenting.
(Don't know if this has already been discussed here)7 -
When Java is your first language and you are learning python as your second: 90% of errors due to your fingers automatically adding ; at the end of every line of code. :/10
-
Recently started using Arch after a year of distro hopping starting from Ubuntu, to Fedora, to Mint, to Opensuse. I have never been as satisfied with a distro as I have with Arch. I have learnt so much from just fiddling and reading through the archwiki.
Once you go Arch you don't go back.41 -
My first few hours on DevRant were awesome !
I got 66+s in my first 6 hrs. I like how open and welcoming the community is.
Also I like the Devrant system,where every user gets a good exposure.
Hoping for a good time here :)3 -
Manager: How to make successful product?
CEO: Just Add words like Machine learning and Ai
Newbie developers: Takes 10$ udemy course without statistical and probabilistic knowledge, after 1 week believes himself to have "Expertise in ML,AI and DL"
HR: Hires the newbie
*Senior Developer Quits*6 -
We made a software for hospitals in my old department. The senior Dev kinda gave me the software, because he thought it sucked and was perfect for a newbie like me. I really loved my work and gave everything I had to improve the quality of software, introduced tests, refactored old smelly code and talked with the product manager to overhaul the ui. Several months later this little shit project the senior gave the newbie, was a huge success and better than any thrash that the senior has created. The senior was really pissed, so everytime I had some days off, he tried to sabotage me in any way. I couldn't take that and many other things anymore, so I left the company. The most tragic part is, that my software could become a massive foundation for the company, but after I left they abandoned it. I still had some good contacts within the old company and they said, that the senior dev told everyone how bad everything was, that I have done through the years and that they can't even describe how bad the architecture of the software is. tl;dr fuck off!! I've done so much things for the company and they never appreciated it. I'm glad I quit that job. Best decision ever!!2
-
I'm working in a blockchain company for $180 as a junior programmer and there is a mid-senior guy who get ~8 times more than me. So we got a project to make a backend API with its tests. When I was partly completed my part of the project I asked that "mid-senior" to share his code with me. Nothing was done, and he asked me to push my changes to git so he could start to do something (view at my code and start copying). BUT. He couldn't even pull from git. He couldn't use that fucking Visual studio's team explorer and even the solution explorer. Ok, he was working with VS for the first time, but I did too. I cloned the repo gave him the environment to start "working" and get back to my work. After that nothing changed, he was writing each one-lined if block for half hour and the code was very dirty. Finally I've got his laptop and started to writing his part by teaching him all the programming. You may say I'm mad. I really do, I think that I did all project. This is sad... How can people get this much by being this far from the programming? We need really high quality programmers.3
-
Computer applications 101
Teacher needs to use ctrl + X to cut but uses ctrl +Y then claims my word has expired. Walked out of the class.3 -
I remember my newbie mistake: I kept on refreshing my browser to see the changes on local, and took me a billion F5s before I realize that I was on live.
I can't be the only one.
#careless9 -
What the hell is wrong with you guys taking screenshots with your goddamn phone?! Ever heard of that small magical programm called "snipping tool"? It's like fucking screenshot porn! And yes, there is a screenshot programm on Linux too. Goddammit. Are you devs or fucking newbie users?16
-
The senior dev is mentoring our new recruit.
😨 I know, my face too.
When the newbie asked how to deploy, senior dev says, "Well, we copy and paste this folder from your local box to the server you need to deploy it on. Much better than that git shit, you have so much more control!"
😭4 -
Hello, I'm new here and I was wondering if there were other students on here. I'm fine with talking to anyone but I can't help but feel too intimidated to talk to experienced professionals.37
-
We just got an intern in our company a few days ago. She is supposed to be a php developer, not good, but at least something okay. I find major errors, that even a newbie should regocnize.
It's going to be a long internship, if I have to help her all the time with basic stuff.12 -
Just made the shift to a Linux development environment from a windows one... Gotta say it feels so much better (love Ubuntu's interface)
Miss the use of photoshop though (I Know gimp exists... But photoshop is just so much better)
Any tips for a linux/ubuntu newbie??36 -
I'm a newbie in programming, just past the very basics and all. Which is why I am a bit frustrated when i see programmers use stack overflow. I barely even understand it.😏9
-
More like a confession it is
I'm a newbie programmer
Just by scrolling the feed and reading the comments here i've learnt much more than i could from books
so turns out devRant is a great community!4 -
Discussion between a new hire (NH) and a designer (D) in our project :
D : "I need the final designs"
NH : "You haven't given me any content"
D : "I'm sending you a layout with dummy text"
*2 days later*
NH : "WHATS LOREM IPSUM?!"2 -
okay, i'm still a newbie to (unmanaged) C++, but looking at a colleague's code, what the hell is all this cryptic shit 😵 all this unreadable templating stuff + typedefs, 8 different copy operators in one class, i'm getting headaches just looking at it3
-
I sincerely like the moment, when i train a newbie to code .NET showing him/her how far OOP in .NET goes.
I love to give the following example:
var s = "round and round it goes";
s = s.ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString().ToString();
And yeah. It's totally fine.
Because each component of .NET is inherited of object. And the class object supports you with the function "ToString()".
After that, in most of the cases, i get a slightly irritated look from the newbie.
Than i say, "welcome to Microsoft" ;)
I finally add, that the compiler of .NET finally identifies duplicate results and refactores the given code before execution ^^
Coding Is fun, as long as you get the big picture/concept of the language you're using.2 -
I’m a devRant virgin and also a new dev so...
Anyone got any general tips for a newbie? For example, what are some bad habits that newbie devs should avoid picking up? Good habits?30 -
Thank god there are no Community Moderators on devRant... I just fucking have StackOverflow/Quora, they just don't let a newbie rise on those platforms... I love this place though.6
-
I don't have a job because I don't have experience
I don't have experience because I don't have a job.
The perpetual problems of a newbie coderling3 -
Hardest part of bring a newbie programmer? Figuring out which keywords to use when you search Google, to get the right answer2
-
Rant!
I hate the feeling when you watching an old tutorial and you trying to do the same thing but you find out it's an old tutorial and the library his using is old and the way you should use it changed and there is no other tutorial on how to use the new version 😭
being a newbie at Android dev sucks 😢3 -
Hi devs, newbie here and i want to tell you my story for introduce myself.
I work for a company that develop web-app for managing taxes and sell it to locals cities.
We develop this web-app in Rails framewok and i litterally learned and work with this company from 2 years.
But i'm not happy at all. I was always hated and blamed for my work. My boss always take impossible deadlines and pretend ti finish the work in time, even if i had to overstay at work, even at home, even saturday. I'm not a really smart guy, so i often do dumb errors and I really suffer the nervous burnout and stress. Now i want to change work and i'm search far away from home but still in Italy, like Milan i.e. but i'm still confused. What i should do? I'm the problem?
PS. I want to thanks all of you that with your post get me laugh, inspired me and make me feel part or a great group.
Sorry for my base english6 -
Hi everybody (newbie here).
The most annoying thing about CEO's and bosses is theirs incapability to understand mere technical or even logical matter of topic discussed in important meetings. I found a perfect parody video, which describes how I feel when participating that kind of meeting.
https://youtu.be/BKorP55Aqvg
(sorry if repost)
P.S. Nice community this.devRant
(been lurking few weeks)7 -
I am in love with regex (re in py)!
It is so damn cool!
Unfortunately, Python's find is faster.
But regex is so much better when it comes to complex patterns you would not be able to find with the regular (do you see the pun here? ;)) python's string object find method.4 -
When you're a newbie at your work, fresh out of school and your company does not have a test server and the plus is your boss does all his coding via vim.
The sharpest learning curve and you quickly realize how much more learning is done after school.2 -
I received this message this morning. Please house What do I reply these newbie scammer? Am laughing here.9
-
!rant, TL;DR at the bottom
Holy fuck, Yesterday, I got absolutely schooled by a literal newbie.
And I mean, NEWBIE newbie, the dude just started a Computer Science degree, and has been learning Java only for a MONTH. He has 0 prior experience with code or anything of the like, and he's somewhat of an Ars(Israel's version of a Gopnik).
So I was helping him with some stuff he didn't understand, and lo and behold his code was probably the most aesthetically pleasing and organized code I have seen in my 8 years of programming(I know 8 is not much, but It's at least above beginner level). The dude's a perfectionist, so I was like, "Okay, very impressive, but makes sense for perfectionism"(I straight up told him: "Damn, I've seen people with years of programming experience who can't learn to write this well, and you do this by default? I envy whoever's going to work with you"), and then I saw the way he writes checks(as in, methods that return a boolean) and I think I came.
The code was:
[First method in the picture]
And I know, it doesn't look as ✨ WOW✨ as I make it sound, but in my personal opinion this both looks much better and is much more readable than what I normally write:
[Second method in the picture]
and whenever there are longer or more complicated checks it makes it look like a simple puzzle that just fits in all the pieces nicely, for example in a rectangle class we had to write an 'isIn' method, this is how I wrote it:
[Third method in the picture]
His way of writing the same thing was:
[Fourth method in the picture]
Which I think is soooooo much better and readable and organized,
It's enough just looking at the short return statement to immediately understand everything that's going on.
"Oh, so it just checks if the SW(South West, i.e. Bottom Left) corner is above and to the right, and if the NE(North East, i.e. Top Right) corner is bellow and to the left"
Point of the story? Some people are just fucking awesome. And sometimes the youngest/most inexperienced people can teach you new tricks.
And to all of you dinosaurs here with like, 20+ years of experience, y'all can still learn even from us stupid ones. If 8 years can get schooled by a 1 month, 20 years can get schooled by a 1 year.
Listen to everyone everybody, never know where you might learn something new.
TL;DR: Got schooled by a local "Gopnik" who only started learning programming a month ago with 0 prior experience with his insane level of organization and readability.30 -
Am I the only one who feels overwhelmed, excited, confused and in an anxiety/desesperation-scene on developing JS base de software.
Don't judge me, I'm a newbie10 -
who ever this is, you're spam. first off, i've been on devRant for almost three years now, so i'm not a newbie. second, you're a bot made for the sole purpose of giving ++'s, which is like the dictionary definition of spam. i think you should be banned, and i'd like to hear dfox and other's opinion on this.50
-
Everytime you see a newbie developer, please tell him to stop making jokes on hacking nasa with html3
-
Man, contributing to open source projects seems very intimidating to me.
I have never contributed to one of those repos on Github with a shit-ton of stars and a load of watchers. Made up my mind to start sometime around the start of September. Looked up a repo that I was very excited to contribute to. Went through their really large codebase, tried to understand as much as I could (They have a fair amount of documentation, but I just can't understand a lot of design decisions that were taken). Looked up one of the open issues marked for newbies, went through the relevant code to understand where and how I would have to make my changes in the code, and was about to start... when a seasoned contributor submitted a pull request.
This same occurrence has repeated itself 3 times now. If you mark an issue for beginners, maybe let the beginners handle them? Also, if you plan to contribute to an issue, why not announce your intention to do so? Get the issue assigned to you, so no one else ends up wasting their time coming up with a solution.
I would love to recommend this to the contributing team, but I am just way too scared to initiate a conversation with these guys. I mean, they are way more experienced and knowledgeable than me (some of them are even famous!).
I am definitely out of my depth with this project, and maybe should look for an easier one, but I really want to rise up to the challenge. Guess I'll stick around then, just waiting for my chance. :|3 -
To any newbie, I highly recommend using iTerm2 with zsh (with plugins like syntax-highlighting and autosuggestions).
IT IS FUCKING AMAZING.6 -
That feeling when you're working with production data and you get a cold feeling running down your spine, telling yourself: you could really fuck up now.3
-
Have you ever tried to teach programming to a newbie?
Arghh..., well, now I do and I hate when they yawn. When my brain is working on 100%, when I'm trying to explain something with the hope that they understand what I'm talking about and they just ... YAWN!3 -
Hey there! New here. Just found this app and it seems pretty cool so far! Where is everyone from? I'm Janelle from NYC.17
-
Hello I am
0x78 0x65
0x72 0x65
0x78 0x30
0x39
Joined AD:05-08-2018
Slacking my work with this new app a friend recommended ✋10 -
when you check your mobile each 5 min to see whether you have new up votes/comments on your latest 'rant' and you're like 'just checking the time' 😅😅1
-
Hi. I'm new here and liking it.
My rant today: Lofty business guy tells my small dev team that he knows exactly how everything should look and work because he knows exactly what users want out of the webapp experience.... goes on to tell us to make an editable, side-scrolling table that is also mobile-friendly, for users to manually input a ton of data.... -
the worst mistake, really, was crashing our production not once, but twice in two days, and being too much of a newbie to recognize it was my fault it broke because of my code1
-
I started when I was 14, 6 years ago, and I was trying to create my "google chrome" in VB.net (yep, a browser)... Fortunately after that newbie beginning, I started to study IT seriously at a technical school, and now I'm a student of IT engineering at university.3
-
First rant, but I already have stickers. Boyfriend surprises! He's gonna be looking out for this rant.7
-
Today I fucked Up by making friend install Linux when he doesn't even know what OS is.
Friend's Windows 7 broke. Unbootable & unfixable. I told him to reinstall. He has no idea how so he told me he will rent a PC (apparently that's a thing) until he buys a new one (he wanted it anyways). I told him it's bullshit to rent for PC when yours is totally ok only without OS.
He agreed and that's where I fucked Up. I told him how to make bootable flash disks(it was pain to get some info from him tho..) and he said he downloaded cracked Win7.. I told him it's suicide to use cracked OS for MANY fucking reasons. He agreed and I told him to install Ubuntu.... I thought it's easy that even my grandma could use it...... Well, apparently I was, in technical terms, "FUCKING WRONG"(all caps cuz tech terms).
He wasn't even able to Google how to install Steam on Ubuntu(apt install steam?) ... Constantly asking me "well and what should i write to Google?" And other shit..
I Always woke up to messages From him like "This shit doesn't work I'mma uninstall it" and I Always responed in one command or first Google result and it suddenly started to work.
After 2 days he gave up and is using cracked Win7. Can't wait for his reaction when I pwn him on nearest LAN party 😂 Maybe he will reconsider using cracked OS.
Anyway I learn from my Mistake. Just fuck me...4 -
Just completed learning HTML from Jon duckett book! Feel so good. Wanted to learn coding so long. And I finally start. Starting CSS very soon. It's my first rant !! Reading rant almost more then 4 months from diff. Account. Just a newbie here. Saying everyone Hi😊 Doing #100daysofcoding !1
-
As a first year CSE student
And an intermediate in web development technologies(PHP ,NODE.js, Frontend) and java. But no good contacts. How can I earn a bit so as to add up to my pocket money?
I mean what ar possibilities and how can i do that?3 -
!rant
Restarted #100daysofcode.
Gonna finish this time no matter what 💪✊.
It's the challenge where you do code every day for 100days.
I am not kinda well right now but it's perfect opportunity
I got the time I always wanted for coding
So no excuses anymore.
Hope you guys also having some adventures coding time 😉😂8 -
O dont know if is against the rules, but could you teach me the hack to get the profile avatar permission?3
-
Hey DR! I am a pretty inexperienced programmer who's learning about JS. When I was writing vanilla JS to do some simple DOM manipulation, JS seems like a pretty familiar language. However, when I start to learn about different frameworks (React, Express), the way that they code stuff (IDK how to pinpoint specific examples, it's just an overall impression) becomes very different from my experience with other programming language. I am wondering if anyone have any suggestions, have felt the same way, or know how to overcome this phase.
ps This is a general question. Please don't be pissed for lack of technical detail....8 -
Newbie-
Today: Loves Java
Tomorrow: loves Python
Next: loves PHP
Everyday: VERY FUCKING CONFUSED!
But, as long as the codes run, we good😏1 -
I dare you to show what sins you committed when you still were a newbie to programing.
Mine is below.10 -
Before I decided to switch careers (PM to Dev) I would drink coffee, black, sometimes with 2+ shots of espresso on those nasty days...
It's been 18 months into this transition and I find that by about 9AM a strong dark coffee with 1+ shots of whiskey is required on any day...
No regrets on the switch, Just didn't see that coming is all...3 -
Just started teaching my brother some programming. He is the type of guy that is always outside and almost never uses a computer.
So after teaching him a lot on dictionaries, ifs, etc. I ask him to make a dictionary app.
This is how he proceeds to name his variables:
var theOne = new Dictionary
var f***face = Console.ReadLine()
if (theOne.Contains(f***face)) {
var faffaf = Dictionary[f***face]
Console.Write(faffaf)
}
(Note this is simplified C#)
This is after I told him a few times that you should name your variables so others can understand what they are.5 -
Just a lost soul trying to get enough points to build an avatar, anyone? And be friends as well, maybe.7
-
Spent the whole day trying to help setup the environment for a colleague. In the end of it all... The whole day went off without any actual productivity. Zero progress on the tasks I have in hand...And then I discovered devRant... Some things happen for a reason...
-
After a management meeting about the companies first e-commerce initiative which I proposed and protocol-typed with assistance from internal and 3rd party resources, I returned with my boss to her office feeling on cloud nine as everything had been accepted / approved and the project was green lit!!!
She turns to me and says “I’m going down to the local sex shop and buying the largest dildo, strap it on, and then they will listen to me too”... I just sat, staring at the floor ...
Queue the crickets...4 -
Hey devRant,
Newbie dev here starting my first full time professional gig in two weeks as a .Net developer. Any advice or tips on making the transition from student and hobbyist to professional dev?
Cheers!7 -
I need to add a certificate to an Apple ID. First time doing that - should be no trouble.
> Open Xcode
> Xcode --> Preferences... -> Accounts
> Select the correct Apple ID
> Manage Certificates...
Hmm. What's this '+' button?
> Clicks the button
> Categories show up - no descriptions for their use beyond names. Maybe if I click one?
> Clicks arbitrary category
> Immediately creates a certificate and adds it to keychain
> Can't be removed from this window
> Must be revoked from Apple's portal and then deleted
I feel dumb.3 -
When you new to devrant (and your autocorrect keeps changing it to servant) and you don't know how to edit your first post (add more tags)4
-
I’m just new here...
Don’t know why I made an account here, just to read a single post, but yeah...
I’m a big Pokémon fan by the way...6 -
Fellow devRanaters, I'll have my first interview on Monday for a summer internship in a really good looking company. What should I do to prepare myself? Any suggestions?18
-
Newbie here, how long did it take you to get a good handle in the language you code in (that pays your bills)?8
-
Being a newbie is getting harder and harder. The later you start in a field, the more has already covered in that field, meaning you have to run as much more to catch up.6
-
Anyone watch this guy? Very much addicted to his videos, informative for a newbie at electronics, and always waiting for the next moment he shorts a circuit, shocks himself or creates a light bulb.
There are compilations, but the videos are way better and give you the suspense.
https://youtu.be/sI5Ftm1-jik5 -
Newbie Agile Team: "Hi Scrum Coach, we studied and implemented the Scrum methodology, but we are late as before and our software is buggy and shitty as ever, how is that?"
Agile Coach: "Scrum Methodology is easy to learn, but difficult to master!"
Newbie Agile Team (chorus): "Oh coach, Fuck yourself daily, with your coffe thermos, standing up and once per week retrospectively. If you'll come at the next review meeting, we will gangbang your ass in front of the stakeholders"5 -
wish can do coding in fix hours :(
Learning react .. just took one cup of tea in morning.. and dang its 8pm :( No idea about the time.. react giving me hard time. maybe am newbie ..
Hope so I learn this Single Page application4 -
I just spent way way too long trying to get my Bootstrap navbar to not be a giant ugly grey block.
And somehow I've set my website to shrink on mobile devices, so all that fussing over a hamburger menu... bloody pointless.
#growingpains21 -
Today I completed my first user story as a developer, an feature to edit and update comments posted. It passed the test too.
I'm proud of myself about the achieving this given my actually development experience is very minimal :)
More challenges to conquer..
Thanks1 -
I started studying programming last year, currently learning c# and c++ at college (even though I'm a 29 years old electrical engineer.. long story...) any advice on how to start looking for internships and jobs? I feel very lost on how to proceed to gain experience and feel that many of my colleagues have the same issue. Thanks4
-
anyone want to review my app? preferably ones with android experience, I want to learn how to improve it and make it as good as possible. message @calmyourtities if you'd like to help a newbie with android :)2
-
Junior newbie dev here.
I want to buy "Clean code" by Robert C Martin. Its tad bit pricy here in india.
I wanted other devs (especially senior devs) opinion on the book. Is it worth the buy ? What are your reviews ?4 -
Now I know why newbie profile photo is green circle
Everyone here is frustrated because of red circles/red dots on line number of the code xD1 -
Prettier formatter, AirBnB linter.
Prettier defaults to double quotes for strings. AirBnB loves it some single quotes. Would probably be able to change the configuration in order to maintain sanity *now*, but when I was a newbie dev, I was given a repo with AirBnB linting built in after being recommended Prettier.
It was not fun times.4 -
What would be a good response when somebody asks what is the best language to learn?
I'm honestly seeing this in all of the newbie forums and they never agree on anything8 -
As a newbie to coding, learning enough to create something more complex than a handful of random generators would be great. 📖2
-
Using the new project as an excuse to try out the language I was an absolute newbie at. (Python, at the time).
A couple years later when I’m much more proficient and I go back and look at that code, I want to slap past me for putting that spaghetti mess into production. -
Good guy Google.
Recently started a new job. Getting good feedback on my work. When really everything is off google :D -
Does anyone else have a boss who is supposed to have a lot of technical but you have to explain everything like your talking to a newbie that can't seem to follow logical arguments?
Tag: I already proved it's not... Why do you still think it is1 -
lel just noticed a pattern here:
if someone asks newbie questions on devrant about anything - gets shat on
but if that person asks about react - its all roses and rainbows
i say there's a new cult in town and theyre recruiting!11 -
Happy to be here 1st day and I'm enjoying it ,best social network ever for programmers ...been looking for such for so long and starting to get addicted.
Here I've learnt here that I need to start learning new stuff real fast.
Here I feel not alone,cos here I feel at home.
I'm Sam from Nigeria ( any Nigerian here?)2 -
Gosh!! Do not want to look at my shitty face in the mirror when i get to know that there is a DESC syntax in SQL for sorting data automatically even after i manually finished sorting them in Php.. #Fuckmylife #newbie5
-
Thoughts on Manjaro? I'm thinking about switching from Ubuntu to Manjaro since I feel like I'm not much of a newbie to Linux as I used to be and Ubuntu consumes more resources than I expected (been using Ubuntu as my main OS for the last 4 months)10
-
Lesson learned. As a newbie to git and vcs in general, always verify a rebase to make sure you didn't accidentally delete your last days work before force pushing and overwriting the company repository. Also, don't get into a situation where you need to do that in the first place.
-
Just had a web dev newbie crack a MEAN pun and tell me "Learning it is so MEAN lol". Should i tell him he's only about the 1230193848 x 10^6th person to crack that joke?
-
TL:DR linux newbie, looking for advice/links (skip to bottom for questions)
!rant
After i had been looking for a job for quite some time, a couple of months ago i got hired by "smaller" company doing web stuff. So far it have been a great place, good colleagues, and overall just having a great time!.
They seem to value me alot, so that's great!.
Anyway, yesterday i got called into a meeting - and got told they wanted me to start learning "Server stuff (linux)". That got me quite excited, because it always was something i wanted to learn - but never really got around to doing.
But i never touched a linux installation before, so i'm really on ground zero - but im not afraid, i'm a quick learner and quite efficient at googling :)
I figured i would ask here, since other people here always seems to be happy to help other people out.
So far i have manage to setup a server, install various stuff (php, mysql and so on) and done setup a couple of domains/subdomains on my server. Also got a vestacpinstallation working - so overall im quite happy so far.
I figured maybe somebody had some good links/advice for a linux newbie :).
* Performance/Security, will obviously be a big focus - anything i should look at? - any must look at?
* Monitoring tools, how do i monitor various websites running on my server? Here i'm thinking bandwitch, cpu/ram usage and so on pr site basis.
* Any other stuff i should be looking at?
Little about what the server will/should be running :)
* Centos
* vestacp
* WordPress installations only (e-commerce mainly)
* PHP 7 / MySQL / phpmyadmin5 -
Well i am just newbie,
How to create an avatar here
Thanks me later cause if i post then they will increae my points7 -
So I want to install Linux (mainly bc of you guys) on my Laptop, but I don't know which one to choose. It is used mainly for coding (web and Java), Surfing and maybe 1-2 games. Any recommendations?16
-
So I applied to a Java internship, I'm an absolute newbie in coding, they invited me to an interview and we're gonna have an assessment exercise regarding Java and OOP in general, any one have a Java or OOP one weekend crash course? Thx!14
-
Developer-in-training at OSU, worried about being able to find a job. Contributing to an open-source project right now to try to hone my skills. Any advice from the more experienced?3
-
!rant
Hello devRant, finally got around to create a profile after thoroughly enjoying it for some time here.1 -
!rant
TL;DR: New(-ish) dev looking for advice to improve workflow and new languages. Hopefully worth a read though :)
Newbie developer here, I took a web applications development class this year since I could take that at another campus rather than do general education courses at my home school, and I have learned and earned a CIW Certification for HTML5, CSS3, and JavaScript, though I know the certificates do squat if I can't apply myself to them, and I have learned PHP and MySQL.
I want to learn more, technically-applicable languages.
My setup is barebones (to a Linux diehard's eyes), with a gaming laptop that I do a lot of workstation stuff on, an RPi 3 B that I do some Linux-y stuff on, and a less-powerful Development Laptop (that I call a devtop) that I occasionally do work away from home on.
I'm sure most will cringe and weep at my workflow, as I use Windows 10 on both systems and the standard NOOBS software on the pi, and I use Brackets as my text editor, as well as the XAMPP AMP stack for testing.
My biggest questions are what could I do to improve my workflow, and what languages should I learn/apply myself to for real-world application (such as Node.js for live-updating server-side applications or C# for Windows applications)?
Thank you for taking the time to read this, any feedback is helpful! I'm just a high school student with a lot of enthusiasm for development!6 -
I'm fairly new in our team and yesterday I was going to work on an app I hadn't contributed to yet.
...except I couldn't get it to run on my machine. None of my co-workers knew why and I've spent the entire day trying to solve the problem.
Ultimately I found it. There was a stray package-lock.json that screwed up npm.3 -
¿Does it really takes that long to merge a branch when there is a conflict?
My "PM" takes like 20 minutes to fucking merge a branch that has a few lines of conflict... and I fucking hate to wait so long to continue on a ticket where I need previous work... I'm a JR full stack developer and I'm new to devRant... It was love at first sight.1 -
Newbie frontend guy joined last month right after college. He's my age but never worked before. Wants to "fix" the entire codebase with cool new hippy react features without providing a valid reason to do so. Also, "hey, I don't understand what someone wrote, so let's just change the entire fucking thing so I don't have to put in the effort of understanding real, working code"
What's more annoying is that he won't settle even when being asked to do so by the senior guys.2 -
I recently took on a protege who is a complete newbie to the world of CS. I recommend that everyone should try to lend a hand to someone who is just starting out - it helps you communicate complicated concepts more effectively, understand how less technically inclined people approach programs and it's also great practise for your personal skills.
-
I don't have any experience with cloud providers and I need to get a server for a project.
The website will be up for 3 weeks, access will probably be very uneven, the total user count is somewhat below 2000.
The site will probably be quite interactive and real-time, content may be changing every few seconds for an hour and then remain unchanged for days. I will also need either SSE or websockets for this reason.
What should I consider when selecting a cloud providers? Do you have a good one? My ideal provider would scale resources according to traffic like I've heard AWS does, but I want to hear your opinion first especially considering I know very little about how server load works.1 -
ive recently started to study chemical engineering and most of the people there never even heard of java or html. only a few people understands jokes about computers. the people i know who understand these jokes all study in other cities. so after i talked to a friend of mine about my studies he showed me devRant and i love it. so hello folks youve got a new member XD3
-
"You have changed what??? WHY DID YOU CHANGE THAT WHEN WE TOLD YOU NOT TO CHANGE IT!!! " newbie that changed critical process source on a financial system causing havok....5
-
What it feels like when you tell a newbie coder about reflection and all the stuff you can do with it.3
-
Whether you're a newbie or a programmer with 10+ years of experience, you'll always go to StackOverflow and GitHub 🤣😂joke/meme programming github programming meme life of a programmer stackoverflow programming jokes programmer life6
-
Just got my first job as a developer after getting my bachelor in computer science! 😁 Any tips and tricks for a newbie consultant?2
-
I am a newbie.
Just want to know why u use linux as for programming?
Is there anyone who prefers windows over linux even though he is not into gaming stuff?8 -
Please look at this code, I wanna know why the $ and {} was added to the alert method to pop up the key and value of user.
what is their functionality there?
let user = {
name: "John",
age: 30
};
// loop over keys-and-values
for (let [key, value] of Object.entries(user)) {
alert(`${key}:${value}`); // name:John, then age:30
}4 -
Hello everyone. I'm new to programming and I would love some tips.
I have been told to learn C# and Java as a way to begin programming, what do you think of this?
If you have any better tips please explain it in a way an amateur can understand.
I hope that I explained my situation well.8 -
Ok peeps!
A newbie to nodejs and linux VPS (ubuntu) would appreciate any tips you could throw my way on how to push locally developed nodejs webapp to prod in vps server 😊
Thanks!5 -
To the experienced coders here on devrant: Any valuable tip(s) for newbie programmers (independent of language)?
My suggestion: Enable 'format on save' in your IDE. Seriously, how did I survive without this?!5 -
We started a group chat few years ago to help newbie developers be upto current industry standards.
So we have this guy who's been in the gc since God knows when but still likes PHP and WordPress.
I feel like we have failed.10 -
Hi devs! I am about to make some app for Fedora, but I'm kinda newbie. I know basics, but i wanna learn new stuff. Okay, straigth to the point: What would you recommend me to make and in what language?6
-
For Software consultants.
I am newbie with 2 years of development experience. What should be my road map for being an independent software consultant in the long run.2 -
I need to do a presentation, in school, next week, about Linux.
The presentation shouldn't be longer than 10 minutes.
What should I put in there?
I'm by far no newbie in Linux and that's kinda the problem here, since I know way to much, to put it in 10 minutes.15 -
I'm a Newbie to networking, and currently trying to understand this Network and Identifying the IPs for which interfaces.
I'd love to know which IP address is for the captured Router interface, etc. Which IP is the address of the captured interface n2.
How do I approach to solve this Problem?2 -
I hate deploying this project, it's just nerve wracking. I started it when I was a newbie to web stuff so I didn't know shit. Now it's just a big project with no unit tests, I test it all by hand.
It looks professional though, but the underlying code is just a mess.5 -
Caused an outage on production because of a bug in the make file that hasn't been fixed for years. It hasn't been fixed because everyone knows to side step it. Except for me. Unit now. So the bug shall continue to live until the next newbie gets smacked in the face by it.
Kinda feels like an initiation. -
hello, guys, I need some information, I am very newbie in this ... my pc is an ACER aspire 5750g with 4 GB DDR3 at the beginning, I upgrade it until 6 GB for now, I want to know what is the limit to upgrade the RAM? where can I find that information? any information is well accepted!
OS : ubuntu/win 103 -
This isn't so much of a rant, but it is about interviews.
I have interviews in the coming weeks for internships/work experience with local game studios and software companies
Does anybody have any tips for a newbie to working in the industry. What I should expect from the interview what they might be looking for and so on.
Thanks6 -
Newbie here, currently doing Udacity nano degree for full stack (mainly for Python as the other stuff I am confident with). Love this app, funny as f.
I'm curious why others decided to become Devs? I'm doing this because I have an idea for a webapp that will make me millions ;)17 -
Hey, anyone in ethIndia hackathon (Bangalore, India ) !?
Iam searching for a team !
If anyone can take me in ?
I am newbie to block chain, but can do some stuff !
Please comment, if ur interested!3 -
Sir i am a newbie student to CP. I have recently started CP and just know array , strings , loops , function and basic libraries along with logic.
Where and what roadmap shall i follow so that i can get rated nicely and quickly on codeforces?
(Currently about 700 rating).7 -
Hello everyone,
My name is Andi and I would appreciate some advices how I can get started in the IT sector.
Im very interested in the development of software.
I was always interested in software and all around computers.
Right know I'm working in a boring steel trade company and I want finally start to develop some skills for my (hopefully) future job.
Do I need to study to get a good job as developer or do I have to learn to code all by my self ?
(Sorry for my bad English)20 -
language confusion is a mess. as a python newbie i am very focused on learning for the last two weeks. now i am not even able to declare my php-variables properly and end up getting errors the whole evening.1
-
So... This month I will start a new role in a new company as a Tech Lead. This is my first time in this position. Any suggestions or tips from you guys are appreciated.14
-
Hi! I want to switch to linux but i never used it before and i want advice from you guys about the OS (what distro should i use and how to get started).15
-
hi guys im new with app development and i have small question because this is really stressful for me,when you guys learn recycler view for the first time is that hard?or am i being stupid because its hard for me10
-
I've got an interview invitation as a freelancer. I've never freelanced before. What if I don't know how to do what the client wants me to do? Halp.3
-
How much of an asshole you have to be to say the poster doesn't know PHP and bitch about "security problems" in an answer to a clearly newbie question about forms and redirection on Quora?2
-
Me in the beginning thinking programming is all fun and games. I think that's what holds a lot a new programmers back. This can lead to over thinking and even procrastination.5
-
require() from requirejs, I can't believe the monoliths I used to write as a newbie.
I think I've actually dropped a few IQ points as my code has been spectacularly simple since. -
PHP Devs quick question,
I have a project using PleskPHP5 (or that's the processor I found in config)
I'm a bit familiar with Laravel though I'm not sure, are they different? How to migrate to Laravel?
And the project was developed on Windows and I want to use it on Linux do I need to change anything?
I'm a complete noob in php but I want to learn with that project11 -
I have been wondering where i should start from.I am a newbie to programming.Weighing all the options to see which language would be an easier pick.*sigh* (Any help guys?)9
-
So, is it just me or are the numbers of newbie developers who can actually read error messages dwindling?
-
What are you suggestion/ advice for a newbie to TDD and testing in general?
Node.js developer if that matters.2 -
Can you please suggest some great freelancing websites for beginners?? Also the pay that a beginner gets? Also your experience as a newbie freelancer?1
-
!Rant what's so hard about multithreading for newbie programmers. (An actual question. Trying to tutor some friends who just don't get it)
It's practically a requirement for MVC.
In c# it's extremely simple. Just create a background worker with a handler/interface.2 -
I hope I don't have to post only rants here. I finally caved in and bought a Udemy course by Dr. Angela Yu and am SO EXCITED !!!!!!!!! CALM TF DOWN4
-
I know javascript now, should i continue with it and learn deeper dom manupilation and es6 or start learning a framework like angular or react - nodejs? If yes wich framework to atart with3
-
Sorry for the newbie question but how can I customize my avatar shirt to have a PHP logo? Thanks 👌2
-
Is anyone frustrated with typescript or am I just doing it wrong? Like the types are never matched. Drill down the types in every prop. It just seems very extra.
Newbie in TS2 -
If I want to develop a fuzzer for an open source software, do I need to code it in the same language as the open source software is written?
-
@dfox please unlock all these shitty pixels for everyone so these spamming newbie cunts stop memes and shitty spams to get enough ++ for those shitty pixels.
Not every interaction is good for this community.7 -
So I'm trying to get used to linux. Is there a site or something with tasks, so you can practice the most common linux tools?2
-
Got scouted by an agent for a educational institute. The position I am scouted for is a full-stack engineer. This will be my first interview, scheduled for next friday. The only working experience I've had is working on software development projects during my studies. I want the job since it pays well and they will help me relocate but I'm super nervous.
Any tips?2 -
Newbie advice:
Break large problems into smaller problems then use the smaller problems to name tour functions/methods -
I'm in my final year of high school, 17 years old, hoping to go to TAFE to do a coding course. I've done some HTML, CSS and Java at school and I only really know the basics of them all. I've been learning python in my free time and fuck man is it confusing. I love coding but it's so confusing at times, I really need some words of encouragement. Thanks guys :)4
-
Does anyone knows what the hell is "coala" that's used for liting and fixing code? Cause I am pushing something and they said I need to fix my code using "coala" but I can't seem to figure it out what it is, how to install... I even tried to install in atom as plugin but that shit gives errors.7
-
So I'm relatively new to Python. I've started doing the practicepython.org challenges. What do you guys think to my code layout, is there any way I can improve.
https://github.com/Rotho98/...5 -
Any corona developers out there? I'm a newbie and trying to create an application which helps students to interact each other/communicate each other, my question is: Have you created something like this? Can you help me or give me some tips? Thank you so much!1
-
I am a newbie coder! Want to know from the rant community how do you become pro at programming? Like reach god level.12
-
Docker newbie question
Does anyone have any insight on how to rclone mount a drive , and map a volume to it for persistent storage?5 -
Okay question, I know it doesn’t matter for personal use but I’m not sure what the general consensus is in a team setting.
If I’m using a css framework in a project, and I customize it to match my style guide, does that require documentation usually?
Mainly speaking on changing the colors here for the most part I’m not going Rambo on the original files.
I’m asking in case I catch some freelance gigs; I don’t want to be clueless if there’s a few others on the project as I’ve only done solo work.2 -
Dear professors,
If you ask for something on a project and when I talk to you about it you tell me that you didn't mean that but you want something smarter, when you haven't taught me how to get smarter, stop.4 -
Newbie here, is storing json in sql (as like column data) as weird as I think it is or are there valid use cases?
The one I heard, didn't get the details but something like "startup move fast"12 -
I want to change the job after 6 months . I currently work in java and will have 1.5-2 years of exp when i will leave the company.Is it good idea to change the company that soon or should stay longer. Also what should i learn to get freelancing projects which will help me .2
-
95% of the posts, I don't understand. Either my English comprehension is poor or everyone is writing in a language I don't understand.
Oh wait.. it is the latter. Nevermind.
- Newbie.7 -
Newbie in Python here. Blank 0 newbie. Now, the question for the relatives.
What is the core object of Python when talking to objects, functions, and relationships between those last.2 -
Another newbie question
Is ruby on rails worth learning now and is it dead ? I am a bit of a newbie to backend. I did create a site for a friend a year or two ago with django but still it was pretty simple. My horrible code is available here :- https://github.com/akshaytolwani123...
Also is this course on coursera for free on audit decent for the basics https://coursera.org/learn/... or should I just use freecodecamp or similar.5 -
Do you Python or JavaScript for a newbie on the current requirement who has prior knowledge on c++.3
-
I came across this logical bug today and realised that you never train your Neural Network with data that is in order. Always train it with randomized inputs. I spent like 4 hours trying to figure why my neural net wouldn't work since all I was classifying was Iris data.
P.S.: I'm an ML newbie :P -
Hey Arch people! Wanna help a newbie get started? I'm very comfortable with sysadmin and are currently using Ubuntu with XMonad for DE.
I'd like to 'build' my own, super minimal system. It should preferably have gtk theming with XMonad as de. I've been looking at suckless and are currently wonder what I actually need to prepare/know in order for networking, VSCode(or learn vim), QT and docker to run on the system. It has a Nvidia graphics card and I'd like to use it for ML too.
Dont worry, I'm also going through the Arch page and are looking for answers to my questions & thoughts.. I just know I haven't thought of everything yet, probably not even all the basics.
Oh and please roast me for my ignorance, as long as you tell me something useful 😝6 -
they say you should just do rust clone cuz it's fast enough in most cases anyway and you won't have to hassle yourself with borrowing rules as a newbie
instead my script started to crash cuz evidently I had so much in RAM Linux was thrashing between RAM and swap until it just kept giving up lol
inb4 database24 -
What software methodology do you work on your pet projects?.. I'm a newbie and I'd like to get some rough ideas..4
-
Hey I just joined this website. Code Drip from youtube suggested this! I am going to be starting my first corporate IT job this July.
But because of this shitty pandemic, my joining is going to be very delayed. Is this a very bad time to start my career? Any suggestions or resources to keep myself busy and be ready for my first job will be highly appreciated.
I am looking forwards to reading some rants here!5 -
Can anyone suggest good newsletters/forums for dev articles?
lobste.rs is one such good forum I know.
dev.to can be good at times but it doesn't really have a lot of good posts for someone who's not a newbie.2 -
Newbie here ! What do experience pro grammars think of the recent wave of “OOP is garbage” comments on the internet ? Is OOP truly on the decline ? Or is it that OOP should be a feature of a language while coding rather than a “everything is an object” mentality.5
-
Hey!
Would you recommend React Native, or Electron for a not really experienced programmer?
I am just starting with JavaScript, and these two tools are the most fascinating to me. :)
I have been learning C# in school, but mostly had to teach myself in the past year.
Anyway, thank you, if you answer, it is really nice on devRant, and it's my first developer community to be part of! :D
Sorry for the broken english - not my primary language.6 -
First post on StackOverflow... I wanna say thank you for a solution and get a fucking public flogging for it.
Yeah, welcome to our community newbie. Know your place. Fuck you Yunnosch & fuck you StackOverflow13 -
I am newbie to Ubuntu from windows
.
.
.
I installed nodejs in windows with few seconds
.
.
.
But here ubuntu i trying since last one week.
.
.
Error Posted on github (https://github.com/nodejs/...)
.
and
.
askUbuntu(http://askubuntu.com/questions/...)
.
.
No solution thinking back to windows.......................................12 -
I'm about to be a Web Developer. Our bootcamp is about to end tomorrow. More sleepless nights for me then.
-
I was building Alexa Skill. I choose Lambda and then Create Function.
Now in the blueprint section the amazon-skill... Is not available. It is under "repository" (the third option).
I'm a newbie, after click and choosing alexa-skill from the repo, I don't know how to configure it to add my facts to it.
Can someone help?3 -
Wants to use arch as newbie. Gets mad at arch because newbie not ready to commit to it. Newbie callbacks to windows. 5 years passes. Newbie install Ubuntu.3
-
I want to jump into android app dev. My first plan is to start build one using flutter and dart language but my workstation is slow. Android studio is hogging my memory and it really slow me down plus bad experience. I plan to uninstall android studio and using other tools. Can anybody suggest what kind of tools that suitable for my current condition right now?9