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 - "tutorial"
-
Me and my girlfriend are arguing, because I'm programming a lot and I don't have time to give her attention. She said if I don't give her attention, she will break up with me.
Any suggestion where I can find a good tutorial for C#?37 -
LET'S LEARN ANGULAR2
* look for some good tutorial *
* download atom-typescript *
* type "ng new demo" in console"
1185 errors.
FINISHED LEARNING ANGULAR221 -
Me: I know so many languages, I don't need to learn c++ to follow along with this 3D OpenGl tutorial!
Narrator: Oh, but he did need to know c++ to follow along with the 3D OpenGl tutorial.4 -
Right click > Copy
*Unpulg mouse and connect it to other PC
Right click > Paste
#HowTo #CopyPasteLikeABoss5 -
(clicks on HTML tutorial video)
(ad starts playing)
"You need a website, why not do it yourself?!"
Arghhhhh that's exactly what I'm trying to do 😡9 -
Learn git. For real. Not just git pull and git push. Setup git with a mergetool and do the gitimmersion tutorial. Be the gitmaster!6
-
Tutorial title: "build this app with this API from scratch!"
Tutorial content: "let's installthis library that does all for you"3 -
When GitHub sent me these for my presentation on VCS in Google developers group meetup...
http://techoalien.com/2015/07/...16 -
How to start coding (for fucktards)
1: Choose desired programming language like python or java
2: Search on youtube or google: "<language> tutorial beginner"
3: if step 2 was to hard for you...
STOP learning how to program, you are hopeless
4: Instead of asking everyone on how to learn programming, just fucking DO IT already!
Seriously, if you don't even know how to use google and youtube to educate yourself programming is NOT FOR YOU!9 -
Are you telling me that I could've learned Git in 15 minutes on git-scm.com opposed to wasting 3 days on the Udacity tutorial!?!10
-
What a nice fucking tutorial.
Clicked an articles which says How to Implement X feature in Vanilla JavaScript.
They used a vanilla javascript library.
What a fucking idiot.7 -
How to quit smoking as a developer, tutorial:
#1: You're only allowed to smoke when every unit test is passing.
#2: ???
#3: Profit5 -
A billion dollar company just sent me a nice email template.
Probably the dev missed a tutorial.
DEV 101
NEVER USE PRODUCTION DATA FOR DEVELOPMENT2 -
Amazing feeling seeing your 9yo opening the browser, finding a programming tutorial and just start learning.
This brings fond memories to those days when we were craving for the books in 90s.1 -
When I find a video tutorial I like,
"Hey! I might actually watch this in normal speed instead of the usual 2x".5 -
I didnt make my root partition big enough fuuuuuuuuck
Stupid fucking tutorial said "10GB should be enough!"
Should have listened to myself. Fuck me.18 -
* login tutorial *
Alright, everything looks good and secure and all
"and now to keep the user logged in..."
Aww ye, this is just what I needed
"we set logged in to \"true\" in a cookie and add another cookie with the users name"2 -
When you have to watch a online 30min tutorial on youtube and the guy uses the light theme on everything! *_*4
-
i tried implementing the mandelbrot set without tutorial.
ended up with this.
is this fractal known? if not, i guess i invented a fractal12 -
Fuck yeah!!! After five days of fiddeling round in assembly without any sort of tutorial finally, im there :)16
-
So, I've been following a tutorial and explanatory series on YouTube about procedural terrain generation.
I dare saying it's going quite well!23 -
Can't concentrate when this guy constantly keeps a check on the page number (progress) I have reached while learning GO. 😂5
-
I just can't learn dance moves, every tutorial is like 1, 2, 3, 4 ... 1, 2, 3, 4 where's the freeken first step?5
-
Me: Taking online course for programming. Think it's not that hard.
PC: Coded programm runs good like in the tutorial.
Me: Wow I can code now.
Just printed "Hello World"4 -
Fucking GARBAGE
Sitting in the hall, quietly listening to an Arduino tutorial and I bring up terminal cuz I didn’t have the IDE and unnamed teacher starts yelling at me for hacking?!? Fuck ignorant teachers.15 -
I swear I'm going to kill someone if I ever see another "create REST API with Express in 10 minutes" tutorial.4
-
I hate this trend of making a video out of every bit of information or tutorial you can find. Videos are slow, I cannot properly skip forward to the part I need and the people making these videos are hellbent on not editing out their mistakes to "be more genuine" or something fucking stupid like that.
I want some good old text-based guides. I want docs, READMEs and the like. I don't want to hear you coughing and spitting on your ultrawide monitor for 30 minutes only to find out what I need to know is in video 4 of your ongoing paid series.7 -
If you ever feel bad about letting non-functional code through to production, just remember that it even happens to companies like Google (My screenshot from a few months back)2
-
Every 20 minutes, the newcome colleague asks me a question to which he can get an answer by reading the language's tutorial.10
-
Do you know what is world needs?
Good fucking tutorials for all programming languages.
Every time I want to learn a language it's a fucking mess. Tutorial here, tutorial there. Read the docs, it's fucking outdated. This person using this design, that person using that.
I am so tired of this shit.
also, for a simple example most website uses some complex architecture, something they think is the next thing.
Even searching for a simple QT singleton pattern gives me a webpage from QT Wiki which uses templates, typedefs and this shits to just show a FUCKING EXAMPLE OF THREAD SAFE SINGLETON.
I really wish there's was a greater platform for this. A platform that follows some certain standard rules for tutorials.10 -
Dear YouTube tutorial makers, if you list your video as a tutorial doing something only to make people download a library of framework and then teach us how to use the library you can go fuck a cactus :-3
Every single video that interests me like building interpreters, new 2D game methods and the like all have no actual ground up programming at all... Ugh!6 -
Went to a small place for lunch, they had a TV that I think was playing sports earlier, but at some point it switched to a YouTube Playlist and started playing a Javascript tutorial on geo-location haha
-
Looks like you want to learn something by examples. Great! prepare yourself to see the most complex, horrendous fucking example for a hello world program.
Could we give you a simpler example?
Yes
Will we give you a simpler example?
Absolutely fucking not2 -
It's 2017 and I still didn't find a tutorial where the writer is aware of the difference between "its" and "it's".
Let's repeat it again:
it's != its2 -
when you watch a coding video and try to scroll the code because you just forgot it was on YouTube... 😫😫1
-
when client sits through a 2h explanation/tutorial for his new CMS and doesn't take any notes.
2 days later, ask where to go to add a product.5 -
After 1 month of not writing a single line of code in some language, I'm like ehhh: youtube -> tutorial (any programming language) episode 0 😰2
-
!rant
As a self taught, I used to break what i want to learn into pieces and watch tutorials where people use these pieces. Then I could easily do what I learned, but I could do it exactly how I learned it from the tutorials.
Until one glorious day I found a tutorial about js that doesnt teach you the "how" of things but the "why" of things.
I cant describe how easy and in depth I understand js tutorials now. It is easier even when I have to learn a new framework.
It feels like I fast-forwarded my knowledge growth overnight.
I now see my 3 weeks old code and it disgusts me.6 -
Don't you just hate it when using a tutorial and the instructor tells you to install his fave ide!!
as if it's going to make everything easier4 -
Anybody good tutorial for BT android development shit cannot manage to get it to work its just crazy how much bugs can it cause HELP
-
Guys some great tutorial about "neural net" and "genetic algorithm" ?
I would like to learn how it works but cannot find good tutorial1 -
@JoshBent and @nikola1402 requested a tutorial for installing i3wm in a windows subsystem for linux. Here it is. I have to say though, I'm no expert in windows nor linux, and all I'm going to put here is the result of duckduck searches, reddit and documentation. As you will see, it isn't very difficult.
First things first: Install WSL. It's easy and there's a ton of good tutorials on this. I think I used this one: https://msdn.microsoft.com/en-us/...
Once you got it installed, I guess it would be better to run "sudo apt-get update" to make sure we don't encounter many problems.
Install a windows X server: X is what handles the graphical interface in linux, and it works with the client/server paradigm. So what we'll do with this is provide the linux client we want to use (in this case i3wm) with an X server for it on windows. I guess any X server will do the work, but I highly recommend vcXsrv. You can download it here:
https://sourceforge.net/projects/...
for i3 just "sudo apt-get install i3"
Configurations to make stuff work:
open your ~/.bashrc file ("nano ~/.bashrc" vim is cool too). You'll have to add the following lines to the end of it:
"""
export DISPLAY=:0.0 #This display variable points to the windows X server for our linux clients to use it.
export XDG_RUNTIME_DIR=$HOME/xdg #This is a temporary directory X will use
export RUNLEVEL=3
sudo mkdir /var/run/dbus #part of the dbus fix
sudo dbus-daemon --config-file=/usr/share/dbus-1/system.conf #part of the dbus fix
"""
Ok so after this we'll have a functional x client/server configuration. You'll just have to install your desktop enviroment of choice. I only installed i3wm, but I've seen unity and xfce working on the WSL too. There are still some files that X will miss though.
*** Here we'll add some files X would miss and :
With "nano ~/.xinitrc" edit the xinitrc to your liking. I only added this:
"""
#!/usr/bin/env bash
exec i3
"""
Then run "sudo chmod +x ~/.xinitrc" to make it an excecutable.
Then, to make a linking file named xsession, run:
"ln -s ~/.xinitrc ~/.xsession"
Now you'll be able to run whatever you put in ~/.xinirc with:
"dbus-launch --exit-with-session ~/.xsession"
There's a ton of personalisation to be done, but that would be a whole new tutorial. I'll just share a github repo with my dotfiles so you can see them here:
https://github.com/DanielVZ96/...
SHIT I ALMOST FORGOT:
Everytime you open any graphical interface you'll need to have the x server running. With vcXsrv, you can use X launch. Choose the options with no othe programs running on the X server. I recommend using "one window without title bar".10 -
*explains the importance of official docs*
*moments later, the intern pointing at his screen to a crappy YouTube tutorial video*
Intern: How did he figure all this stuff out? He must be a genius.1 -
Rant!
I hate the feeling when you watching an old tutorial and you trying to do the same thing but you find out it's an old tutorial and the library his using is old and the way you should use it changed and there is no other tutorial on how to use the new version 😭
being a newbie at Android dev sucks 😢3 -
Realizing that you were watching and working with an iOS tutorial when you were coding for an hour or two your Android app
😬😬😬😬😬😬😬🔥1 -
Dear arbitrary online video tutorial. It is pronounced "et-cetera" and not "ek-cetera"... While we're at it, it's not pronounced "dekstop" either. 😒1
-
Majority of the hacking tutorials:
Tutor : Now we are going to set up two virtual machines to practice our hacking.
Me : Yes finally some useful practicals
Tutor : First one is Metasploitable
Me : What? This OS literally has its name derived from exploitable! How would it be useful in real life! But its ok, there is one more OS for practice, i am sure that one will be better.
Tutor : And the second one is "Windows XP"
Me : *MOTHERFUCKER!*
P.S.: I understand its not the case for all tutorial and it is somewhat necessary, but still it gets me a little.3 -
That moment when you go to YouTube for a configuration or code tutorial and have to wait for 5 seconds to view a WIX.com ad... FML5
-
In a getting started tutorial about Haskell:
"You probably already have haskell installed because you tried to learn it once and failed"
He's so right...1 -
I hope not too many people followed this advice. It was a tutorial for making your Raspberry Pi act as a network-accessible CCTV camera, and the tutorial was good, but that end part... yikes. Don't just port forward your http stream!
At least I know how I can just have it accessible only through my OpenVPN.rant privacy security don't just forward ports to the outside your cctv is gonna land on a webcam page2 -
Do you know the auto-generated heroku sample app? The very complex demo app you automatically get following the tutorial?
It has a vulnerability.
I laughed a lot2 -
Have anyone felt this before?
You Google loads of different tutorial on something, find one most recent tutorial... Do it and when compile, a lot of error pops out. Go to the github code page and realise the author did not include the line that was required to run smoothly in the tutorial page/video?13 -
*Opens tutorial video*
Ok, today we are going to create x using x and we are going to use code::blocks as our ide
*Closes tutorial video and continues searching*
Anyone else just have an indescribable hate for code::blocks or just me?10 -
Fast Internet connection always distracted me to streaming youtube about technology or tutorial, but normally end up with 100% unrelated videos like how to sharp your knife using mug or watching top 10 mistakes in Harry Potter 😖😖😖3
-
Favorite project, my first tutorial game. It was a basic tic-tac-toe game, but when I first ran that sucker and successfully completed a game I was like, "holy fuck, coding is awesome".
-
If you're recording a tutorial then please switch to dark theme. Just because you like getting your eyes burned it doesn't mean the rest of us also do12
-
!rant
Sometimes, when I want to get asleep fast, I just watch any SAP tutorial on YouTube and ZZZZZZZZZZZZZZZZZZZZZZ… -
!rant
the kitchen is a lot more fun to sit and program in than my cluttered mess of a room.
in other tangential news,
i've got orientation at McDonalds! no longer jobless!!!1 -
Quick Tutorial: How to find a missing bug.
0) Wake up & have breakfast
1) Goto work
2) Do your job until the end of the working day
3) Make a backup
4) Shutdown your PC
5) Stand up
6) Go to the office door
7) Grab the door
8) Now the phone rings
9) Turn and go back
10) Take the phone
11) Now you get the bug report
This is a well approved method.
It always works!3 -
So after someone mentioned Haskell in a post, I googled it and started some kind of tutorial.
It's fun!4 -
A tutorial app that convinces everyone to adopt UTC (so I no longer have to account for time zones and/or DST in code.)3
-
Stuck in tutorial hell....
I have a list of ideas for applications I want to create but I always feel like I never know enough to start them. So I end up signing up for another tutorial from most of the popular sites to only skip pass all 50-60%. Has anyone ever experienced this? I'm open for suggestions to get pass this!!15 -
I am yet to see a javascript tutorial which explains what I'm looking for without having to first explain me another javascript framework.2
-
Another update on my 3D Software Engine:
Big progress since my last rant.
I now have a simple lightning with the Gouraud Shading Algorithm!
Looks really cool now!
Btw for those who are interested, I am following a tutorial but I'm translating everything to Lua/LÖVE2D. Here's the link to the tutorial:
https://davrous.com/2013/06/...8 -
Documentation is your friend. I learned off of just documentation and experimentation and I feel I got a broader understanding of the language more than any tutorial could.1
-
Thousands of books, tutorial and tons of resourcew which are to guide us, make us feel more lost.
Being a noobie dev is not easy.4 -
Biggest pet peeve is when someone develops a shitty project using XYZ technology/language and a tutorial and they somehow think they know XYZ and all of it's intricacies and are an expert dev in XYZ. 😐😐😐. No you fucking know how to follow a tutorial and you have a small understanding of XYZ. End rant.
-
When you don't know if you should start a developer tutorial channel. I have a good mic, 4 years dev experience and good editing skill. Should i?10
-
Was watching a video tutorial narrated by a south asian guy(am not racist). Middle of the tutorial, he burped. I rewind the video to confirm if he actually did that. Mofo literally burped.
Now i feel stupid that I rewind to hear that.11 -
Code = play games
Watch a tutorial = watch a movie
Read docs = read a novel
So I end up being scolded for never studying for my academics and just having fun all the time -
MOTHERF*CKING HELLO WORLD Tuts.
What is it with people that after what 20 years (?) still every programming language tutorial starts with a "Hello World" program?
Programmers are usually such creative people, so why does everybody who writes a tutorial start with "Hello world"?
You learn nothing by such an example, it is boring as hell already the second time (first time is funny though).
And especially: If you write a tutorial with the prerequisite that people reading it should already know another language, WHY THE HELL START OUT LIKE THAT?
Okay, now back to learning Scala 😊9 -
1. Watch tutorial
2. Build project
3. “I’VE LEARNED NOTHING!!”
4. Call down pox upon instructor and seven generations
5. Rewatch tutorial
6. Get it
7. “Sorry about the boils” -
Whenever I complete a 'Hello world' tutorial I always make sure to output 'Hello word' instead. That way I have already failed and it's only uphill from there.2
-
Finished downloading lots of tutorial videos. Now time to watch all of this. This is like Netflix for me. I don't watch much Netflix instead I watch lots of tutorial videos and practice them. Skills development rather than Netflix and chill. 😀5
-
!dev
It's so annoying when people put up cover videos in the name of tutorials and don't even mention what chords they used 😣4 -
CSS Grids...
I followed a tutorial, attempted to do what I wanted, worked the first time AND without any weird side effects elsewhere! What is this magic?! :O4 -
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
-
Why do I have 50 pdfs of books that teach me things that I will never be using?
Assembly tutorial? Why?
Java tutorial? Hm... okay. Perhaps.
Python tutorial x10? But I could use docs!
C? Shit!
C++? Ugh...
C#? Seriously?!
I think it's the time to wipe out all files with .pdf extention :/5 -
Someone copied some code of mine and posted it on YT as a tutorial video without crediting me. I'm honored that someone is using my code, but not mentioning me? Come on!6
-
When the Python tutorial gets to this point and you try it out while inspired by your previous Star-Trek-themed rant (https://www.devrant.io/rants/439358)2
-
When you are seeing a video tutorial and the guy remove a bunch of code that you didn't notice, and unconsciously you press 'ctrl+Z'
-
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 -
Exclusive DevRant tutorial.
How to make any sticker you want.
Materials:
Printer;
Double side glue tape;
If (paper != photography)
{
One side clear glue tape
}
Print the logos you want in a piece of paper.
You can use photographic plastic printer paper and only double tape, or for cheaper options simple paper covered with clear tape.
Cut your sticker and your done.
Unfortunately I can't cut straight.
This is a free to share tutorial, written for me to practice and for you to enjoy1 -
1. Apply for a 3 month Java internship.
2. Prove your worth and skills during it not even liking Java.
3. Get invited to work full time after it without further internship in any technology you want.
4. Join the company when convenient year later as they really want you.
5. Be proud of how good you are that they still want you.
6. Get your own project in language and technology you prefer.
7. Profit.3 -
!rant
I've been posting "dev logs", if you can call them that, to YouTube every now and then as I make progress with this funny little app I'm making. They're just videos of me testing something in the app with background music.
But today, someone was interested enough in my terrain generation, to ask for a tutorial, and I got my first subscriber!
Everything's coming up Milhouse! -
Code like this makes me shed a tear in nostalgia... also I want to murder somebody for still putting that in tutorials5
-
I decided to start learning about hadoop... I found a great, free tutorial, but it expects me to know python. ...well it looks like I'm learning two things at once.2
-
I planned to make some tutorial videos on NMAP, Metasploit or similar tools.
Which platform should I prefer? YouTube or udemy?
Note: I am not planning for monetize9 -
Reading 1 tutorial/ part of the documentation
Trying it on my own
Realize that your code doesn't work
Googling the problem
Fixing it
Repeat -
Reading in a while for a slackbot creation tutorial. Then suddenly, a random note appears:
"Be sure to use version 0.3.0 of slackbots as newer version are not perfectly compatible with what's illustrated in this tutorial."
THEN UPDATE YOUR TUTORIAL!
DO NOT! WASTE MY TIME! -
I really wanna get into making Reddit bots but man, OAauth2 is really turning my head into a pretzel :(
anyone know a good tutorial?4 -
"storing_values = {} # storing_values is a dictionary which stores the required values" - Medium tutorial.
... what in the fuck.2 -
Substitute teacher’s idea of a challenging class was two hours of file organisation complete with tutorial on how to make folders.
Of course I got detention because I asked for something else to do.
😑1 -
Instructor: "and now here we can write this while loop in ph- oh wait. Let me just show you a cool trick. I am gonna close this php tag with ?> , open an html tag , then again open this php tag , add this line, close it, then again close html tag, then again open php, and then close it. pretty crazy huh? You see, now we can have our cool bootstrap displaying this output beautifully"
Me : FUCK YOU MAN :|
for reference, this was the final output :
============================
<?php
while($row = mysqli_fetch_assoc($result_successful)){
?>
<pre> <?php print_r($row); ?> </pre>
<?php
}
============================
I am a newbie in web dev who comes from a very nice java/kotlin world. is this a common site in web dev, mixing of all the html/php/some 1000 more laguages and frameworks to make 1 working product? coz it sucks.11 -
I finally have a quiet Saturday to record a tutorial video for a client. I begin recording the video and every damn lawn mower in my neighborhood starts up simultaneously. The universe is _absolutely_ conspiring against me.3
-
Followed the angular js tutorial until routing section. Then gave up.
It's not for me. Maybe I'll try again in a few weeks.5 -
1.) Read the docs on the website
2.) Curse the Devs for bad docs
3.) Go to YouTube and pray that I find a food tutorial WITH AUDIO!
(jk,sometimes some docs r very neat and clean) -
Found a nice place to start if you are planning to switch, tinkering or even just want find some new packages (like me) for GNU/Linux. It's a blog about operating systems, software and software development.
Check it out: https://erikdubois.be/4 -
fuck you node.js Trying to follow a book's tutorial or exercise and because every fucking version has deprecated features I am spending more time in stackoverflow than in the book!5
-
Guys, do you know any good source to learn MVVM to android (kotlin would be nice). I know MVVM theory and practice (I used it in WPF, C#). But i have hard times understanding how it work with android. I watched reso coder, but his tutorials are even harder to understand. Thanks3
-
http://bit.ly/2fme7PU
Check out this article I wrote on Jekyll. There's a tutorial in progress there too :) Jekyll is a static site building framework that allows you to dynamically allocate headers, footers, etc. Change a header once and it updates across all pages. I have a tutorial in progress there too :)3 -
YouTube. When I go to get a nice tutorial but then for the next hour you will find me watching football highlights and footballer skills or any other funny videos.1
-
I followed a tutorial on modding minecraft, I made a block that got generated into the world. Ohh my god I was hooked when I saw it in the game. Been loving it ever since
-
I need an idea
For fuck's sake, I need an Idea about what tutorial should I post or what should I post about on my little blog.7 -
Never read any github tutorial. Decide to wing it, create repo, make 10 changes. Check progress, Where are my old files 😭
-
when I follow a tutorial I have to name the variables and class exactly as they do because I m too paranoid that changing their names could lead to bugs.
#photocody6 -
When I'm reading a book or following a tutorial and feel that sudden spike in difficulty. I lose it all.1
-
Not sure if I don't know how to manage time properly, lazy, bad or just inexperienced.
I need a "How to get shit done faster" tutorial.2 -
You can find so many tutorials, learning paths for C#, C++, python, angular, jss, java, etc.
But literally none for batch file programming (if that's even what it's called) so little documentation on cmd.exe and writing .bat files :'(
Can someone please please help?
Just point me in the right direction?
inb4 google it17 -
That is one thing I hate:
Every second programming tutorial in Youtube is made by Hindu, and unfortunately their spelling is not so good. That is why learning from this tutorial becomes twice difficult and ridiculously funny...
I need a function of searching only videos with great spelling XD
P.S. It's not question of nation, but of spelling12 -
someone: Oh a 30minute tutorial video, awesome! This won't take my time at all
me: Lol, you're looking at 1hr + of hard labor my friend... -
Lesson of the day: First read installation tutorials for software on linux completely before doimg esch step without knowing the rest...
-
How do people make clones without tutorials!? 😭😭
I'm tryna clone bleacher report but have no clue where to start cause they're no guides anywhere2 -
Would love to share my experience with tutorial hell.
A year ago, if there is no tutorial teaching me how to do something, I am totally lost and stuck for days. Then, I decided to see how people got out of it.
The answer turned to be simple, get comfortable reading documentation AFTER you determine what you are trying to accomplish.
In other words:
1- Determine the problem and the desired end result.
2- Break the problem down into multiple smaller ones.
3- Determine the end result of the solution of each of those problems.
4- Read the documentation concerning what you need to use to solve each problem.
5- Execute.
Over time, you would find the need for a tutorial much less in order to solve a problem. Plus, documentation would ideally give the optimal solution for your problem.
Would still be cool if you find a tutorial explaining something hard to grasp, but never depend on finding one.2 -
Learning Rust
I found out all the pros of Rust and wanted to give it a try. I don't know why it's so weird and difficult to understand the basics. I've been trying to find projects to do with it, so I can learn. Not sure where to start, there's either only basic tutorial or expert talks on YouTube about Rust.8 -
Just found out that at least three other people in my tutorial (six people total) are also on devRant. Seems to be quite popular here :D1
-
watched android tutorial on how to use Parse for logins and storing data......went to parse website to download starter project......found out parse is retiring and no longer spport new users :(7
-
Hey guys.
Doing my first tutorial... (starting slow). Need help with translation.
How is the item in the picture called in English? It's a plastic bag to place papers and documents inside26 -
The feeling of incompetence when you realize all your life you've copied and extended tutorial code from the internet. So much so, that the thought of coding from line 0 sends a chill down your spine.
-
Fuck JavaScript!
Seriously, it's always like this:
> "Hey, look <module name> seem cool, let's try it!"
> Find a tutorial
> Tutorial is 3 to 6 months old
> Should be good
> Everything is deprecated
> Come on...
> Back to C I guess.
It's moving waayyyy to fast.
It's frustrating...19 -
I was just watching a livestream YouTube video hoping to learn something new but the streamer clearly has no idea what he is doing. He was just looking things up all the time and failing miserable to find anything useful for the program he's trying to build.
Funny thing, the last statement he said was: "I give up, bye!" and that's it!! 1.5 hours of my life wasted for nothing. -
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 -
I'm following this electron tutorial. I tried esporta and npm installa, but they are not working. Someone knows why?8
-
Faced with a problem, trying for days every solution, libs, tutorial and So threads. Getting desperate, reading framework source code. Reading again. Realizing it's just a configuration matter. Feeling stupid like shit2
-
I plan in doing some minor Android app development for a side project when my exams are over (which is in two weeks, yay), but other than using Android on day-to-day basis I'm a total n00b when it comes to development.
I want to write a little app that can communicate with a BLE device. It should encrypt said communication.
I know some python and thought about using Kivy as a frontend since it's cross platform compatible (perhaps I'll make a Linux client, too). But I have no idea whether that's a good idea. Do I absolutely need Java? D:
So - where does one start? Tutorials/books welcome.7 -
Oh this looks like an interesting 10 min Nodejs tutorial on utube!
*30 minutes of fighting modules installation*2 -
Does anybody have good tutorial for branching tree in C ?
I mean a good way to implement branching tree and probably search function in tree.7 -
Today's tutorial
Bombox for your phone for really cheap.
Self explanatory, Try it and see how easy it is to get a clean sound from your cellphone.6 -
What is the best way to learn QA automation? Any ideas? If you have links to tutorial and also the download content for me to practice that would be great!!! Thanks2
-
When you learn a new Framework and pretty much understand everything of the Tutorial and then a major declaration changes and you don't know what's going on 😞
-
Just took a 3 days course on Angular2. This is IMO really difficult to learn. Does anyone know a good video tutorial starting from scratch? I know less now than 3 days ago I think...!3
-
I started looking at a React tutorial tonight, and the setup involved installing 11.5k files of npm modules totalling 40MB. WTAF!! That gave me a <div> with a single attribute and a single CSS descriptor. Winner!! I maybe should have started with a simpler tutorial.1
-
Can i just get a simple consistent react tutorial that goes step by step even when consuming an API...
IS THAT SO HARD TO ASK FOR? -
Anybody else recently figure out that watching a 5 min tutorial on using a new tool/package/extension will save you hours of frustration?
-
Every time I follow "# Simple step to" tutorial.
Every time an error occurs and I feel ssso fukin dumb, dmn -
!rant
Ok so I'm about to start working on an OS but I am going to run through a few tutorials to get the base systems down then I'll incorporate a interpreter for BASIC and my custom scripting language.
Just curious if anyone can point me in the direction of a few well written tutorials that will explain the systems being used. (I want to use Assembly and C only btw, but am open to others)
I only have 1 decent tutorial but it's older and complete (https://github.com/cfenollosa/...)3 -
free online tutorials can feel like such a curse.
trying to beef up my java, see's c# tutorial # oooo I should get started on my c# , someone on devrant mentions a framework, drops everything to do that instead, repeat1 -
Tutorial for naming a city:
1. Open your text editor
2. Hit your keyboard with your head
3. Roll around with your head on your keyboard
4. ???
5. Congratulations, you just named a city
https://youtu.be/fHxO0UdpoxM2 -
tl;dr:
What is a good start in go?
My wife wants to upgrade her coding skills from „I heard it at college“ to „I actually did something with it“.
I want to learn Go and start coding a bit more. My background is mostly C++ (Backend) and a bit Java (Fronted) some years ago before I went more into testing. For test automation I always use the language that makes the project happy, often Java.
We want want to join forces now, take a vacation and implement a small microservice in Go for my wife’s product (she is a PO) using pair programming.
I want to prepare that a bit. What is a good course or web tutorial to start, that some of you took and can recommend?
Thank you very much!!6 -
I need some help people. Need a good tutorial to understand Bootstrap grid and responsive framework. I have always worked on Media queries before. Couldn't find a good tutorial.11
-
I have been trying to learn SEO for a while now but without any result. Does anyone know where I could find a good guide to follow? Thanks
-
Began learning PyQt5 a few months ago and noticed the rather "lack of online resources" as compared to Tkinter (which I had learnt earlier). Infact, multiple tutorials that showed up on the first result were actually for PyQt4.
Anyways, I made my own PyQt5 tutorial over the course of this month. This is the link to the main page for the tutorial.
https://coderslegacy.com/python/...
Still got a few things to add (like layout managers) but the main part is complete. Some feedback would be helpful! You can go head directly to a widget tutorial with this link.
https://coderslegacy.com/python/...5 -
Can't compile the tutorial code in Android Studio without switching to an older API. Anyone know why that is? Does it have any relevance to the API supported by the emulated device?11
-
Hi everyone, I just published my first blog post and would love to hear comments. Thanks in advance.
https://medium.com/@priom/... -
I don't want to see your 3 minute tutorial on what's new in your site. I watched it in Chrome, but I just happen to be in Firefox today. Also, you pause the tutorial while I switch to a different tab. Fuck you!3
-
Feels like dagger2 is a stabbing tool for android devs.. the more you try to understand, the more it hurts you 😢 Trying to understand basics. Every tutorial is another story... HELL..!! 😠
-
Hey, I wanna start developing Android apps. I'm good at java, I just need to learn how to use to make Android apps. So I looks for the books I need to read on Stack Overflow and some other sources. so now I have a bunch of different books that I don't know what book to read first. I just need someone who is experienced in mobile development to recommend for me what books or tutorials I need to go through first knowing that I already know java (for native apps) and html5 (for hyprid apps).
Thank you in advance.1 -
I'm an Android dev but now I'm looking to also create cool stuff on Arduino anyone know any good tutorials1
-
I just uploaded the first part of my first programming tutorial, and I want to make sure I’m headed in the right direction and I’m not being overly confusing. The tutorial is unfinished (I’ve really only written the very start) but I think early input would be beneficial.
Some context: LibLib is a library I make for Minecraft mod development, and I’m documenting the GUI framework in it.
http://teamwizardry.com/2017/11/...2 -
Does anyone have any good video tutorials on how to get started with React Native and it's syntax? I can't find a good one and I'm hella confused8
-
Well just recorded my first ever tutorial and oh boy will I need to do a part 2 refresh!
Didn't go to well :-/3 -
makes me cry whenever i see a fkig tutorial use the fkig kotlin instead of my fkig java gddamn whats a nigga gotta do to get a fresh tutorial with java7
-
First semester tutorials are fun (spoiler they can be frustrating).
Today my University held an entry level tutorial for LaTeX, which I had already visited a year ago and offered to help and boy ohh boy was that painful. For your information all of these students want to study computer science.
From around 50 people there was only one person who used Linux and I thought "Well at least one".
I was even more impressed as the other tutors asked me to help her because she used Manjaro (also the distribution I use).
As i helped her installing texstudio (the software presented) I needed her to enter the root (?) password and she answered "Which password, it's the laptop of my sister, I thought the laptop had windows installed".
Everything worked out fine but this was only the beginning.
After an hour came the first exercise in which the students had to build a simple document and for everyone who doesn't know LaTeX, it's a markdown language which heavily relies on \ and {}.
And there laid the other most common problem, some Mac users didn't even know how to write a \ or {}.
At least I had some fun helping them but if you want to study computer science you should be able to know how to write some of the most common symbols in programming languages. -
Is there any open / close source application that allows creating browser-based tutorials where the left side would have instructions and the right side section would have terminal to execute the code from the tutorial.
There would be a back-end server to execute the command from terminal and send back the result.
Here is the representative screen-shot:3 -
How fucking hard is it to find a good tutorial or at the fucking least a well documented resource for setting up a full-mesh VPN in either C or C++?
Any suggestions would be welcome.3 -
What site is the best for learning Magento 2 with videos? Prefarably just like Laracasts.com
Thanks! -
!rant
I'm thinking about getting into Android dev soon, can anyone recommend a simple (if possible video) tutorial series to get started?
I will be watching 'TheNewBoston' but I'd be interested in your suggested sources.
Thanks2 -
Why do I struggle sooooo much with xCode and Swift just trying to place a button in the View that when you click, runs a function? I can do this very easily with Visual Studio and C# but not xCode.
Anyone know a good (simple) tutorial video on creating views with xCode and Swift? Every one I’ve seen all assume that you have programmed in Swift for over 10 years.2 -
Am I the only one trying to learn angularjs with a 2 month old tutorial and already breaking changes were made. It's soo frustrating I just wanna quit frameworks and do it manually.3
-
I've a crazy thought.. How about drop my job and watch lynda video or youtube tutorial for a year, come out with at least 20 side projects, not sure my skills would increase faster.. hmm..6
-
Now that I have decided yo learn Java.
Can anyone tell me where do I start and where to find the required resources and tutorials and so on..6 -
Not my co-worker, but please someone kill this guy!!
https://youtu.be/x-VmYZGPnWc
WARNING: INDENTATION HORROR AHEAD.1 -
Is there any Vue.js tutorial that show you step by step how to build a full aplication with database interaction?
We are building a page with inventory features in Vue.js and would be nice to have a reference.
So far all the tutorials and articles I've seen shows only the classic "app" with some limited features.2 -
Some time ago, I gave a tutorial and wrote page with some brief instructions for configuring and start using git for a team of researchers. A few day later I came back to check how they were doing and I found that following my instructions, several people were committing as:
John Doe <john.doe@example.com>
Perfect! I don't think that there is anything else I can do to help them. -
I was working at one of my dad's friends during vacations, he asked me to build a flash form and make it send an email.
And so I followed a tutorial, and from then, I wanted to know what the guy that wrote the tutorial knew. And that's that. -
Anyone ever use gRPC with Objective-C and can help me out?
Following this tutorial:
https://cloud.google.com/solutions/...
Been dealing with this for a few days and can't figure it out 😫1 -
Hello Devs!
I'm a huge fan of football, and I want to understand how apps like flashscore or livescore work ( feed sources, parsing data, real time notifications, etc.). Please, point me to the right direction.5 -
Okay, i have a question.
I am a real Noob when it comes to Java programming. I am trying to establish a database connection between my program and a sqlite database. I have everything ready:
- The Model
- The View
Now the problem i am having is defining the DBController that establishes the connection. And i have no idea how to start?!
Please help me :(
Love yall3 -
Apologies for self advertising. I recently started this tutorial on JavaFX (a java GUI library). It would be nice to have some feedback from those with some experience with JavaFX.
It's not yet complete so it's missing a few components and layouts. (More are being added every 1-2 days).
link: https://coderslegacy.com/java/...3 -
Learned to program by shutting myself in my dorm room with a Shareware Modula-2 compiler and a well-written tutorial.
-
I've started "programming" when I was 8 with scratch. The real programming started with ten with a java programming tutorial book :34
-
Does anyone have a good tutorial on how to get Oracle database working on a Linux distro preferably fedora? Any help is appreciated3
-
Don't laugh but can anyone recommend any free Javascript tutorial/training courses?
It's for a friend... No really13 -
Read the documents for syntax and general practices, then find a tutorial(youtube) and dive right into the mud.
-
Any good free video tutorial for java spring batch which includes the coding part and not only the conceptual one?Any help will be appreciated..
-
Well, I'm not saying I just spent a couple of hours trying to fix bugs in a basic ML tutorial, but...
I hate matrix arithmetic. -
I set up my first git for my internship stuff. I just looked at it and it's so disorganized and weird
anyone know a tutorial for learning how to use git that I can do over the weekend???3 -
I need 100% focus else just don't read any tutorial or see any codes, otherwise it's just a waste of energy and might causing new bad habits to form up.
-
I point out to a guy which documentation and which section he should read to solved his problem, 30minutes later I swing by and the dude sits and watches tutorials on YouTube. I ask him "did you figure it out and solved the problem?", he replies " nah! This tutorial is really great, it shows step by step...blah blah.. I can send it to you! We should all watch it tomorrow after standup" ... Really? He honestly believes were getting paid to drink latte watch tutorials on YouTube? I almost imploded at that point, went into "whatever"-mode and seriously pondered how much mentoring sucks some days. But seriously tutorials on the tube were targeted for 14year old beginners a last time I checked,did the world do a double revolution and left me behind?? Or is that guy just plainly trying to hide the fact how incompetent he is at reading docs?
-
Bootcamps? They make sense, but only for highly specialized topics for which there's barely a good tutorial. Otherwise I'll just stick to Google "mytopic tutorial"
-
I created a short tutorial about git merge and rebase. Hope that you will find it interesting! Any feedback is very welcome :) https://dev.to/lmtx1/...3
-
I'd strongly advise to learn some basic about OOP and a commonly used programming language and not go down the tutorial rabbit hole and rather try stuff out.1
-
Can anybody recommend me a good sacala/playfranework tutorial? I've checked the tutorials that are being referred in the docs but they are very specific and I couldn't find ant updated tutorial that shows me a step-by-step tutorial of how to build a full application
Thanks in advice :)4 -
ISTQB tutorial (testing) with cold dead syntetic voice.... brain liquifying under unreleting bordom! KILL ME NOW!!!1
-
Can't find any good tutorial on d3. It would be great if any of you could help. I want something from zero to building 10-12 awesome looking visualisations.1
-
It always seems that debugging tools are almost impossible to find for the language youre learning.
Here's an entire tutorial on Go - last chapter is how to use the debugger. GAHHHH -
Any Vue expert here?
I just want to publish a vue.js component on npm.
I know how to publish it, but I was wondering I have to structure the vue component package.
I read (almost)everything about it, but I couldn't find anything clear.3 -
Just got 3 Enki invites 😀
Use code: SZENJ2510
If you don't know what Enki is, check out their website: https://enki.com/5 -
Do you know a super simple guide / tutorial / etc to learn TensorFlow.js from scratch? (for real dummies)3
-
I find them mostly useless. It's good for novices mostly. I normally prefer you use some docs or watch a tutorial to learn things. Much more fun. If there is good interaction with speakers it can be useful.
-
Does someone know a good getting started/good resources to learn coding WebAPIs with golang from the start?1
-
I'm following the Grable tutorial and running into an issue with pointing to the main class in Intellij. Anyone have any ideas?
-
Good documentation/tutorial/ about ruby,Grape, Roda
Mostly APIs, how to run them, debug them, test them, so on.
THANK YOU VERY MUCH! -
Does anyone know any good resources that walk you through building a image localization neural network(preferably in tensorflow)? Something that talks you through the though process behind the network design decisions and perhaps examples of training data used to train the network? It seems like every search result is just an example of how to download a premade network and it's weights which from a learning perspective is not very helpful. I'de really love to see one of the Yolo version walked through and trained but honestly any localization would be helpful.
-
Any recommended react native tutorial? i am a beginner and i wanna learn react native using project-based method
-
Wrote little experience in Android Studio which i learned from youtube tutorial and didn't create any apps before, boss ask for assist in creating Android apps
-
you guys know any free advanced MVC project tutorial video available? I would appreciate it because my ActionResult methods are becoming more complicated to manage based on params... thanks3