Ranter
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
Comments
-
kiki352416yListen. You only need two books: first one by Steve McConnell, “The Code Complete”, and the second one is SICP. Read the first thing first and the second thing second.
Go get yourself a free Heroku and build a simple blog in NodeJS Express and Pug. Plug in free MongoDB from addon store, use Monoose to access it. Set up GitHub autodeploy. The simplest thing possible, except Wordpress.
Then go further. Get your blog an API through single endpoint (POST a form data to “yourwebsite.com/signup” to actually sign up, etc...) and create a React or Vue app that’ll be using that API. Wrap it with Cordova and make an android app.
Take small trivial project idea and try to make it as sophisticated as possible. Set up hashing/salting for passwords, try to follow MVC pattern, the list is really long.
Good luck! -
cursee171596yDedication is the fundamental and must have.
That said, dedication alone is not enough at commercial level or corporate stages. Skills and experience are necessary when you are taking money from someone.
The said person should learn individually as freelancer or follow above advice by @uyouthe and then try to apply at a company.
Related Rants
-
SirWindfield6Girlfriend asks me "is this an app for nerds?" Not every programmer is equal to a nerd....
-
BinaryByter20Worst thing : its not even fake... Thats where I code... 😂 😂 😂
-
frogteeth18I was working on a website for a client and he wanted an illegal (breaking TOS) functionality and I refused to...
TLDR: Skills and background or dedication for becoming a good programmer?
So I almost finished the bootcamp on my company, there is only 2 people. Me and another guy who is from math major. He wanted to learn programming so he applied for the job. He doen’t know sql, any backend language, and not even html or css when he joined. The only thing he knew is for looping and if condition logic. He survived 1 months or so by learning a lot here. C#, .net mvc, sql, decent css and html. I believe he worked hard by learning it by himself. But the company he can’t continue anymore. I doesn’t know the reason but probably because he is seen as not good enough. Sure he is kinda slow when adding some feature to our small project but we need to find how to do it by ourself mostly. Now I’m alone with another few weeks to continue
rant
feelsbadman