But I don't want to have to tryJust go Arch Linux and customize it yourself bruh
But I don't want to have to tryJust go Arch Linux and customize it yourself bruh
But I don't want to have to try
A breh I know studied for one year (the hard way) and landed a jr dev gig with a small start up. Stayed there for about 8-10 months then landed a position with a Fortune 500 company. Stayed there for one year. Now he's making well over six figures at another Fortune 500 company as a Sr Dev. What do I mean by "the hard way"? He said, if he knew about Lynda/Pluralsight/Udemy and others when he first started learning, it would have taken him less than 6 months before landing that first jr dev position. Also, he had just finished his 2nd year in college as a CS major when he first started learning to code outside of school. That summer, he decided to learn to code while working night shift at some entry level job. He got so invested in learning to code, never went back to school after that summer. Now he's making 6 figures. I'm not playin. People are really making this happen.Seems like there's no hope for even a jr dev job without a computer science degree
I have a Master's but its in Criminal Justice, and I can't afford to go back to school for CS
Does anyone have any good job search resources or recommendations ? Indeed and Monster have too much spam to wade through
A breh I know studied for one year (the hard way) and landed a jr dev gig with a small start up. Stayed there for about 8-10 months then landed a position with a Fortune 500 company. Stayed there for one year. Now he's making well over six figures at another Fortune 500 company as a Sr Dev. What do I mean by "the hard way"? He said, if he knew about Lynda/Pluralsight/Udemy and others when he first started learning, it would have taken him less than 6 months before landing that first jr dev position. Also, he had just finished his 2nd year in college as a CS major when he first started learning to code outside of school. That summer, he decided to learn to code while working night shift at some entry level job. He got so invested in learning to code, never went back to school after that summer. Now he's making 6 figures. I'm not playin. People are really making this happen.
Something I've found that's important, especially in the Javascript world is to just pick something and roll with it. You can't know it all. There are way too many frameworks. Try a few of them out and pick the one that most gels with you instead of trying to know all of them. Pick one or two languages and roll with it. I spend a lot of time flitting from this to that technology and have experimented with all these different languages, but for now I've settled on Javascript and C#. Front end framework is Angular 2. On the back-end I'm using Node and HapiJS. I may eventually look at Asp.net core. On the game development tip, I'm thinking about Phaser now and unity later.
I think without a degree it's hard to crack entry level. Once you get more work experience and are mid to senior level you get more opportunities coming your way.
I did some college, didn't complete. For the longest it took me a while to land a job. Now it's much easier because I've been in the industry more than 7 years and I'm at six figures.
Still get doubt from my mother or something which irritates me lol even though I have no debt, excellent credit, saving right, etc
Spent about 7 hours today finally figuring out how message passing between processes works in Elixir. I wanted to give up about 10 times because I was so confused but I stuck with it and finally got a grasp on Tasks, Agents, and GenServers. It's wild how some shyt is so confusing at first that you want to quit, then after you spend some time with it and figure it out and look back at the code everything looks so simple.
Really excited about this Elixir shyt, I am hoping that the demand will grow and I will be able to demand a ton of money because I hopped on the train early and will have tons of experience.
Anyone else playing around with this language??
Spent about 7 hours today finally figuring out how message passing between processes works in Elixir. I wanted to give up about 10 times because I was so confused but I stuck with it and finally got a grasp on Tasks, Agents, and GenServers. It's wild how some shyt is so confusing at first that you want to quit, then after you spend some time with it and figure it out and look back at the code everything looks so simple.
Really excited about this Elixir shyt, I am hoping that the demand will grow and I will be able to demand a ton of money because I hopped on the train early and will have tons of experience.
Anyone else playing around with this language??
What did you use to make the requests? GenServer, Tasks, Agents, or just spawned processes?I love Elixir. I dropped into processes last week because I had to make asynchronous requests to another api with it. I didn't quite deep dive though into the subject, just got it to work enough for me to get my feature down, but I was somewhat familiar with the technology because Golang does the same/similar thing with go routines/channels. I'll really start getting deeper with it pretty soon though, it's definitely a heavy topic. Both of those languages are beast at concurrent programming.
The bolded is really the only thing working against it when it comes to mainstream acceptance. Kind of similar to Haskell because it does take a decent amount of more effort than normal to master it. It's worth it though, but the question will be if people want to put in the extra effort.
I've pretty much come to the conclusion that mastering a language is never a bad thing, as I'm pretty sure it'll lead into a job, even if the language isn't as popular as others.