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 - "how-to-learn"
-
Front-end developer's to-do list :
☑ Climb Everest
☑ Learn how to speak mandarin
☑ Become god
◻ Vertically center something in CSS20 -
I have decided to learn how to fix the printer. Because it seems like it is the number one skill in demand..11
-
How did I learn how to program?
I didn't. I'm still learning ☺.
We will never be done learning.
That's the beauty of it all.3 -
How do i learn coding in single night? - someone asked me.
I gently replied : Pack your Laptop, and travel to North Pole in beginning of winter, you'll have 6 month of night to learn coding.
Once there - really just Google it there are tons of Excellent tutorials on web.6 -
*my friends wanted to learn how to use linux*
My friend: "So, how do you edit this file ?"
Me: "Use Vim" *sadistic smile*8 -
Begin a lazy fuck -> not taking the time to learn git while I've had plenty of time and now I still hardly know how to use it.17
-
No matter how many times I learn how to center a text vertically in a div, every time I have to spend half an hour just looking for a solution17
-
A world leader...? What a bunch of horseshit... Learn from CNN how to put the wrong guy on the pedestal...12
-
Wikihow: how to start programming.
1: install devRant
2: register for stackOverflow
3: add Quora to you blacklist
4: learn programming!11 -
SO: How to ... in JavaScript?
Answer: use jQuery!
SO: How to ... in JavaScript without jQuery?
Answer: use jQuery!
Me: ffffffffffffffffuuuuuuuuuuuuuuuuu I hate j-f*cking-query, I don't want to learn it!!15 -
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 -
Idealistic goals:
1. Learn python
2. Start a project and see it through
Realistic goals:
1. Learn how to initialize variables in python
2. Make plans for 20192 -
At new work, I am supposed to use Windows. So I need to learn how to Dev on Windows. Google is not helping.
Image for reference. And the list goes on...15 -
Master vanilla JavaScript.
Once you do, you'll be able to quickly learn how to use all the frameworks.
And no, jQuery is not vanilla JavaScript.23 -
How did I learn to program?
It's the funniest story actually.
I studied Computer Engineering where I took programming courses.4 -
This happened a few years ago:
Cousin: So one of my friends is going to teach me how to hack.
Me: Oh so you know something about programming?
Cousin: No, I'm going to learn how to hack first, because that's way more awesome.4 -
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 -
All right lad, I'm going to give you a tip, if you want to try and hack someone's cloud account, please, learn how to spell cloud6
-
Everytime I think I've come so far, I realise how far I still have to go and how much I have to learn.7
-
We study a lot to learn how to write code and the most satisfying thing in this profession is to delete code.3
-
DO NOT TEACH DIRECTLY HOW TO USE SOMETHING! TEACH THEM HOW TO LEARN BY THEMSELVES!!!! What they teach is outdated and unfit for most students2
-
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 -
Vim users be like : "It took me 3 months to learn how to actually use Vim and I'm am totally gonna brag about it".9
-
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
-
The game 'Factorio' should be required gaming experience for all programmers. Best way I've ever seen to learn load balancing and how to break down complex operations into smaller, manageable operations.9
-
"You're charging so much for a work you did so little time. "
"It took me years to learn how do that in so little time" -
My first Drone
Arduino nano + L293D + hc-06
Objective: learn how to use Bluetooth with Arduino.
V 0.1 (no direction, commands by serial terminal).18 -
When you have to learn a new language so you can learn a framework so you can learn to integrate with an app you about to learn how to make.1
-
School homework for my 7 year old son: "Exercise to learn to copy".
I hope the next step will be "How to use Stackoverflow".
😂😂😂😂4 -
So apparently this is how you get kids to learn coding.
Graphics after pretty nice but coding by dragging commands takes too long...16 -
Why do people jump from c to python quickly. And all are about machine learning. Free days back my cousin asked me for books to learn python.
Trust me you have to learn c before python. People struggle going from python to c. But no ml, scripting,
And most importantly software engineering wtf?
Software engineering is how to run projects and it is compulsory to learn python and no mention of got it any other vcs, wtf?
What the hell is that type of college. Trust me I am no way saying python is weak, but for learning purpose the depth of language and concepts like pass by reference, memory leaks, pointers.
And learning algorithms, data structures, is more important than machine learning, trust me if you cannot model the data, get proper training data, testing data then you will get screewed up outputs. And then again every one who hype these kinds of stuff also think that ml with 100% accuracy is greater than 90% and overfit the data, test the model on training data. And mostly the will learn in college will be by hearting few formulas, that's it.
Learn a language (concepts in language) like then you will most languages are easy.
Cool cs programmer are born today😖31 -
Well, I just learned how much of a pain it is to learn the math for learning neural networks. I really should have paid more attention in high school.
I will learn, the hard way I guess...6 -
Just bought a green foldable bicycle. 😊 Trying to learn how to master biking straight then will learn how to turn.28
-
FFS GOOGLE, WHAT MAKES YOU THINK THAT A PERSON WHO WANTS TO LEARN MASCHINE LEARNING, DOESN'T KNOW HOW TO CALCULATE THE DISTANCE BETWEEN 2 POINTS???4
-
Worst coding interruption?
The fire alarm going off.
That's when you learn how quickly it's possible to git commit and push7 -
No matter how much you learn and practise, you're still going to break something.
So get on with learning, and break something huge!3 -
If you get the opportunity to learn one thing without worrying about money, time or your job. What would you choose? 💙 🌜🌠
I would like to learn how to play the violin. 🎵🎻13 -
Literally no work to do. Learning Ruby to fill the time. Forgot how fun it is to learn new things!4
-
Can anyone show me a good place to learn how to use vim?
Been googling and found nothing that's actually understandable19 -
As for programming: (will do a cyber one later)
Don't *ALWAYS* only study/learn programming solely for learning it as this can be demotivating at times, find a cool project to do and learn while developing that!
This is how I learned programming in a fun way :)5 -
Trying to decide how to spend my weekend, continue to learn node.js and angular.js OR learn vim OR work on side project...to many choices not enough time7
-
My cs degree helped me learn how to learn. No it didn't teach me the technologies I use today, but I now know that I learn best through struggle and that is invaluable. Struggle feels a lot like frustration so it can be confusing in the moment, but knowing that it's the feeling where I learn the best keeps me at the problem with a positive attitude.
Also I made a lot of great friends.1 -
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 -
Wait... Do people really think C is an accurate way to learn how a computer works... Please tell me it isn't so6
-
Best way to learn a subject/skill is to build projects. How about building your own computer from scratch to learn how computers work.
https://eater.net/8bit/ this tutorial teaches you to build an 8-bit computer from scratch 😍 -
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
-
Watching IT guy on the show "How to get away with murder" explain how to hack:
"It's not that complicated, really. You just download that app from the deep web and worm your way into the phone company's main frame using basic java code. Anyone can learn how to do that."
Thats how you do it! Thank me later.8 -
Why the hell do I have to keep showing everyone on my team how to use git. Learn it God dammit!!! Is not that hard. How come you freak out on a simple conflict? Why don't you delete your fucking merged branches?5
-
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 -
Curious did any of you have a specific reason to learn how to program?
I wanted to be involved in aerospace but realised I'd probably never be an Astronaut, but i could learn how to write the software that controls the spacecrafts!12 -
!rant - screenshot compilation:
The developers at learn C++ do know how to write pushnotises to lure me back in! :-)4 -
A lot of things dev say are true, but this one I don't believe as much:
Many devs say that it's important for everybody to learn a bit of a basic programming language, to learn about computers and how programs are made. I disagree, I think that instead people should learn *how* things work. Ex, in my school people always use a VPN to get around the proxy. I don't care if they know basic statements, I think it's more important to learn how a VPN works. Most of them don't even know what VPN stands for. Am I the only one?3 -
How did you learn to program ?.
I read E-books to get the basic knowledge and then I would go through a open source PHP project and rebuild it using the look cover right check technique.
Then on top of that I watched YouTube tutorials.
How did you learn ?.
I never went to college or further eduction as I seem to do really well at self teaching plus there is so much info on google nowadays.12 -
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
-
If you're currently in college and wish to get placed in a major tech giant like Amazon or Facebook:
Don't learn React.js, instead learn Linked lists.
Don't learn Flutter, instead learn Binary search trees.
Don't learn how to perform secure Authorization with JWTs, instead learn how to recursively reverse a singly linked list.
Don't learn how to build scalable and fault tolerant web servers, instead learn how to optimally inverse a binary search tree.
These big tech companies don't really care what real world development technologies you've mastered. Your competence in competitive programming and data structures is all that matters.
The system is screwed. Or atleast I am.18 -
how did people here learn programming? interested in hearing your journey from discovery of programming to now.22
-
How hard was the transfer from Apache to Nginx server for you? I'm not quite sure if I should put Nginx on my to-learn-list.7
-
today, we're going to learn how to make web dev complicated and how to annoy users with a simple technique. learn by example2
-
For you front end developer out there:
How do you recommend a back end guy learn how to make something presentable? I can write HTML and CSS, but I can't seem to make anything that looks nice8 -
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
-
Been looking into 2D maps for a game. I am learning how to use tools that do autotiling. I want to have generated worlds for terrain. It is interesting how the scope of what you are learning starts expanding rapidly and can overwhelm you. I started wanting to learn autotiling. This went from that to autogen, to modifying terrain, to how to store generated terrain, to how to store difference between autogen and player modified, to how to separate things into chunks, to how to store a whole world worth of data! Like dude, chill. Just learn how to use autotiling first. Then learn how autogen, then learn how to efficiently chunk things,. Also the 2d data won't be big so just store the data you genned so if modified. The worlds don't have to be ultra huge. Really stop freaking out what it could be and see what it is. JUST FUCKING ITERATE!
It is wild to watch yourself get featuritus without learning how to crawl fist. Just divide and conquer.29 -
I probably should learn how to take vacations more often, not only when I feel mentally exhausted souch that I can't really do anything5
-
How many of you know how to type without looking at a keyboard ?
I wanna learn it.
Any suggestions to speed up the learning process ?22 -
Coding YouTubers existence is the reason the quality of new age software engineers is going down the hill.
Learn MERN stack,
PHP's dead,
Buy my course, it's 20% off
Learn just good enough that you can land a job
Learn how to prompt ChatGPT better
These shitty pieces of advice will never enable software engineers to truly understand the core concepts of what they're doing.
It's sad, really.8 -
Today I start teaching my friend programming. I think I will skip useless shit and just learn him how to google and copy paste from stack overflow.2
-
http://bit.ly/2zD8t2z
The above link is an article about a new Amazon service allowing for purchased products to be placed inside your home. How does this work? With a "smart" lock.
When will people learn that the more technology they have, the more hackable they are? It'll only be a matter of time before people learn how to break these locks, leaving your house left unprotected.2 -
-Learn Python
-Use Python to create a game on a GameShell...
-Get a 3D Printer (Its on its way(HYPE))
-Learn how to use Fusion 360 (Kill me pls its so hard)
-Learn how to use Simplify 3D
-Use 3D Printer to print Ducks and stressballs...1 -
I kinda hate how I'm forced to learn java swing when the same professor taught javafx last year... (ノಥ益ಥ)ノ ┻━┻4
-
Don't. Especially while you're not a senior specialist. It doesn't really matter bad company or good: they all have something bad, they all have something good. From the bad examples you will learn WHAT, HOW and *WHY* should not be done. From the good examples you will learn what and why works and how efficiently.
Next month I'm gonna be working on a project that is SO bad I will flood DR with rants. But I'm looking forward to it, because I know I will learn what else should not be done.
Better learn from their mistakes than your own2 -
I'll probably learn how to cook, maybe open a café and start selling overpriced coffee and Savory snacks.
-
To the 8 months ago *me*.
You're an idiot learn how to properly keep a changelog I just spent almost an hour fixig that freaking spaghetti mess you wrote!1 -
I always jump into discussions and try to prove that my hypothesis is right. And then some one proves that I am wrong. Thats how I learn.
-
Summer starts now!
Things to do.
1. Get better at overwatch
2. Learn 3d modeling
4. Learn animation
5. Learn how to apply programming to animation to make the process quicker
6...do job bc I need money.5 -
Learn how to shoot yourself in the foot in various programming languages 😃
http://toodarkpark.org/computers/...4 -
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
-
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 -
My first school as a kid learned me how to build websites. Then highschool got me to the point where I really liked it and I selftaught making android apps at home. Now I'm in college and I actually learn how to do it.
-
Confession: I know how to use Git but I want to learn how to use it properly so my team won't crucify me.8
-
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
-
I want to learn C++. I know C#, Java and Ruby. Should I go Directly, or there is some sort of path?
How long it takes to master it? I am a quick learner, I catch things a lot faster.
What impact it has on my skills?
Is it really a nightmare to learn?8 -
1-Trying to learn vb6 and failed
2-trying to learn vb.net and failed
3-try to learn asp.net c# then failed
4-web design, failed
5-security, failed
6-network, failed
7-learn how to avoid proctasting
8-learning java and android, and all goes fine -
Having a vodka and coke and trying to learn how to use a JSON api on a android app (also learning that). I'm sure it will go well.2
-
It's amazing how much you learn about a system when you are somewhat forced to administer it. #iKnowAllTheAtlassianShit
-
Hi. Im new to programmings on computer. Im learning css programming its so difficult. How long do i need to learn css programming so i move onto html programming ?12
-
@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 -
I tried to learn Webpack for the second time in my life and ended up adopting RiotJs and discovering devrant. But still don't know how to setup a webpack correctly.
Now, everytime I want to discover awesome things, I will try to learn this stupid so called tool named Webpack -
My IoT professor expects us to, somehow, learn Machine Learning and use that to analyse the data we obtain in the working of our project! How are we supposed to learn ML to implement it's techniques, while simultaneously create a IoT project, learning its own techniques and also handle our other courses in just one semester?!6
-
(body.get_parent().get_children())[0].play("open")
I really gotta learn how godot works to avoid doing crap like this3 -
Smell the lies and too much process. Learn how to smell it and stay the same. It's the best also look over political correctness8
-
How do you learn to design the UI for mobile app? I don't have problem with business logics but my app is hella ugly 😂7
-
https://hackernoon.com/how-it-feels...
After reading this post, I am so confused what to with this life. I thought of becoming a full stack developer. After reading it, I am thinking, is this I want to do with my life. How many libraries, frameworks, technologies and languages should I learn.
Getting confused what to do now. Grrrr...2 -
I think my biggest issue is learning, I never really learned how to 'learn' like take notes or 'study' things. My method of learning is more akin to skimming books (not knowing a good way for me to take notes on it) and articles, while also just testing stuff like I'm throwing things at a wall till it sticks and I pick up a lesson from that after wasted hours of trial and error that might have been avoided with properly knowing how to learn.
I need to figure out how to properly note-take and learn and properly go through all the books I've 'read' but never really learned.4 -
Ok worked really hard and understood how to use this tool today
*Next Day*
Welp its old now time to learn the next 'new' tool 😄1 -
Everytime i think im going to learn about docker, someone comes along with another comment about how docker isnt so great.6
-
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
-
Force myself to learn more modern frameworks without getting horribly bored due to how mentally un stimulating they are7
-
It'd be pretty nice if I could learn how microservices work. Probably read a book or two on them in summer break. One can hope, right?
Also, probably learn how to use vim, finally. :^) -
Stick to one project about which you want to learn but don't know how to do it,complete it...and now you have learnt something new
-
Any DVORAK users here?
I don't really see myself willing to learn how to use it, but I'd really like to hear from people that adapted to it, when and how they use it and why!3 -
Getting into things that seem close to impossible.
Then I learn about new things to get the impossible possible. 😎🤓
Ya that's how I roll. -
Important thing I learned is not to listen to devs who suggest to learn a framework because its pointless
If i ask should i learn react or angular, some will say angular some react, and both have valid arguments why
When i branch to react and ask if i should learn nextjs or nuxtjs the same thing will happen
No matter if the arguments are valid or not people will prefer a framework they have been biased towards
All frameworks have cons and pros there is no such thing as "the one" perfect framework
No matter how framework is good people will always find a reason to take a shit on it
So from now i wont ask IF i should learn framework X, I'll ask for the order in which to learn it
For example i Know i want to learn A for whatever reason, should i first learn framework B or C?
I dont need your subjective opinion to tell me how B or C sucks and i should do D instead of A4 -
Is it worth trying to learn vim? I know the basics (like how to quit), but wasn't sure if it was worth the time.6
-
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
-
There are just too many interesting languages and technologies to learn and too little time. How does one manage that?7
-
Had a coworker tell me that WPF is a very deep technology. He basically said it could take months to years to learn it well. How true is that? (I am gonna have to learn it anyway, but this will affect how I go about it)4
-
Can I rant about how I am so curious that when I try to learn a new thing I always end up reading for something completely unrelated?1
-
If I don't know Java and no plan to learning it how should i learn kotlin?
No experience with c or c++ either. No programming experience at all. Because HTML and CSS aren't programming so yeh. plan to learn JavaScript next month after my fucking exam.6 -
I hope middle management feels some type of way when they learn that 70% of people want to leave their jobs right now. I hope all companies get what they deserve. I hope they all learn how to be better.5
-
Expected university to teach me. Find out my expectations were wrong. But I learned how to learn stuff. Now I work on thing that I want and when I stuck, I learn new stuff to overcome. Still don't know much but tryin'1
-
FFS learn how to use a shell. If your coworkers have to watch you bumble around in a shell, they will be mentally screaming at you.
-
when you've been struggling for years to learn how to program to make games but find out everything you've learned is a drag and drop feature
-
Guys, how do you stay disciplined as a programmer ? I mean how do you manage to work , work and learn for your side projects and also maintain your health ans social life. Is it possible ?1
-
Android Tutorial #3: Welcome back! Today we're gonna learn how to use the List View.
Me: Wow, this is gonna be so useful for me! What a great tutorial!
The next day
Android Tutorial #4: Welcome back! Hey, remember List View from yesterday? Yeah, it's deprecated. Today we're gonna learn how to use the Recycler View.
I feel so betrayed 😵8 -
How can you learn a lot of things?
i'm trying to learn kotlin and i think i'm forgetting python.
is it happens to you?
or i'm stupid?9 -
Knowing what to ask and how to ask chatgpt is actually a skill. If you learn just this. The AI can solve any bug7
-
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. --> -
When you think you suck something it's NOT your fault - learn how it's done in a different language or framework, then come back to it.
When you think you mastered something, it IS your fault - learn how it's done in a different language or framework, then come back to it. -
Setting up my HTPC allowed me to learn how to set up a nextcloud server. Time to start saying goodbye to Google!
-
Honestly, why do so many resources offer quizes to learn programming? How on earth are you supposed to learn programming by doing fucking quizes?!
-
Hey everyone, just wondering how to learn about Grammar.
No I don't mean English grammar.
In particular, I'm looking at PlyPlus grammar. Any thoughts for learning material? -
Going into a web animation class hoping to finally learn CSS animations as well as how SVGs work (I never knew)
Ending up finding out that the prof is using frameworks like Animate.CSS. FUCK.
I didn't pay thousands of dollars to learn the frameworks I have been using for the past four years!!!3 -
Functional programming, Reacts! Because that's what the cool kids are using now... nice rant https://hackernoon.com/how-it-feels...
-
On dev.to and similar sites I'm starting to see tons of Cheatsheets and courses on how to use fucking ChatGPT.
How few neurons should you have to need a course to learn how to use something which takes any statement in natural language? If you know how to read write you should be fine.9 -
every work i'm at, every assignment i do, i have to learn how THEY do things, how THEY think about things, i can't just be doing stuff, i have to be thinking about how THEY want me to do the stuff, how THEY would do it.
... who the fuck am I? how the fuck do I do stuff and think about stuff?
how the fuck would i know?
:'( -
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.
-
Try to learn stuff instead of copying stuff together that may work but you don't know why or how. If you don't care about the why and how, look for another career/hobby.1
-
starting to learn ruby and found a video on my recommendations "5 ruby pro tips"
Now i begin to ask how much google knows about me2 -
Paraphrased wise words from lecture by the one and only Donald Knuth:
If you want to learn something new, don't try to learn by explaining it to another human. Make a computer do it instead because then you'll have to truly understand how something works for all cases.1 -
So I'm going to have to give an estimate for how long this new project is going to take. It's about time I learn how to properly estimate projects. Or does the learning only happen with more experience? 🤔3
-
How can we go to a new world?
No need death.
Just read a fantasy book
Or learn new programming language.
For example, if you're a php Dev, learn c#, Java or c++.
Believe me, it's a new world.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 -
Help. How good are O'Reilly and dummies books to learn some programming languages and other IT stuff?2
-
Employed a lady to work for me , after 3weeks she said she wants to buy equity of 50%..
But am afraid I don't know how it works I guess I have to learn fell free to drop a resource for me to learn oo..books pls.9 -
unfortunately i had to learn the hard way how to pick online courses ( yes, i am not very smart), udemy has disappointed me.6
-
I can make sales people's lives easier or harder based on how I prioritise tasks... They learn to use manners when they realise my power!
-
Remembering that I have to change the copyright dates to all my side project web apps :-/ Upside working on new side projects. This is how I learn folks.3
-
I hope people don't use container to workaround dependency issues. That's like buying a new computer because you don't know how to upgrade a tiny software. We should learn how to manage things properly, not wrapping shits up and pretend it is clean4
-
"this chatting feature is completely fine people just have to learn how to close and reopen the app whenever they want to chat with somebody"
-
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. -
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 to freaking stick to one thing at a time and focus on it without jumping to other stuff when it get boring a bit. Guess I should learn self control.2
-
Hey devRant!
University student here. I’m trying to learn how to build scalable applications. I figured what better way to learn, than to ask this community!
So, some questions:
1. What is a good stack for scalability
2. Regarding microservices, when and where should you use node, .net, and go
3. I hear much talk about docker and kubernetes... how would you use these concerning microservices
Thanks!7 -
How do you guys learn? As we all know, we have a lot of stuff to learn in our field and it's growing and growing and growing. Other than the programming itself, we also have to learn the other stuff like algorithm designs, programming paradigms, big o notations, git, etc. And if you are working, you also need to learn the business rules your clients might have. And if you're unlucky with your job, your boss might even assign you to tasks with a programming language you have zero knowledge about.
So I was wondering, how do you guys balance your life, your family, your studying and your job? And how do you keep your head from exploding with information?4 -
Time to learn how to write an MVC Windows Console App in C++ in just a few days while also having 1 presentation, 2 technical demos, and 4 exams this week...
-
Asking Android developers: I want to learn how to make Android apps. I know a little bit of Java and thus kotlin too. Which resources do you guys recommend?5
-
I know there will always be new things to learn... But...
How do you guys deal with that overwhelming feeling that strikes when you start to think about how many things are there to study/research/understand yet?
Do you even feel it at all?2 -
Things got messy and messy whenever i start to learn new thing. I couldn't find how to start and where to start and what to after one....
😣😣😣😣1 -
I would like to learn how to do a full decentralized application and smart contracts, from the front end (react js) to the back end (c++) on the eos.io platform
-
Hi devs!
I need your advice.
I have given interview recently and I am ashamed of how many gaps are there in my knowledge of programming.
There are some many things to learn in JavaScript and I am lacking in each of the basic things.
Please advice how can I manage this and get myself to learn on daily basis. like coding even if you don't feel like it ?2 -
hello. i'm a software engineer with about 4 years of experience, worked with c++.
a couple of months ago i started learned web dev, and now i have learned html and css, next is js.
i'd like to ask advice what on how to proceed, what to learn next? should i learn or build something? follow tutorials?
thanks8 -
Hi everyone well we quit gg scripting cause we figured out lua can be converted to cpp for memory searches! we all know lua and know how to convert it to cpp but for the gui
How do i learn java?8 -
How can I find someone to help me while I learn python?
I mean not necessarily a mentor like an online friend to talk about programming stuff and help us mutually11 -
Anybody have advice about figuring out how you learn and how to have discipline doing things you don't like (everything related to being a codemonkey) so I can git gud?1
-
How is it okay for elders to swear but not for kids? Kids are gonna learn to swear someday anyways 🙄10
-
Learn what blobs, trees, hashes and the concept of "commiting" (transactions) are.
Then learn how to use diff/patch.
Then learn Git.
In that order. -
!$rant
Gonna try to learn how to create diagonal section divs using css. The traditional rectangular block sections have become so boring :/4 -
Guys, I would like to learn how to make web design for mobile. But I don't know where to begin, can you help please?13
-
How many languages does one have to learn...? Learnt C, C++ and Java because of college courses. Learnt HTML, CSS, and vanilla JS because I wanted to learn frontend. Now learning R for big data analytics. Today, I came to know that I need to learn more Java or start learning Python for Hadoop...!!
😧😵1 -
sometimes need to learn about how people thinking much more than computer do. like visualitaion your "magic" code with some people want.
-
Someone here on devrant told me
You cant learn everything. Its impossible. Instead you just have to learn how to learn
Now i got flashback to this several weeks later
And i begin to realize as i learn gitlab ci/cd (i only know github cicd so far)
Wondered
How would i integrate this cicd with spring boot java backend app?
Or angular?
Or nextjs?
Or nodejs?
Then I realized
I dont have to fucking learn all of that individually
Instead i can just learn how gitlab cicd works once
And then apply that same concept with slight modifications to whatever tech stack is in use
Does this make sense?
Is this how i should think while i learn new tech?
Is this the proper way of learning how to learn?7 -
Do any devs know of any good tutorials for using monogame or any in depth c++ tutorials?
Really want to learn some more 'serious' languages, would prefer to learn more c# and how to use monogame correctly. -
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
-
It's just taken me AN HOUR to work out how to programmatically centre something in UIKit 😡
Mutter grumble autoresizingmask grump moan I suppose I should learn autolayout whinge gripe.1 -
I have so many things on my to learn list and it's just keeps getting longer every week DX
I need to figure out how to be motivated after work1 -
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
-
Next year goals:
1. Learn how to use Macintosh.
2. Learn better Linux.
3. Finish an android app that I am too bored to finish.
4. Evolve social skills for Humans. -
how many people in production support trying to learn programming on here? feels like having two jobs at once.
-
You fucking fucktard! First, learn how to fucking read an email and secondly, I was referring to the fucking login issue you mentioned before, not the fucking logout issue!!! Serioursly!>!?!?!?! How the fuck do you function!
Fucking belgium fucktard!7 -
Where do i learn https://rexify.org/ caveman technology?
No i will not learn it from that outdated piece of shit documentation
Why are there 0 videos on youtube explaining it?
Why are there 0 courses on udemy explaining it?
Not to mention its written in Perl so now i gotta learn Perl first???
How tf do I learn this bullshit bruh?10 -
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. -
Any tips or advice for a CCNA beginner? ^^'
About how to learn the most effective or maybe even something else? :P2 -
How about: learn SQL. And I mean windows, CTEs, the whole nine yards. It's too easy to slip into abstractions (ORMs).1
-
How did I learn to program?
I got bored and didn't want to wait until my AP Java class, so I taught myself it over spring break1 -
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 -
Any suggestions/ideas for how to get the motivation to finish personal projects? I always find myself trying to learn/do 5 different things at once without actually focusing on one thing1
-
!Rant
What books would you suggest for someone who wants to learn how to make compilers/interpreters?
Is the dragon book good for a complete beginner ? -
How am I supposed to learn android development when I can't run Android Studio. It is soooo slow. Fortunately I've got and android phone so I dob't need the emulator, but it's still very slow.
Yes I know I can use eclipse, but I wish I was able to learn how use Android Studio IDE 😞😞1 -
How long will it take me to learn laravel? I feel like starting in a big bucket filled with darkness.6
-
I want to learn how audio and video players work. maybe even make one for practice. does anyone know any good places to start?1
-
How do I get into low-level programming?
I already know Java Js and Python and I feel I want to take my skills to the next level and learn C or Go.
But what to start with in that area after I learn the language? I have no idea what to do with low level stuff. -
How I Get A Job When I Have Not Sufficient Knowledge About Backend And The JavaScript Language. JavaScript Also Very Disturbing Language, I Love To Do Programing But Sometime I'm Frustrated About How Much It Takes Time To Learn Job Ready Programming4
-
Which language should I learn first? I have been trying to learn js and sorta have some basic stuff down like how to store and reference variables and how to display outputs, but aside from that I don’t really know much else. I was wondering if I should continue with js or switch to python or c#, my classmates have been talking about python being the future so idk.15
-
Is there anyone who can help me in learning how to make a website I know htlm.. and what should I learn to make a website.. can anyone help me where is can learn this for free?6
-
I want to learn ML and DL at least at a good scale in 3 months. What should i do and how do i learn enough to create a basic projects ?7
-
HOW ABOUT YOU ?
To me the difference between #senior and #junior is :
senior able to teach and junior able to learn this much depends on technical skill.2 -
1. Purpose: Being at the forefront of discovering how and helping to automate business processes in all domains and learn about "how things work"
2. Relative autonomy
3. Mastery (of languages, concepts, methods) -
good evening devs,
any suggestions/tips, on how to learn more efficiently, more effectively, more structured?
Recently, after school/work, my discipline to learn is lost a bit..
Because, watching tutorials or reading, while programming the shown, isn't the right thing for me.
I need definitely much more practice , to keep shit in my brain.
Maybe i need ideas? small projects and then make it bigger and bigger?
How do you learn?
Whats your way to practice?1 -
Javascript is my main tool at work right now, Typescript to be precise. It never ceases to amaze me, I guess as most of you.
What I've encountered recently still doesn't make sense to me but it seemingly works:
function a(){
someString && someFunction()
// other stuff ...
}
someString can be a string or undefined, someFunction can be a function or undefined.
How is that valid Javascript, without an assignment? Haven't found any explanation yet.22 -
Hey. I’m starting to learn web development and just wanted to get the opinion of some of you out there. Do you think it’s a good thing or should I go and learn a different thing like how to build Artificial Intelligence or something?5
-
Who was the first person to learn to Read?
How did he/she learned if nobody knew?
How did the person knew it was reading if he/she never read before?
Going back to the egg and the chicken 🤔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 -
To start:
Another tool for artists.
Want to make it cross platform so going to learn electron... See how it goes10 -
New to the IT industry here...
Will like to ask, what are some math topics which are useful to learn and pickup? Additionally, how should I get started out?1 -
Sorry to ask, i m biggner and i want to know how many language or coding like html need to learn to make a beutiful education website?
Plzz help🙏11 -
How do you deal with information overflow? Like having to switch contexts quite often, or trying to learn a thousand things. Or remembering multiple things?7
-
C programming is a difficult programming language and how to learn best and best tricks to learn best.7
-
At the v5 of WordPress, is it worth the effort to learn how to develop a theme for it? (Only for blogging purposes)4
-
Today is one of those days where i feel i don't know anything about software development. How to learn programming from scratch is my latest google search :)
-
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.
-
I even provided a link to the docs with examples and they had the audacity to ask me trice how to do the basic example. Do you not learn how to read/learn in university or what?
-
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
-
Imagine you just started learning to coding how would you learn ......
What will you learn......
What are the advise you'll give yourself......6 -
I want to learn how to develop a PWA, can anyone suggest a tutorial or a guide, I already have javascript knowledge and I want to learn something new.1
-
How much time will it take to learn docker?
I want to containerize python deep learning models, which you tensorflow and mxnet.7