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 to 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
-
The level of fucking backflips I have to do to get these morons to learn git and not share code via fucking emails, Jesus Christ, you'd think I asked them to switch religions. Why the fuck does this profession not require a fucking license in this godforsaken country.14
-
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
-
My anxiety is kicking in again.
I want to build something meaningful outside of work but my mind is blank, I have no ideas to implement, and whenever one pops up in my head, I DDG it, I find that there's someone who already built something similar and I lose all interest.
I want to code, but I'm tired of solving fictional problems.
I miss being excited to learn a new tech, since I know I would ditch it if I can't find anything to build with it.
This is causing me to lose all motivation to code and learn, I really hope this is just a phase 。゚・(>﹏<)・゚。17 -
Last year I signed in for a course called "Best Practices in Programming", and part of the course was to get the code of our current projects reviewed by a professional developer. I had a horribly written (out of inexperience) code in Python. The guy who had to review my code basically said I had no idea about coding but went on helping me a lot. Since then I started to learn some concepts of software engineering, how to code more efficiently, and so on and I've been much better ever since. So kudos to him for putting up with my spaghetti code and sending me in the right direction!1
-
Had a PM in my programming class say "I want to understand what my team is going through, so I want to learn to code and the like, really to be a jack of all trades to better myself and my team" 👏 I respect that.2
-
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 -
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 -
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 -
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
-
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
-
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 -
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
-
When I saw you I was afraid to meet you. When I met you I was afraid to learn you. When I learnt you I was afraid to love you. Now that I love you, I am afraid to lose you....... CODE WITH ❤ IN <?php..........?>9
-
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 -
A coworker that is producing incredibly bad code and refuses to learn new stuff was declared "senior developer" by my boss. And me with over 20y experience? I am just a junior.. and have to clean up his mess all the time. I guess it is time to find new job.5
-
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
-
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
-
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 -
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 -
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
-
Fucking hate when "senior" and "lead" devs ignore the advice of numerous junior devs when it comes to technical and process driven decisions. Especially when said higherups don't even code anymore and don't really understand the consequences of their decisions.10
-
I'M A BEGINNER AND I JUST WANT TO CODE, NOT WASTE FUCKING 5 HOURS TRYING TO FIND OUT WHY SPYDER WOULDNT FUCKING INSTALL ON AN ENVIRONMENT IN ANACONDA. FUCK.
WHY DOES THIS HAPPEN EVERY TIME I TRY TO LEARN SOMETHING NEW. EVERY TIME SOMETHING HAS TO FUCKING BREAK.10 -
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 -
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 -
Boss: "So I'm taking the next week off. In the mean time, I added some stuff for you to do on Gitlab, we'd need you to pull this Docker image, run it, setup the minimal requirement and play with it until you understand what it does."
Me: "K boss, sounds fun!" (no irony here)
First day: Unable to login to the remote repository. Also, I was given a dude's name to contact if I had troubles, the dude didn't answer his email.
2nd day: The dude aswered! Also, I realized that I couldn't reach the repository because the ISP for whom I work blocks everything within specific ports, and the url I had to reach was ":5443". Yay. However, I still can't login to the repo nor pull the image, the connection gets closed.
3rd day (today): A colleague suggested that I removed myself off the ISP's network and use my 4G or something. And it worked! Finally!! Now all I need to do is to set that token they gave me, set a first user, a first password and... get a 400 HTTP response. Fuck. FUCK. FUUUUUUUUUUUUUUUUUUUCK!!!
These fuckers display a 401 error, while returning a 400 error in the console log!! And the errors says what? "Request failed with status code 401" YES THANK YOU, THIS IS SO HELPFUL! Like fuck yea, I know exactly how t fix this, except that I don't because y'all fuckers don't give any detail on what could be the problem!
4th day (tomorrow): I'm gonna barbecue these sons of a bitch
(bottom note: the dude that answered is actually really cool, I won't barbecue him)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
-
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 -
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 -
I rewrote something in clean 20 lines of code, while my coworker had worked hard and ended up with like 80-100 lines. I did not talk to him before I did it, but asked him to review what I did. I still had to learn how to properly work together..3
-
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 -
My wife is starting to learn how to code. Now is finally understanding when I say this function will be over when is over.
-
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
-
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
-
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 -
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
-
I'm having such a blast writing code in TypeScript. Once you learn it you cannot go back to regular JavaScript.6
-
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 -
This is a good Experience -
I used to go to a class to learn C++(was a kid back then).
One of the sir there told me -
"Anybody can write code,just knowing coding is not enough,idea is more important.You should have good ideas and solutions,you can alaways find people to code for you"
This has stuck with me till this day.1 -
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.
-
So a friend of mine is starting to learn PHP and HTML and he tells me:
"I wrote some code in HTML but I can't run it through the browser"
I'm not brave enough to tell him you can't "run" HTML
But later, he told me "so now i'm writing PHP just to understand how it works, but don't want to install the program to run PHP"
How the fuck you gonna learn?
I already know I'm gonna have to build what he wants to do :/ at least a couple thousand euros incoming :D2 -
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 -
30 and feel too old to learn programming. suddenly get opportunities to code at work in a framework that I hate. asp.net
also manager approves my request to give a windows server exam with Microsoft which is in a month. never been so stressed :/7 -
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
-
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 -
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
-
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’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 -
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 -
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
-
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
-
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 💀 -
I've now for months been lurking on this awesome app and I love the community. I've been trying to self learn coding but kept hitting a wall. But now i'm starting in school to learn coding and i'm so exited to learn it and be a part of this awesome community.3
-
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 -
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 -
"damn bro, you made that? how can i get into coding?"
shut the fuck up. you can get into programming like anyone who wants to can. by googling how to code. it's not the question itself that bothers me, it's the fact that if you actually wanted to code so bad, you already would've googled it. stop projecting your lack of passion on me.
this is most common with programming, but it happens so often with so many other things.
if you want to learn about biology and chemistry, there's free courses online and papers from nih.
if you want to learn about forsenics read a book about it and read about cases and how they were solved.
i could go on and on. the internet gives you access to so much that if you actually wanted to learn something, you would've already have.4 -
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 -
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
-
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 -
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 -
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
-
0 programming knowledge starting to learn C. write a chunk of code and go to another room to make coffee, friend changes all semicolons with greek question marks. I spent the rest of the day trying to fix the errors while my friends where laughing like maniacs.2
-
I went to gym people there helped me to become fit.
I went to common kitchen in my hostel, people their taught me basics of cooking.
I went to learn code people mocked me for using Java(replace with any technology) not python(replace with any technology with swag) -
Previously, I use Codecademy to learn code.
Now I learn from my friends. Believe me, they helped understand OOP better. -
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
-
I really want to see the source code for pokemon go even though I'm 100% certain I'll be unable to understand it I just want to look at it and try to learn how it works
But I'll probably never see the source in my life :(5 -
I'm an intern that is almost never going in class, because I've nothing to learn from this school, learnt today I've a java jee project to do for next week, i actually know nothing about it .
My group to do it ? Me, and a « I'm a manager i do not code »3 -
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 -
code code and code. There's no better way to learn other than practicing the material learned from docs.1
-
If number of people using Pokemon Go tries to learn programming go the world would be much better place to code.
-
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. -
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 -
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 -
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!
-
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 -
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 -
tbh my high school curriculum revolves around the fact that my compsci class is run by code.org
i fucking hate those videos and drag and drop blocks to learn how to code
in 10years when im (hoping to be ) a software engineer, will the company have drag and drop? no. they will have keyboards and a screen. teach me how to fucking type code and not blocks please...
code.org has tainted this world just like how puberty tainted my dick recently...
teach me how to code, dont teach me how to drag and drop..4 -
How many of you feel you learn something on the job?
As for myself, I learn much more from books than sitting day in, day out at work, doing more or less of the same things.
To me, this whole trial-and-error way of 'learning' is not really learning. I don't subscribe to this dogma. I don't 'learn' by messing up and fixing something. I need a full specification of why something works, when and how. I'm not satisfied by just being a code plumber.
This, next to the fact that most jobs in small startups don't provide a budget for you to expand your knowledge.5 -
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
-
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
-
Being 26 learning to code with intention to do it for a living is hard, I wish I never gave up the first time I attempted to learn a programming language when I was 16 I'd probably be making a shit ton of money...12
-
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 -
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. -
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 -
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 -
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
-
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... -
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
-
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
-
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
-
They say I have to learn poems to make my memory fresh.
I don't need that! I write code without comments2 -
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
-
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
-
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!
-
Just a small discussion topic, if you could look through the source code ad have full access to 1 project/application/game/moon base forever, what would you choose and why?
For me, I would love to go through the source code for the game Hyper Light Drifter, would love to see some of the inner workings and just learn new methods of doing things.10 -
@dfox, @trogus, would you consider adding the topic for next week to be "Near miss: how I almost lost all my code/data"?
It sould be fun, and people can also learn something. Like what not to do, how to recover and how to prevent this kind of stuff...1 -
Am I the only one that likes to see the code before the explanation when trying to learn something??7
-
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
-
The University Struggle: when you want to actually code and learn your major but you have an English essay, a Spanish project, chemistry homework, and a book to read all within two days.
.
.
.
Not to mention my actual computer science classes don't teach anything useful in terms of programming6 -
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
-
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 -
I love our industry but it’s filled with way too many tech grifters, fakes and waste men pretending to know what they’re doing. A lot of whom low key hate coding and the people that do it, wish they were as good and those people yet lack the self awareness and humility to see where they fall short and actually learn the technology.
Even if you see the industry as just a way to make some money, learn how to code and if you can’t do that then learn to appreciate the process. Stop talking as if you know what you are doing while embarrassing yourself and coming off as a dunce and condescending to those that do.5 -
I can feel myself becoming more intolerant of people wasting my time and I'm in half a mind to do nothing about it.
Maybe they won't bother me if I'm not my perky self 🔪😱 -
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. -
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 -
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
-
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. -
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
-
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 -
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 -
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 -
Any devs running some open source projects & looking for helpers?
Sincerely, compsci student looking to learn and code8 -
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 -
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 -
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... ¯\_(ツ)_/¯
-
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'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
-
Stating the obvious when writing comments. 🙈
I used to this when I was starting to learn how to code and let someone read it, 'cause it's better to have comments than nothing, right? 😂 I was wrong.
But that led me to improve writing informative comments and self-documenting codes. -
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 -
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
-
I am new to this world and I am wanting to learn c++ can anyone recommend me a site like code academy? Thanks.8
-
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 -
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 -
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.
-
So besides college, what are some good books, podcasts, articles, websites, games, apps, etc. To learn how to code and be more proficient in that language?
Any information helps
"Every great developer you know got there by solving problems they were unqualified to solve until they actually did it" -Patrick McKenzie1 -
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
-
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
-
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!?
-
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 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
-
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... -
Every time I check my old codes i start insulting my self..... How the fuck was i that stupid..... Still Stupid tho but i m progressing :D
I m learning to code by myself without any instructor :').... I wanna use unreal engine but i forgot how to code with cpp since i m only using C# now.. made winform apps and installing xamarin to learn about cross platform devloppment :)1 -
So, in "learning" programming I took some classes in school and got a start in the academic sense. But, as professors would assign projects above the position of the class I would have to learn elsewhere. So I attribute my learning to code to Stack Overflow and Google searches.1
-
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.
-
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 -
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... -
I am I the only one who doesn't like sprint demos? I don't care what someone else worked on. Yeah they wrote some code that does stuff, great. I don't have time to understand it and when I have to fix it I learn it.
-
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 -
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 -
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
-
Didn't learn to code till late 20's
Always wanted to program since I was a little kid but was discouraged by everyone I ever talked to about it as it being 'too difficult .'
Finally had an awsome college professor that took special interest to encourage me to go after it. -
Is there any fun ways to learn code? I'm talking about smth like CodeCombat but it is so childish...4
-
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 -
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. --> -
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
-
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
-
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
-
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 😬.
-
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
-
lol every time I look at actively maintained code on GitHub
Thing is, there'll always be things I don't know. One needs to learn that. However, it's not an excuse to stop learning, so just keep learning every day and be confident in what you know -
Open leetcode, try to convince myself to use rust for leetcode to learn rust
Got so confused
Open discussion
Got tired of opening discussion every time
Wrote a plug-in for chrome that automatically loads discussion code at the submission page
Never touched leetcode again lmao2 -
I was on my fifth year of college (Economics & Business) when I decided that's not what I wanna do in life. So I started to learn programming from online tutorials and had huge help from my bf. Now I have a job where I get to code and learn even more. Still have a long way to go though, but I'm really excited about it.
To bad I wasted five years of my life on Economics 😅 -
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
-
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
-
So when i was playing saxophone, I realized that music and coding are just the same. When you get a new score to play you need to start over by learning how to play it. When you code and start a new project you need to start from zero. When you play the score over and over you learn from your mistakes. When you code you debug your faults when there is something wrong in your code. At the exam you need to make no faults when you play music. When you’re at the deadline. There shouldn't be no faults in your code
-
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. -
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 -
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 -
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.
-
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 -
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 -
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
-
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 -
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
-
- 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 -
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
-
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.
-
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
-
What you gies do when you learn new technology and after that, you switch to some other new technology and you start to forgot to old one.
example: some times ago I start to learn nodejs and after code couple of months in it, I switch to golang but now if I look back it seems to foreign to me and I didn't create logic properly in it, unless I didn't create 1 or 2 large projects in it.2 -
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
-
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!
-
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.
-
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
-
sometimes need to learn about how people thinking much more than computer do. like visualitaion your "magic" code with some people want.
-
Anyone here do much nativescript? I have never done any mobile dev but know angular quite well.
I'm trying to decide if it's worth jumping right into nativescript or taking my time to learn standard java and swift dev first to understand the underlying code... Then there's xamarin. Any advice?8 -
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 -
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
-
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 -
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 -
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. -
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
-
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#.
-
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 -
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 -
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.
-
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 -
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
-
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 -
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
-
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
-
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 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. -
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
-
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. -
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! -
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 cant find 1 single normal Fucking tutorial explaining how to code FULL DEVOPS PIPELINE for deployment to AWS.
A pipeline that includes
- gitlab (ci cd)
- jenkins
- gradle
- sonarqube
- docker
- trivy
- update k8s manifest
- terraform
- argocd
- deploy to EKS
- send slack notification
How Fucking hard is it for someone to make a tutorial about this????? How am i supposed to learn how to code this pipeline????10 -
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 -
A student and teacher .
Teacher - you should learn to code python 🖥️
Student - the only python he knows 🐍
Indian schools 😂1 -
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 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.
-
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 -
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 -
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
-
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 -
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
-
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. :)
-
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. -
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 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...
-
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😅
-
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"
-
Obviously I'm just now beginning to learn, criticism not appreciated, lol.. Can anyone tell me like.. How to ACTUALLY edit github files in android studio???! Ive tried importing, copying and pasting the code, idk what to do maybe I'm just dumb who knows.. But I cannot for the life of me seem to get any of the code from github files to actually run once it's imported..6
-
I am a 16 year old boy, just trying to dev and to learn as much things as possible. Being around people who start projects and code a lot, I've seen a lot of languages and other related things without really digging into them. Starting my DEC in Quebec in Informatic and mathematic sciences, I was wondering if anybody went through that program and/or had tips on what to do/what to learn before hand ! :)
-
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. -
“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 -
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 -
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
-
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.
-
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.
-
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... -
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.
-
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.
-
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 am a beginner in programming. Started to code some 9 months back. So far I have learnt some basic C, Python(from LPTHW), HTML, CSS, JavaScript(from Coursera). I want to advance my skill. One of my relatives who is a programmer too advices me to learn SQL now and then learn PHP. So according to you what should I do now. I also want to develop my Python skills to using its frameworks so that I can make some real stuffs with that.
Pls suggest me my next move and also tell me from where can I learn these things( free courses could be of more help to me). I want to quickly learn the most of these so that I can make a dynamic website and web apps in the near future.
Thanks in advance!5 -
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.
-
A buddy wants to learn to code. What lanuage should I have him learn, and do you guys have recommendations for books/websites?7