Details
-
AboutLove a good UX and developing full stack with JavaScript.
-
SkillsJavaScript, .NET, React, node.js, GraphQL
Joined devRant on 8/20/2018
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
-
I can relate to this. One of assignments I did once was a Java application, where 40%(!) of the grade was the report.
-
Kudos for academics. I’m in my final year and I’m hating the experience, doing CS feeling like doing English literature.
-
@hell fair enough. I’m not a fan myself either but it might be helpful for some
-
Maybe try using GitKraken or some other Git app with graphical interface
-
I see why it’s free class 🤣
-
@kamen I’m happy if it is.
-
@bahua, a fact someone works within a different area doesn’t necessarily make them less skilled. You imply people working with a different (apparently not approved by you) technology are not as bright. Doesn’t matter the example. Do what you like and let others do too.
-
@bahua feeling superior yet? 😂
-
Mainly React, some Vue fun
-
It’s great!
-
@cantthinkofone how much would you say you enjoy your work then?
-
@AmyShackles what’s your usual environment like? Do you work alone in a room or say work in pair programming with others in open office space around?
-
I think hooks are great, taking off a lot of boilerplate. Quite a shift in a way we’re gonna write React components.
-
Mostly React as I got a lot into it. Vue is pretty cool too, though.
-
devRant starting pack
-
I get it, Apple is the worst evil shit and that. But please be objective. Linus did a video about iMac Pro and broke down it’s price and compared it to a ‘Windows’ built. Turns out the price isn’t actually out of nowhere. https://youtube.com/watch/...
-
Look for other opportunities. Fuck pricks that don’t want to pay for what we’re worth. Good luck man!
-
Found this too the other week. He’s insane!
-
Why not for once appreciate that someone out there is spending their valuable time to develop libraries like Babel? I don’t understand why most of the developers are full of hatred nowadays. Don’t like it? Don’t use it, simple as that.
-
CI saves so much time. Using the Gitlab one now, free and easy to set up. Would definitely recommend!
-
@KennyTheBard thanks for the kind words man, really appreciate it!
-
@Fast-Nop good for you! Didn’t have an issue scoring 100% with demo either though.
-
@Fast-Nop I sure do. Truth is I don’t consider myself this bad, I’m just not really this good at writing efficient algorithms.
-
@Codex404 wasn’t me or she, just us. Didn’t work as we expected it, it’s just a cherry on top of pretty disappointing day.
-
Booze and weed is all you need
-
Well the test happened before the broke up so not only I’m a lone looser, I’m also dumb.
-
Nice and clean, way to go!
-
@hack it’s the same, just different syntax
-
There’s always gonna be something you won’t like because you wrote it and know it inside out. I guess try finding some specific skill you want to show (like using Redux with React) and do it on small scale. Focus on what a potential person you’re trying to impress would look for in it.
-
@diavel example might be when you want to call a function with less arguments than it expects. Assuming you have a simple add(x,y) function you can make addTen like this:
const addTen = x => add(x,10)