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 - "learn code"
-
Person: I want to learn to code neural networks and cool AI stuff.
Me: Look into Python or Lua.
Person: Those are too hard, I'm going to use HTML instead.
I got out of there as fast as I could. 😅11 -
Trying to teach coding to a kid:
Kid: Can you teach me XCode?
Me: No but I can teach you Swift or Objective-C
Kid: But I want to learn to code in XCode
Me: Yes you will code in XCode but I will teach you swift
Kid: My dad said that you actually know how to code but apparently not.12 -
PHP 🐘 is so damn easy to learn, run straighforward in all OSs, that anyone can start coding in no time. Therefore, the amount of crap code around, made by unskilled devs, is just *unbelievable*. 💩18
-
New guy at work doesn't have admin rights and the company wont install anything until Monday... He is going through the code in notepad to learn our system.11
-
I had two optios at highschoool:
1. Hang ouy with other teens, aquire social skills and get girls.
2. Learn to code.12 -
Boss: please refactor this js 2k lines spaghetti code class and use it in our reactive functional app
Me: it will take like 1 week to refactor and plug this
Boss: but it's almost the time I needed to write it!
YOU DON'T SAY? MAYBE FIRST LEARN HOW TO WRITE DECENT CODE. ffs.2 -
Advice that I give to interns/grads:
In uni/college, you're taught *how* to code something to achieve a goal, and 99% of the time the code will work and do the job in a lab.
But when building things for a real production environment, you learn the 100 ways how *not* to code, from seeing things break left right and centre - basically everything and anything can break your code, whether it is users, the OS, other people's code, legacy code, lag, concurrency, the alignment of the moon to your server...5 -
Having to learn "Modern web technologies" from a 60 year old woman who has never heard of HTML5 and build her website with tables. And we even had to code on paper. Fuck sake, so much time wasted6
-
Adult responsibilities for the morning are complete. Trash is out, dishes are done, coffee is made, time to learn some code ya filthy animals7
-
Me: I don't spend the prime of my life watching series, I code, I develope, I learn
* Discovers Silicon Valley *
😓6 -
Code isn't just something that you can just learn in three months. Stop the clickbait articles plz.6
-
Everyone should learn to code" is a movement to flood the market with Software Engineers so that salaries can be reduced.
Conspiracy theory that I just read on reddit and sounds about right.
Would you feel the same?12 -
!rant
Girlfriend decided she wants to learn to code, and I am honestly both excited to teach her, but also nervous; Teaching something is a good way to find out just how much you don’t know.7 -
friend: how do you create a game?
me: *laughing* slow down, first of all try to learn to code, then...
friend: cut the bullshit! your the IT guy, tell me, how you simply create a for e.x. Call of Duty?6 -
I'm just beggining to learn to code, and I found this awesome community where people rant ..
Such a motivation,, 😁9 -
All these people talking about learning to code at school makes me feel old. There wasn't even an option to learn programming when I was at school. Had to teach myself!4
-
I committed a bug fix that was about 4 lines changed but a full day of critical thinking.
The next day my boss tells me, that I clearly wasted company time and that I should be producing at least 200 lines of code a day. When will people learn that lines of code is not an accurate measurement of work accomplished?3 -
Small Me(m): learning some basic code
Senior Dev(d): *walks by and sees my code*
m: hey got any advice on this?
d: learn to use regular expression. *walks away*
m: 30min later... *Mind blown*
And coffee of course ☕2 -
Get your code reviewed by as many good devs as you can. Tell them to be harsh, swallow your pride, expect the code to be torn apart. Then rinse and repeat.
It brings the "know it all" fresh grads down a peg or two, and often brings those with low self esteem up a peg or two (when they realise their code is better than they thought.) Anyone can write code that works. But writing decent, clear, well-tested code that stands up to scrutiny is a different ball game - and it's important to learn that quickly.3 -
When your classmates don't even know how to code HTML and CSS effectively but they want to learn how to hack...
They think hacking is about breaking into other people's computers and stuff... sigh... the people I have to deal with...13 -
Oh the ups and down of learning code. One day you feel like a programming prodigy, the next you hit a concept that makes you feel like you'll never become a professional programmer. So much to learn!!!! 😭😭7
-
StackOverfllow -> Copy Code -> Doesn't work -> Study its working -> Read related info on other websites -> Code starts to make sense -> Do the required changes in code as per the understanding -> Got it working.
I only learn if the initial 2 steps fail. Else I skip the latter. -
Being a sysadmin, I never write any code.
But I do want to learn that.
What is the easiest language to learn?
(I am lazy)53 -
We study a lot to learn how to write code and the most satisfying thing in this profession is to delete code.3
-
There is no such thing as an 'idea' person.
Learn to art, learn to code, or learn to FUCK OFF!
Talented people can take bad ideas and make gold.
Without skill the best idea will turn out garbage.2 -
Somebody asked on how to get started on Full Stack web application development.
This is how I got started.
Client side Web Application Development:
---------------------------------------------------------------
• Start with basic HTML, CSS and JS, JSON. For quick learning, see W3Schools for these topic or YouTube it.
• Get a local web server. "200 OK!" webserver chrome extension is a good start. (https://chrome.google.com/webstore/...)
• Learn Chrome Dev Tools to debug the pages. YouTube it.
• Get a good IDE. I am very happy with VSCode. You can use it for very serious WebApps.
• Start learning JavaScript language in depth, but just related to Web Browser related topic or you would get sucked in server side too early.
• Install node.js. Learn NPM package manager. Learn basic node commands.
• Learn complexity of JS file referencing, JS modules in browser. Just learn, don't use it yet, to understand the benefits of code bundlers.
• Learn Webpack code bundler.
• Learn how to make you simple site much faster and using in Mobile using "Progressive Web Apps".
• Now learn to make modular UIs. I love React. Focus on getting the UI code modulear. Create Single Page sites. (You are not there yet to create a Web App) “Create-React-App” started kit is a good starting point.
• Learn to create multi-page site using React-router.
• Learn application state management using Redux.
• Learn to create application decision engine using Redux-Saga.
Practice and master each stage.
Along above, learn git / GitHub (to learn from others code), find good web resources like Medium / Smashing magazine, good YouTube channels etc. I subscribed to some popular Udemy courses too.
Server side Web development:
------------------------------------------
:) First learn client side Web Application development. Server side learning is another story.3 -
That awkward moment when you learn about callbacks and lookup tables and your whole menu logic goes from a 2 page long switch-case to 3 lines of code... 😂2
-
Once a day, take some time to read your colleagues' commits.
You will see how they work, you will learn how they solve problems, you will understand their flow and you will know more and more parts of the code base.1 -
STOP CODING MUTHERFUCKER AND THING YOU DUMB FUCK!!! THIIIINK!!!! IMPROVE!!! LEARN NEW SHIT!!!
STOP CODING TO CODE BETTER!13 -
I spent 10 years of my life to learn how to code when I could make big money without coding. I'm such an idiot13
-
A few days ago a friend of mine asked me to teach him to code. When I wanted to know which language he'd like to learn, he hesitantly replied "https".
Then I explained, this was a data transfer protocol. His next idea was "http". 🙄
Guess who will learn Python8 -
I just wrote this piece of code. Without googling. Call me regex king!
But in fact regex is not that hard, you just have to learn the syntax 😄28 -
Apparently some freaking man in my ex-team tried to learn Vim because he thought he could become more efficient but he spend more than two weeks trying it while delivering poor quality code with extra spaces, bad indentation and extra "wq" strings10
-
My team is quite international and although we speak English among ourselves, most people still comment their code in their mother tongue.
I have learn a lot from reading my colleagues code. Mainly curse words from all over the world. It's great.14 -
Just reviewed collegues code: 80 lines of if statements that are so long that I have to scroll sideways on my 27" screen. Just wrote the exact same thing in 5 minutes and 10 lines! If you don't know how to use loops in your code please learn something different and stop pissing off skilled devs 😡5
-
Oh look MS-DOS on GitHub?!
Time to run through more code I don't understand and see what I can learn and potentially port :-D1 -
I'd tend to say Matlab :
- you don't learn to write good code
- if you start by learning Matlab, you tend to be stuck in Matlab
- it's heavy and ugly and expensive
- arrays start at 18 -
I think Clean Code: A Handbook of Agile Software Craftsmanship by Robert Martin should be a must to read.
In school no teacher puts emphasis on code quality.
They should learn how to name variables and functions the right way at an early stage in order to better perfect their craft :)3 -
Never be egoisitc about your code. Its good to feel proud on your code that you did it. but sharing is caring.. don;t be like only I can do this.. ego is not for dev community.. be adaptable for changes whether you learn from junior or senior :)7
-
My first new year resolution for this 2017 is learn to do the f****ng unit test before implement the code3
-
Not asking students to learn the code. Seriously stop doing that.
Instead motivate them to understand the logic and then build it when required.3 -
<rant>
Freelance employers should learn that a "full stack" developer does not equal "fully proficient and experienced in everything code and comp. related". ESPECIALLY if the job pays less than 6£ an hour.
</rant>5 -
No documentation. Thousands of lines of code. Still learn enough about the solution to make a required change in a day. Now the company feels like I should be the one to lead training for the module, and I still don't know what the other half of the code does. T-minus two hours...2
-
2019 goals:
- finish my masters
- improve my code quality
- build at least 3 personal projects
- learn 2 new technologies
- find better clients or a good job1 -
Tomorrow I'm going to rent an office for a year to code with some collegemates that barely know of coding, they about to learn and they putting some money on table. I'm stressed.
Wish me luck, I'm coding apps with Flutter.
#IranianTechDreams6 -
Just let me be a programmer. Why do I have to learn yaml and deploy an app with 100 lines of code to a kubernetes cluster with literally 0 users?
Scale sucks.8 -
If you can, attend programming contests, code retreats, and meetups, you'll learn a lot from that, experiences like have a fun talk with mate devs about this awesome environment while drinking some beers or eating some pizza is fantastic1
-
My friend in 2016 : I will learn how to program and quit this miserable job.
My friend in 2017: Wow programming is taking off I need to learn how to code
Just waiting for the same message in 2018 now...3 -
I'm having such a blast writing code in TypeScript. Once you learn it you cannot go back to regular JavaScript.6
-
I freaking hate school curriculums, I have only 5 classes this semester, only two of them are career related and one is about QA, I want to focus on my code, projects, things that really matter but instead I have to do Socials homework, learn how to do research papers, learn about marketing. I really hate this. Besides the classes I have on development are extremely light. And I have to pay for this crap12
-
People learning to code who seems to have more interest in that their code works than in why it works. Do yourself a favour and learn something you have an interest in.2
-
Fuck my life! For my studies at University it is required that I learn how to code... Over the past month I've been learning java, and yesterday a friend of mine has introduced me to Go. Now all I want to do is learn Go, meanwhile our Prof pushes us to learn switch-case and goto...17
-
I started a project at high school 7 years ago, I had no idea what's clean code or design pattern, just learn while keep coding. I eventually stopped because my code is so terrible I cannot understand it anymore.
Now, after 1 year of working, I look back those dirty codes and think it is actually not that bad. Within hours I even fixed a bug with concurrency.
I start to think, instead of learning to how to write good code, maybe I should learn how to read bad code. That's just much more practical.5 -
My wife is starting to learn how to code. Now is finally understanding when I say this function will be over when is over.
-
Taught myself to code in the wee hours while my wife and son slept after working and finishing my actual collegiate schoolwork. I continue to learn daily and the process is pretty much the same, minus the schoolwork.
-
It's both extremely satisfying and extremely rage-inducing when you learn that an update in the framework breaks your once perfectly functional code for no reason.
Especially when said code is from a sample written by the developers themselves.
Thank god there was a hotfix. -
Fuck people who say they want to learn to code and then make 0 effort. You try to help them, find them resources, hold their hand, offer to mentor, come up with projects and they still do nothing. A grown ass man who says he wants to be a developer and get would rather play vampire survivors than open a web browser and learn anything. Why do you waste my time?7
-
When the fuck will people learn to handle errors as soon as possible and return early? I have been reading the some code all day and the amount of nested:
```
if(okay) {
... 200 lines of code
} else {
throw
}
```
is frustrating. the indentation is sometimes 6-7 tabs deep...6 -
Think twice code Once, if I had a cent for every time I've jump right into the code without a proper analysis or design just to notice that my whole implementation is not functional or scalable I'd be a millionare1
-
After trying polymer for a week, I can officially say that it is the most confusing framework ever.
They need to learn how to properly document their code.
Stack overflow doesn't help because the dipshit who asked the question ALWAYS "misspelled" a variable.1 -
because writing over 500 lines of java code using swing framework on a piece of paper with a pen is a perfectly good and healthy way to learn how to write code2
-
A friend asked me how people who don't speak English learn to code...he said, "Do they have to learn English first?"
😂
I told him, "See, you're halfway to being a programmer!"1 -
Worst code I ever had to touch: a React application, createClass era, before redux was a thing, that had everything in one fucking component.
Every fucking thing.
This was a simple video chat application, but still. The component's code included:
- Views (contact list and video call screen) and logic to switch between them;
- All application state;
- API calls;
- Websocket message handling;
- WebRTC logic (getUserMedia and p2p streaming).
This app was built by one person in one month for a demo. That person left the company after the demo and I had to maintain that mess without zero React knowledge (I was doing angular at that time). On his last day he gave me a crash course and an overview of how the app worked.
Around that time I attended a few meetups and a conference with talks about React. That, my curiosity and ability to learn by refactoring helped me a lot when I had to add new features and fix bugs in that app.5 -
I just hate it when a co-worker says "AS LONG AS IT WORKS. It doesn't matter how you code it as long as it outputs what the client/user wants. They don't check how you code it anyway" *facepalm*
We effin' follow standards so that it will be convenient for everybody!
Bad code is still bad code if you don't follow standards even if it works.4 -
i’m so tired of people who are developers that go to every new popular social media platform and try to teach others to code. god fucking dammit. what could possibly going through these people’s minds? do they really think people who want to learn to code think “i want to learn to code so bad. i should scroll mindlessly through instagram/tiktok until i find someone teaching how to code”?
god, if you’d ever uploaded code to tiktok or instagram to teach others to code, you’re a fucking idiot.4 -
We are going to use MERN stack for this. Do you feel comfortable with that?
Me: yup
Finds code in Koa. *sigh* Guess I'll have to learn Koa now.8 -
I went to a friend to help him learn angular. I asked him to show me his code, he opened sublime text, the code was all white ...
- aren't you using a TS plugin ?!
- what is that ?
- since when are you coding like this ?
- more than a week ...
I installed the plugin, than showed him VSCode.
Hi bought me a beer later c:1 -
If you're going to add unnecessary white space to code, at least keep it consistent. And by consistent, I mean learn to write code that doesn't look like you pair programmed with a toddler who had a hour long tantrum on the damn spacebar.2
-
Fairly new to Linux, read that vim is a neat editor but hard to learn, good for script editing and such, but why use it over a language specific editor or something like VS Code?24
-
So which are you new year's resolutions?
Mine are:
Learn C,C++ and Node
Organize my time to do more with it
And code5 -
Is it worth to learn vim? I mostly write code in JS and currently using VSCode so I wonder if it is worth spending the time to learn how to properly use vim17
-
Any tips on how to properly document my code? I'm going to start my first internship soon so I need to learn it.11
-
Random question that apparently screwed up even Google...
how does an IDE evaluate (and format) code and errors so quickly?
Was thinking maybe building a compiler/programming language would be the best way to learn/practice algorithm... Is it?19 -
If I had to audit my current code I'd definitly stick a cactus up my arse shouting in the mirror:
ALL YOUR CODE IS GOOD FOR IS ULTIMATE DELETION. YOU FILTHY MAGGOT! LEARN TO CODE... *rage quit*
Really, coding shit because of spare time simply makes me ripping my face of 💀 -
Me: I'll get it to you tomorrow.
Supervisor: (*Sarcasm abounding*) That's fiiiiine, thank you sooo much for all of your haard work.
Fucker, you have no idea. Learn to code before making comments like that, goddamit.1 -
Find what you want to build. Watch some videos. Code. Grab some books. Code. Find some friends to code. Code.
And learn some theory to improve your code. Code.
Get a job. Code. Get paid.1 -
Look at other peoples code, analize it, absorb patterns, let those patterns replace the shit I have to learn in school, review code, code with those patterns, feel weird, because something is missing, repeat3
-
Boss: look we have only VR projects this year. You need to learn Unity.
ME: NO fucking way..... FUCK You unthankful PRICK. I'm not going to learn your fucking unity bullshit after all those backends, mobile apps, code I've wrote for you? I FUCKING HATE UNITY. Time for a new job I guess.13 -
Spending Saturday from 9-18 trying to learn Angular. Following along with the lecturer but the code won't work when I serve with my unworthy fingers...??? Oh, but now it turns out the instructor's code isn't running either..! Nice to know that everyone turns to StackOverflow in their darkest hour. 😋3
-
Previously, I use Codecademy to learn code.
Now I learn from my friends. Believe me, they helped understand OOP better. -
If number of people using Pokemon Go tries to learn programming go the world would be much better place to code.
-
Got praised today by an important guy in my company for writing understandable javascript code. He said he'd gladly learn js if I were to teach it.
feelsgoodman.jpg1 -
2018 goal:
Learn to write code, and make a lot of money, and live a happy life, and hopefully my mom will love me again, and...3 -
Finally a weekly rant where I can learn something!! 🙌
Mine:
-put linux on machine
-buy a gallon of coke
-run the ide
-start skype
-skype with my bud and code
And the thing that makes me The most productive: deadlines2 -
I wanted a personal website when I was 15. My brother-in-law sat me down, showed me Dreamweaver and told me "Learn this stuff. It will be valuable when you're older." I dragged and dropped and then looked at the resulting code. Then came sites for friends. Finally, college. I still learn new stuff all the time with each project. I couldn't be happier!10
-
My baby sister told me she wanted to learn how to code, her reason being; she visited a startup incubation center at her school, my alma mater, and she thought they looked so cool and collected.
Hahaha! I told her to try visit when they are having a deployment or when someone's code is just not working.1 -
So many new developers I know complain about not having the latest gadgets to learn to code. What I loved about learning to code was all you really need is something like Notepad and a few ideas, it's amazing how far you can go!6
-
Needing to teach myself M$ InfoPath because of legacy business code. What better way to learn than getting the feet a little wet first!
-
why do people hate java? it is the most elegant and simple language one can learn and code powerful apps and software. i don't get it11
-
Hi everyone.
I wish you all a 2017 full of code, of problems to fix, of oportunities to learn new languages and above all full of bugs to fix because from this, is from wherr we learn the most. -
I just went to SO to browse questions and learn something or help someone...
And then...
THE FREAKING PRINTSCREEN OF IDE
INSTEAD OF COPYING THE CODE
And you know what's worse?
There was also a PHOTO of the output from the console.2 -
code code and code. There's no better way to learn other than practicing the material learned from docs.1
-
So I've never taken the time to fully learn git/github. I'm guessing my life will probably change after today. Might explore some different code editors while I'm at it.6
-
I've been slowly but surely writing the skeleton of a game on my Github.
Now to actually learn the basics of Github so I don't have to copy and paste my code every time there's an update....6 -
Everyone has a great story about writing their first line of code when they were under 15 years old, except for me. I got my first computer at a young age, around 11, thanks to my dad's friend who brought the computer along with some CD-ROMs of Tom and Jerry and GTA Vice City. (By the way, I had to wait ages for the game to load, and I was very happy when it finally did.) I spent my childhood playing games. You guys are lucky to have found someone who encouraged you to learn to code. I didn't have internet at that time8
-
Finally started to *properly* learn Java and make an Android application, instead of copying random code from SO. So glad I made that decision. Well, still a lot of things to learn :/
Here is what I made so far, if you are interested.
https://github.com/ttomovcik/Snappy -
If you saw my last rant, you'll know how much I hate Calculus. I decided instead of trying to learn this foreign topic, I'd instead translate it into a language I DO understand: C. The irony is that we use Calculus so we can learn to code easier, but I'm using code to learn Calculus easier. Funny if you ask me.1
-
I'm learning Vue.js at home but I'm forced to learn Knockout.js at work because of legacy code. Makes me want to jump out a window.1
-
Little brother wants learn programming and asked me if I could help him learn it.
"Sure, I'll show you how I learned it."
Gave him a book for starters to go through it. To have a slightly better time, I'll read his code and recommend some ways to go.
In my opinion it's important to learn to learn by yourself and learn to help yourself. Therefore I think this is kinda a good way to start with a bit of supervision from me.
What do u think of it, or how would you have done it?
I mean sure I could be some kind of teacher, but with a fulltime job + uni I don't really have time for that.4 -
Always make your code readable before you stop working on it.
Not just for other people to learn from but also for yourself.
Context: just lost about 3 months of progress because everytime I look at this file I feel like starting over... -
Learn to refactor your code constantly. You are not writing code for yourself. Think about the next person who has to look at your code.1
-
Did any of you hear Tim Cook's recent statement?
'Apple CEO Tim Cook says it is more important to learn how to code than it is to learn English as a second language.'
I mean, most of the code that I'd ever work on would be in English, no matter which country I'm living in. Most of the resources, documentation, tutorials are in English. Plus, if you think algorithmically, the logical code flow closely resembles constructs in English language. How could I possibly code without knowing English?
Go home Tim, you're drunk!
https://qz.com/1099791/...2 -
I want to learn so much programming languages, go with so many personal projects.
But I have no time !
Sad Me. who is else have this situation3 -
that feel when I am the only one in team who knows at least one framework.. and coworkers refuse to learn and instead copy and paste code parts from old, insecure apps into new apps... 😐1
-
They say I have to learn poems to make my memory fresh.
I don't need that! I write code without comments2 -
- Code reviews are good for you
- learn and understand your tools
- ask and listen
- if someone writes code for you, delete it and build it again yourself -
All of the Packt interactive workshops are free until the end of May using the code 'PACKTFREE' on checkout.
Maybe useful if you want to learn a couple of new things.
courses.packtpub.com2 -
I think I need to go to a bootcamp, so I can go through everything I need to learn: how to pair program, how to explain your code to someone else, how to prepare for a technical interview, etc.11
-
Start the reading of "clean code".
First thing that i have learn "The only valid measurement of code quality: WTFs/minutes".
What do you think about it ? Agree or not ? -
So my manager is making the designer (who didn't know how to code) of our team learn front-end development. We are so hopeful for a peaceful future.4
-
Use that Tab button. It's there for a reason. If you are too lazy to use it then use an IDE that formats the code.
Also learn to comment your code wherever needed and in English. If you don't know where it's needed, Google is your friend if not your senior. -
I need to build multithreading in my brain, i want to learn at least 8 new code languages and techniques at the same time(not to mention normal languages)2
-
“Let’s spend two pages and 100 lines of code on bad practice before you learn good practice in 5 lines.”
Django (& REST) tutorials in a nutshell 🙄1 -
I was 17 and the class was tasked with programming a calculator in machine code! I was hooked went on to learn Java first, then C and C++. Now finished Uni having studied AI and Robotics and in my first job! I call myself a developer but I know there is still so much to learn in our ever changing industry!
-
Do you also learn more using code snippets in the Internet than from sites and wikis trying to explain specific commands?
That's pretty odd in my opinion. -
Stakeholders must learn that code quality and a user-friendly frontend are not "nice to have". If they don't fix their priorities accordingly, someone will have to pay their technical debt and that's going to be expensive.5
-
Is i am only one who tries to use a smartphone as a knowledge source and ends up exhausting my data on thing which is actually nothing about the knowledge or learning2
-
Flutter.
Should I first write some code and learn the language and experiment with existing app projects from github
or
Can i dive deep into a real project from the start and basically keep googling for everything i dont know how to do?10 -
This day sucks, i cant even code or learn on any tutorial ,my brain just wants to know who will sit on the iron throne.3
-
Stupid idea?
I've been a designer for 10 years now and I'm stuck and bored. So I want to do something against that. I've tried countless times to learn to code on my own and failed. Now I fantasize of going abroad for 3 months. Hire a freelance full stack web developer to teach me 1on1 mo-fri 3-4 hours on how to make webapps. I've read that Kiev, Ukraine is very affordable and on upwork there are some amazing devs from kyiv.
But I'm not sure if that's a dumb idea?
What do you think? Would you teach someone for money? Any tipps on finding a webdev? Are you or do you know someone from Kiev or Ukraine?15 -
Am I the only one that likes to see the code before the explanation when trying to learn something??7
-
Is it so hard for other people to write code as if there will be other eyes watching? When will people learn that a programming language is what bridges the communication gap between humans and machines? If I can't follow your code, you wrote it poorly. Period. At least document what the hell is going on. Be considerate of the next person. Unbelievable.
-
In the programming aspect of CS, you should have to debug and fix a previous student's project for your final grade.
You don't really learn to appreciate the value of clean code until you've had to fix shitty code. -
Any devs running some open source projects & looking for helpers?
Sincerely, compsci student looking to learn and code8 -
And another weekend full of work, because I don‘t get shit done in the office.
Being kind if the lead dev in my team, everyone is coming to me for nearly everything and I rarely have time to work on my current ‚fulltime‘ project.
It‘s really frustrating. I just want to code .__. FML
(Maybe I should learn other programming languages and switch jobs? I always wanted to learn Haskell)2 -
Write code.
Earn money.
Try to stay focused....
I don’t know - maybe I will try to make a facebook game that sells some virtual crap.
The problem is I either need to learn how to draw or pay someone to do it.
I am struggling with lack of knowing decent graphics designer for couple of years now.
I even started to learn drawing cause I don’t know anyone who can help me.
Well we’ll see.2 -
I'm too lazy to set up a proper code review from a branch. Instead, I just make dozens of quickly obsolete tags. I should probably learn to use subversion better, but... ¯\_(ツ)_/¯
-
To all my people who don’t like to code emails (the sane people): there is MJML. It’s an easy, quick and overall the best way to create emails nowadays. You won’t need to learn quirks, you can learn MJML in a day and make pretty much any email you need.
There’s even a vscode live preview plugin, don’t know about other ides though but I’m sure there is something.
LONG LIVE MJML4 -
If I had a dev superpower, it'd be to put myself in the exact mindset of the author of the code I read, at will, so even the comments that never got written would be understood.
I would learn so much, about code && people!1 -
Learn to debug, breakpoints are your friends. Never ask someone help without trying yourself to debug your code.
Debug an existing code is, I think, as important than being able to write your own code.3 -
So my friend and I have been casually talking about developing some indie games. I, being the one who knows programming, tried convincing him to learn some code.
Me: Hey, did you read the books?
Him: What books?
Me internally: ‘ok, maybe he just used some of the online guides’
Me: How’s [code learning app]
Him: Oh! I downloaded that the other day!
Me: Oh cool! What’s your account name?
Him: oh, I downloaded it but never actually opened it
Me internally:’fuuuuuuuuu-‘
Me: Did you learn any programming?
Him: nope
Me: WELL THEN FUCKING LEARN IT!!!!!
We don’t really talk to much anymore.1 -
What are some good android developer communities? Looking for somewhere to learn and ask questions that might not be code related, so can't be on stack overflow. What do you use? I use android for hobby projects only.5
-
Pursuing knowledge in python, as my first "real" programming language (does bash count? 😂) - wish me luck guys!4
-
when you've got a week left till your deliverable , and the other dev has not wrote a line of code, nor bothered to learn the framework.3
-
Opens the source code for an app I have to integrate with.
Finds: if($cryptPW == $dbPW)
What the shit?!?!!!!!
Learn to hash! Far out 😢4 -
I'll never understand how you could learn to code by reading the documentation and not by actually...idk...solving problems and coding? Especially if you're a beginner.2
-
I've come to accept the fact that when I first learn a new concept I'm not gonna know what the heck I'm doing with it until I code it for myself and break it and then fix it. Bugs help you learn.1
-
i wish i had no university classes (or at least, only programming classes) so that i could learn more about different technologies and had more time to code :(3
-
I am new to this world and I am wanting to learn c++ can anyone recommend me a site like code academy? Thanks.8
-
I'm in highschool learning to code, but I already realize that a programmers biggest enemy is TIME! I don't have time do the projects and learn the stuff I want to fucking learn! Because of God Damm School!!3
-
Someone just told me he writes c++ code and wrap it with swig so that he doesn't need to learn Python. Why man, just why!?
-
Can't even find a proper way to learn android app development.. Some tutorials are way too basic and others way too advanced.. Even books arent of much help to me... I know the basics... How do i learn further :/ How do i code without having to look at some example every time ://9
-
I just read about the 'Learn to Code' nonsense. It seems some journalists told coal miners to learn coding for a living. Wtf.. As a person doing formal CS education after 1 year of work, i take offense for that comment. Coding jobs are dragged to the ground by these comments which imply that coding is a no skill, for everyone job. Opinions ?3
-
Code what you enjoy. Don't code what people say will "improve your skills." If something interests you, learn about it. Also, try broadening your interests. Learn new things that you may not have thought about before. It might be fun.4
-
Had wanted to learn web dev from a long time (Im an android dev). Got to know about free code camp and started 3 days ago. Totally addicted to it. Anyone who wants to learn web dev must try it. Simply great work.
-
Found this coding bootcamp advertisement while I was scrolling through Reddit:
“... we provide a better way to learn, free of tuition AND TEACHERS...”
- I learn my code in da streets, yo3 -
Hello everybody,
I am 17 years old, I love to code and I cannot decide which new language I should learn.
What do you think of Rust and Crystal? What would you prefer? What is better?11 -
SO sucks.
I'm looking for a community there I can learn good code practices through code review, but getting into a huge established open source project is really intimidating. Anyone have any good suggestions? My skill set is mostly Java and go2 -
0. Do all practice in Clean Code
1. Do almost all exercises in Eloquent Javascript
2. Learn Python
3. Be proud of the work done in my current job project (I've just started)
4. Read own code from <wk100 and say: "omg I'm a much better programmer today!"
5. Implement 32 hour days to have time to read all those books, listen all those podcasts, code all those katas... -
Completed units where the faculty chooses to specifically code in python.
Gets MIPS assembly code thrown at us for 3 weeks only.
Goes back to Python...
Next Unit jumps to Linux, spends 8 weeks on Linux, gives all the students a 10 page assignment in Javacc worth 20% , linked to a 46 page doc they must read and learn on their own... -
Making a dev enemy? Quite simple. Asked too many questions for the dev. I wanted to learn and understand his reasons, he thought I was undermining his position. Other time, I forced him to make the source code be consistent with the structure of applications existing code. Dude came, made some commits adding features in places suitable for him, despite the code having clean layer separation, which took me long time to achieve.
-
Her: What do you do in your spare time?
Me: Learn to code
Her: Can you install an antivirus on my laptop and make it go faster?
Now I just want to kill myself. Who else here has encountered this?2 -
I am a beginner and want to code all the time. Even feel my current job useless and waste of time. I should find a job where I can learn, but my knowledge is too basic yet. :/4
-
Wrote some macros for Excel to make my job easier and decided I'd rather only do that part of my job, so I went back to school to learn to code for reals
-
Learn a lot more stuff about neural networks, machine learning and try to build and code my first neural network. I hope that I have enough patience for all of that 😬.
-
Is there any fun ways to learn code? I'm talking about smth like CodeCombat but it is so childish...4
-
Hey DevRanters.
I'm currently a PHP Developer and I want to learn a new language soon.
I have thought about learning .Net or C# or something third?
At the moment I'm also working with NodeJS and have a basic knowledge about that, should I just continue mastering that?
What should I go with? I don't really care much about how much money it can give and so on, just wanting to learn more :D15 -
Working with others is always a great way to improve, no matter their skill.
If -
They're better than you, you get to learn new things
They're worse than you, you get to learn how to be a better leader.
Rest assured, folks.
<!-- Was too lazy to write this in code. --> -
Looks like Android studio's artificial java to kotlin converter learned faster to write better kotlin than my shitty brain :/
People from java background, where did you learned to write efficient kotlin code and how?
Where to learn how to write that famous "kotlin's super precise and small , ugly ass anonymous looking code full of keywords , that only work when arranged in a particular pattern and defies my all previous knowledge of oop , java and good practices " code?
I really wish to learn, since android and google seems to be heading towards this beautiful new shit1 -
The hotly debated topic that anybody can learn to code is always seems to devolve into a definitional or even epistemological argument to the point of being valueless. But I like to think about it like this:
Anybody can learn to code in the same way anybody can learn to drive. The most rudimentary of searches for 'dash cam fails' should provide some valuable context for the practical implications of this.7 -
@Engyne reminded me that I got Enki from here and I must give back. So, here's the code, works for 3 people! 😃
Your Enki invite code: IOSTR756.
Learn more at: https://enki.com/1 -
is there any site to upload our code and rate it from easy to hard and let other people review that code and suggest bugfix or learn similar to github but for all kind of people from beginners to professionals?4
-
So i hear people like Enki, since i have been using it before it launched, forgot i had invites.
Your Enki invite code: NBLAC782.
Learn more at: https://enki.com/2 -
Not finding a proper source to learn is a pain... especially if you want it free, any suggestions to learn more?14
-
I am a good kid, and I love to code... but my fucking college makes me learn shit that I don't want to learn, that too in a computer science stream. Should I kill myself because I feel trapped and my precious life is being wasted learning shit.5
-
developer=new Developer({wantsTo:'learn/code node',tiredOf:'Java'});
try{
if(developer.applyFor(company.fullStackPosition)==='Success'){
deeloper.setLevel('Junior');
if(company.checkForJavaBackground(developer)){
javaProject.assign(developer);
developer.startCry();
developer.setLevel('Mid-high');
developer.getPaid():
developer.stopCry();
}
}
}catch(err){
console.log(err);
}1 -
Just wanted to say how much I am enjoying learning to code.
I'm using team treehouse to learn. Android app development.
Going well so far. The instructors really explain it well.
Let me know if you guys want a referral code.1 -
Why? As a senior, you won't give some time to review my code, will let me merge my code to a branch, then blame us when it will produce the bug in production? why? 😐 Won't even arrange a code review/knowledge sharing session so that juniors can learn at least something. Even you won't encourage us write test cases. If seniors don't follow, are the juniors to blame? 🙂3
-
Working in IT all day at work (not coding), yet I am excited to come back home to code and learn new stuff I don't do at work... Difficult to resist, too much cool stuff out there every day!!!3
-
I despair at how most devs don't want to learn or self reflect if their code is clean.
It makes me hate this job some days. -
Hits hard when you learn fast, and within 9 months jump from not knowing how to code to developing a whole integrated management systems webapp.
-
muahaha I hacked one of our Auditors. He wants to learn how to code now and automate parts of his work. Don't teach them how to build a ship, teach them the joy of the sea. :-)2
-
How stupid am i?
1. I tried to learn programming language.
- It just so freaking hard for me to understand. Failed at logic.
2. Tried to learn aws.
- Technically know how it works but often forgot the services name. (Was thinking to get aws cert).
3. Tried to learn OpenSource DB.
- Can do up to db setup only. Else i didnt understand sh*t.
4. Tried to learn cybersecurity.
- Ended up bunch of unwanted process in my vm.
I was envy that some of my friend only read documentation once & he is like know what to do.
Guys, any pro tips for poor man here?
I want to code, but somehow i stuck.
I feel dumb...12 -
I tried hackthebox but I'm not good enough even with cracking the invite code. I don't know what to learn and where to begin. Any tips or help would be appreciated :)2
-
stupid teacher sucked. i passed the class but i felt like i didnt learn anything from him.. how do you guys learn a new lenguage? when making a program do you write it all in paper or just code away and figure it out?6
-
Be humble. Nobody knows everything.
Keep learning: read books, take Pluralsight courses, go to meetups.
Write unit tests for your code. No really! Write unit tests for your code!
Learn what the SOLID principles are.
Your job does not define who you are, you define who you are.1 -
How am i supposed to learn C# if Visual Studio took me 24 hours to install, now that it's installed it crashes every time i build my code, plus, it makes chrome and IE crash every 5 minutes, and it lags as shit?11
-
sooo, new job. more complex stuff to do. i thought. turns out some project have memory probs. guess what, it's sharepoint! *sigh*... very hard to find the code in trouble.
learn sharepoint and it WILL come back to haunt you!2 -
I came to a new school this year and didn't know anyone. I found out that there is a kid who likes to code, so I tried getting friendly with him.
Well, he knows HTMl/CSS...
Well, he just does Wordpress...
Well, he actually likes design better...
I've seen someone else who was trying to learn JS, learn with him, and the kid couldn't wrap his head around what a function did...4 -
- finish a year of code
- walk down my list of tech to learn
- get good at DevOps
Also want to learn proper TDD. This lack of discipline with tests is going to kill me (and my code) eventually -
Trail and error... So many errors.
Also watching videos to learn how code fits together, as well as looking for other people's example code to reverse engineer it, modify it to see what changed. -
Sleeps at 4AM
Wakes up at 1PM
My Mind: Ready to code again.
Also me: Why not learn to code with vim. I think it's about time
Vim: I dare you to exit Motherfucker4 -
In case you want to become a front-end dev learn your basics. Dont use position absolute if not necessary. Don't margin -300px, if that's the case to position something there is another error in code that could be fixed to solve this
-
EVP handed us a packet for some salesforce "low code application" and "citizen developer" bullshit. What is this garbage? Who's trying to weasel into my space? Now we are obliged to learn and use this restrictive "low code" framework instead of doing what we already know, because management types and IT guys cannot compile C#.
-
Why do I always get errors when I am trying to learn something by following YouTube tutorials like I follow every single step, write the same code but I get errors. I feel like giving up sometimes13
-
Question to the Linux-Users on here.
What scripting languages do you know ?.
I want to build a cli-tool, which will be configurated by code, so I want to chose a language, that is relatively wide spread, or easy to learn.12 -
Anyone here believes that good habits are the key to be a better programmer (write friendly code, learn something new, plan before code etc)
Any thoughts-suggestions?4 -
sometimes need to learn about how people thinking much more than computer do. like visualitaion your "magic" code with some people want.
-
any of you has experience with vs code + screen readers? we're trying to find tools for this kid to learn programming, but it's not easy. the screen reader reads punctuation but not {} and she's trying to learn C. also she's having a lot of trouble finding errors in the code, going back and forth, finding the right line.4
-
Hey guys I'm from Zimbabwe. Pliz can anyone kindly respond to this...starting to learn how to code as a beginner when did u start to realise that code is now in your nervous system or you have grasped much of the concepts compared to how you were at the beginning and probably at expert level..wishing you well folks..13
-
why the fuck do interviews ask me about architecture and shit?
the role of a normal code monkey ur hiring for probably doesnt have the code monkey making the architecture decisions
i dont make the architecture decisions in my current role either
im happy to learn, and point out if i think things are weird when encountering specifications , but goddamn fuck off5 -
Well finally install gentoo in aarch64 mode onto my rpi3. I wanna learn python because that'd make my life easier. I also wanna code a web game using js. I also want to finish some more parts of my hobby operating system. And maybe rework my dad's website because the code is a mess.
-
If you are learning to code like me just because a language is claimed to be the easiest to learn doesn't make it best for you. I spent so much time trying to learn python and struggled but switched over to Java which is definitely more complex than python but I've actually been learning it better. Find what's best for you!
-
Given the number of people on here who say "I'm learning" or "I want to learn", I saw this and thought I'd post it. Sorry if a repost or advertising or otherwise not really acceptable, but might be of use to someone.
https://deals.gdgt.com/sales/...1 -
If you feel that you need to make systems to enforce code standards... The team actually needs to learn to self-enforce your code standards. If an automated tool is determining standards it will be tricked into allowing clean-looking code with poor design choices into your project.
This chaps my ass.3 -
For coding advice
Don't stop thinking
Keep asking how and why a thing works
Learn the logic
Pick any one language
Write some code, do mistake, fix, learn and repeat
Do keep a balance of coding and real life ,playing games are necessary
Do exercise as well....
Maybe some more things we can , but most important is
Do what you love not what others love.
It's your life live and code your way... -
Am I the only one here who thinks Go code is tedious and difficult to maintain? The language is easy to learn but to maintain it? #wtf1
-
I see you've gone ahead and decided to code this part using Ramda library + point free style. Let's go around and make 4 other developers learn it real quick.3
-
Don't spend your time trying to learn everything you need to know by reading books or watching videos. Anything you don't use immediately you'll forget and it'll go to waste. Instead, learn the bare minimum required for getting started and make stuff! After writing some buggy spaghetti code that somehow works, you're ready to read/watch some more. Then rinse and repeat.
-
When you have no time to learn by code snippet, you'd have to copy and paste it rather than writing it line by line.
-
The best way to learn is to clone it, install it and get stuck in. Read the documentation, see the example code, then get an idea for a project and start building with it.
-
I have a personal opinion and correct me if I'm wrong
Why does a programmer need to learn behind the scenes stuff (memory allocation).
I know it helps to understand the concepts better.
Why would I learn how the engine of a car works in order to drive a car ?.
And the only task is required from you to drive a car.
And literally you can code without knowing any of these stuff and since companies only need clean and efficient code.
Will it be really helpful to enhance your coding skills if you know behind the scenes stuff ?6 -
How in the hell did I manage to learn to program in C++ without actually writing the code for past 2 weeks?
I didn't. -
When you try to learn a new language what is a good project to code that will get you to use mist of the languages features. Some specific languages would be C++ and Golang.4
-
So a teacher supposedly promised to introduce me to "web Scripting" as he called it.
Time to learn and all he does is show me Dreamweaver and copy and paste code from anywhere you can imagine, he literally didn't know anything about code .
I thank God I realized that it was better to learn code .1 -
What's up guys any devs from San Diego? I'm currently looking for a job or projects to work on. I'm fresh out of code bootcamp at LEARN Academy. Any Ruby devs out there?2
-
In the way of learning java if you learn new concepts but not able to apply to you code how you deal with this type of new concepts7
-
The more I learn, the more easily I get triggered at little things.
Read heapq python documentation to implement a min priority queue
Intuitively wrote heapq.push and heapq.pop in my code
Got to know that it's actually heapq.heappush and heapq.heappop
TRIGGERED! -
I was reading about Lumnify's project analysis (https://lumnify.com/project-analysi...) and now I'm curious about my own probably horrendous code quality and how to improve.
Time to learn about code quality and tools I can throw my work at and get analyses back to help me not suck1 -
https://youtu.be/t5OhKCyXc_0
So I start to teach people coding on YouTube.
The best thing I can have. Learn nodejs, read other people's code, download pornhub videos, teaching people coding.
It feels good and hard. -
I just learn to speak and explain stuff as humanly possible. Most project managers are like us, before we learned how to code. Just read some books on people management (like Crucial Conversations) and you will know how to manage PMs expectations.1
-
Hi guys. I wanna start a new personal project for web development. Actually i code in Rails for work and i want to try something different, Easy to learn but able ti manage any type of website and web-app. Any suggestion?5
-
If you are slow that doesn't mean you are dead. I take my time to learn things but once I finished something, the joy I have cannot be expressed in words. 😇
-
Heading to NDC Minnesota for the week. Hopefully going to get a chance to learn some cool new stuff! If anything it will be a break from work and kids, and maybe some time to actually code!
-
I totally understand why coding can be difficult
For clarity, I will always use 'this' to refer to the special keyword, and "this" or this or this otherwise.
-Kyle Simpson -
Stupid Nhibernate! Half day to get a domain configuration barely working! I hate you.
P.s.
Someone know some resource to learn about Nibernate by the code? It seems awesome and I'm a noob. -
What is the preferred learn to code book for a 10 year old. I only have some python and Pascal experience to draw on to help with any debugging.5
-
Advice to New Devs: Peer review code with co-workers and constantly learn and improve. Ask a lot of questions and during your down time learn something new. :)
-
Is it worth it to learn low-code platforms such outsystem? Is it flexible enough to create custom codes or custom UI/Ux? Is too much abstraction worth it for large systems?3
-
I improved a lot as a dev when I looked at code I'd written and compiled. You can learn a lot from looking hiw your habits and style affect the overall program.
-
Being told all those crazy startup ideas by friends and family with the comment "this is so simple, I'm sure I can learn to code and do it in 2 weeks"
-
i am learning Solana development
using typescript
but also seems like i would need to learn Rust
and then I'll learn Anchor framework that uses allat shit
shit boring as bullshit
but it will help me get the knowledge to code a drainer malware and steal millions of dollars from victims so i can be finally rich and buy a luxury car to fuck whores (women)11 -
Clean code and experience.. if you had to maintain a big project over a long time you’ll learn to get your own code cleaner😅
-
Tired of disputes with colleagues about which text editor is better: VS Code, Atom, Notepad++, Sublime Text... I just installed EMACS and thus not be part of any group of fanboys. When will people learn that those are just tools?1
-
My first working code added to the office's project's codebase. It's really an amazing feeling to see my written code along with other dev's code. The senior developers were very supportive and helpful. There is a lot to learn. 😁
-
Former PM told me after 3 weeks of learning and migrating our backend code to #ES6: "na, team doesnt want to learn that"
Now I see ES6+ES7
Well, guess that's why he is my former PM -
Could you guys give me advice on how to write good code?
(I'm mostly doing TypeScript and C++)
And what other languages should I learn?14 -
I lose interest in my job whenever someone goes into my perfectly decoupled code and adds spaghetti code into it to make things just work for them. Sigh...when will people understand and learn to write maintainable software...
-
HELP! Stack overflow did not take this question! I want to learn code! How can I learn code if they won’t help! Question was:
CS 101 take home assignment question 1: write a function to determine if an array of numbers is sorted. The function must return true if it is, false otherwise.
@Fast-Nop , @Root , @theabbie please. I have a week to get this question done 😭22 -
I actually prefer doing my code when it is sunny out. Guess it just gives me the feeling of there being a whole day to learn and develop code. I would prefer doing it at a library/coffee shop/school because I like being around people.
-
A student and teacher .
Teacher - you should learn to code python 🖥️
Student - the only python he knows 🐍
Indian schools 😂1 -
Im very proud of myself for getting on scratch and putting in 200+ Code Blocks for 2 hours straight. Working on it to help an elementary school better teach math since I have a mild case of ADHD which made it challenging to learn. Hopefully this game will better help kiddos like i was, learn math easier. Will send out an update when its finished with the link to it.2
-
What's better for improving knowledge of programming?
Learn using courses/books or trying understand code from other programmer
(sory for my english :/)4 -
The thirst for revenge got me to learn Batch, making fancy CLI programs. It wasn't until I got into Web Dev with self-directed lessons to learn HTML4, CSS2 and JS ES4 where I started programming more and more.
And apart from the high school course and uni it was mostly self-direction that got me to know how to program and code. -
A buddy wants to learn to code. What lanuage should I have him learn, and do you guys have recommendations for books/websites?7
-
Learn git. Contribute to open source projects - you may learn more from code review on a single PR than from a whole tutorial. Ask questions constantly. Learn more git. Look for the cleanest solution to a problem. Write code that is easy to improve, easy to expand, and easy to debug. Learn even more git. Don't limit yourself to thinking only in terms of OOP, or functional, or procedural, or whatever type of programming you may be comfortable with. Don't be afraid to do some work by hand. Learn git, so that when all comes crashing down and your team crumbles to pieces, when your relationships fail and your friends disappear, when you're down on your luck and there truly is no hope left in life, you can check out of the dangerous world of your current HEAD and return to the home and comfort of your master branch, which you've kept safe, secure, and functional.
-
“Why would you ever pay for anything when there’s free ways to learn?”
- mediocre programmer who spent 9 hours a day for 7 years learning to code...
(Great advice!)15 -
Be open to other people's code and read a lot of it. Also just trying out new things. Code to learn and improve don't learn to improve code.
-
Learn to comment as part of writing your code.
Its tough to pick up afterwards; my current workflow is to write all my code for a day then start commenting for the last half hour of the day. I have shame. -
I was thinking of learning touch typing, but then I read that you only spend 10-20% of the time actually writing code and the rest of the time thinking.
So I decided to learn to think faster... -
Start learning to code with a project that is close to your hard, will make time fly and you'll learn to code much better in the same go.
-
My ambition to learn is too much for my own good. I have so much desire to learn and get going that I'm all over the place reading bits and pieces cause I can't seem to get my foot in the door and figure out where to start from the very very beginning to figure out how to start actually learning to code.
-
What's the best way to learn how to develop android code as I would like to but have no idea where to start?1
-
def longVariableNamesEverywhere(*args):
"""
Not a substitute for docstrings and code comments.
"""
#TODO: insert witty and legible code.
#TODO: learn to read code.
return "Rant and self-deprecation complete."4 -
As an art guy trying to learn how to code , I’m blown away on how antiquated the entire process is. Not knowing anything about code I can expertly say that there should be a better way to program. It hasn’t changed much since I used BASIC. Is this the best you can do? Typing line after line of rubbish lingo that only code bros know. Why not invent a smart version of scratch? What a waste.