Details
-
AboutReact developer
-
SkillsJS, React
-
LocationSouth East England
-
Website
Joined devRant on 9/29/2016
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
-
Almost 2 months ago I left my job for another that paid slightly less.
Can't belive I am saying this but I love my new job.3 -
So I quit my job and am currently serving my notice period. I do the hiring for my team (lead dev). Today I got an email from a recruiter trying to recruit me for my current role ....6
-
Just heard a QA member say whilst training a starter:
'We are going to do some hacking now'
He just changes a URL argument.5 -
!rant !dev Facereveal inside. ;)
Elbriot Hamburg was awesome! Filled up my endorphin level to the max.
Amazing lineup! Jasta, Arch Enemy, Suicidal Tendencies and more. Moshpit destroyed me! Haha!1 -
Being fairly new to the software game I’ve yet to tried my fair share of languages, both at work at a professional level and small to medium sized projects at home. I’m now starting to see patterns and different features in languages, and I must say that Rust is a language that blew me away totally.
I read the online book and then I wrote a few small programs. It feels super modern with all the cool features and it’s so fast. The threshold can be high, depending on your background.
I’m no pro using the language at all, but I enjoy it so much. I urge you to try Rust for your next project. The community around the language is also very interesting and welcoming.
What are your experiences with Rust?3 -
How do you go about finding work in the tech industry, to me it seems far harder sell then anything else?
Right now I’m struggling to get new business in since I do websites and apps
It seems because it’s niche and it’s a lot of money to put down it’s a risky sell to someone you don’t really know.
I believe my sites are quite good and I get decent feedback from customers telling me they get good results from their new site
🤷♂️ so I’m a bit at a loss -
!rant !!Story
I installed Truecaller and it naturally scraped my contacts information. I realized that anyone now who had not saved my number can search who I am. I didn't want that to happen so I uninstalled Truecaller. But people still saw the name and profile I had created. So I reinstalled Truecaller changed my name and surname to 'Call me to know who I am' and uninstalled Truecaller again. Now it overrides the information so anyone searches for my number and hasn't saved it that's what he'll see.3 -
Please don't make junior developers feel they're a burden.
Have you ever googled "how to mentor junior developers"? It's quite mind-blowing how many articles, talks and panels are on this topic. And yet still junior developers are not feeling welcomed in their companies.
Yup, you guessed it, we also have something to add (based on our own experience):
1. Asking for help is not easy. Please don't blow juniors off by telling them to read docs when they ask a question. Always assume they've read it and did a sprint to solve the problem. They ask you, because they see you as a mentor and really need your help. If you can, spend more time with them and guide through the entire problem solving process.
2. Please don't think "I learnt it this way so you should too". If you're in charge of teaching a junior developer, don't expect them to be a carbon copy of yourself. Because even though in your opinion your approach is more "pro", they might not be there yet to use it properly. And last, but not least:
3. Of course, juniors will compare themselves with seniors on their team. And there'll be moments they feel so guilty and so afraid that they cost the company too much, that they need training, and supervision, or are between projects and are not bringing in any money, and they'll fear that their company regrets hiring them. Make sure they don't feel like a burden. As juniors, we often
have this misconception what is expected from us.
Dear tech companies, please set very clear expectations and tell your juniors you're happy. Don't get us wrong here. We don't expect unicorns, roses and pats on the back from companies. We do understand- this is business, and at the end of the day we all are here to make money. To do so, companies need to make smart investments. Junior dev with a great assistance, planned support, and a clear training program will become a great asset. It really is as simple as that.12 -
reactjs project i got to work on has one "main" component and "modals" components referenced in it, that's it, one parent with many children. parent has nearly 1000 lines of code, child on average is nearly 500!
Let's talk about components! LOL :'/2 -
Now I can finally say that Linux is the best os I've ever used.
It's is just awesome. Everything can be controlled here easily. No fuss in installing and stuff. I wish I had started using this OS right from the beginning. Thank you to all the members of Linux community.
Linux community raise your hands up.7 -
!rant
I'm having an awkward episode of excitement-fear-shock, so I don't know why I'm exactly writing this; I just needed to tell this to someone.
Few hours ago, I found out that, in a hardly believable turn of events, I have been accepted in a PhD program in the exact field I wanted, computability theory, in one of the top universities in my country. I would say this is a dream, to have the chance to study what I like most in this world, now I see I just got the opportunity to make this dream come true.
With an absurd feeling of joy and sadness, it also means that I have to let go of programming, at least as a career. I really don't know if I will have to crave for the job I have right now ever again, but I know that I won't regret this decision; this is what I want.
But anyway, I enjoy to code, and I will enjoy it any time.
dev4Life2 -
Devrant::Mathematicians, unite!
I found a new way to calculate running average.
Old:
a(o, n, i) = (o(i - 1) + n) / i
New:
a(o, n, i) = o + (n - o) / i
a: New average function
o: Old average
n: Element to add to average
i: New number of elements16 -
Idk if any of you remember
A while ago i tried to make a router from a raspberry pie and i had trouble with connecting the pie to an internet cable wich requires user and pass from the provider
Done it like 5 minutes ago using pppoe and rc-pppoe
Took me a couple weeks to figure it out
Tho i need type a command
"sudo route add default dev ppp0"
And bam it works
Damn happy cuz u know , i got no electricity... still ... and this is just great to run on a power bank
Cheers ya'll! -
I hope I did not make the wrong decision here:
Been working on a side project using React Js for a year now. After getting to know more about Vue, I just started rewriting it and moving it to Vue, to speed things up I'm using core JS classes for network stuff and validations ...etc just rewriting Redux to Vuex and React Components to Vue Templates
If I made the wrong decision I'd appreciate if anyone tell me about it before I go deeper in the rewrite process lol
It is not that I found speed difference both perform the same from what I've seen for my scenarios. But the output code of Vue is soooo much cleaner than what I found in React, either I failed to write a clean react code no matter how hard I try to optimize it, or Vue really takes the short way and keeps things clean.19 -
What's the meaning/story/idea behind your username?
PS.- don't bother if your actual name is your username76 -
"restarts Windows machine*
*windows updates, hah fuck you ima take 30 mins to shut off and turn on again*
*installing NSA... Please wait*
*windows has detected a problem, please wait*
......... I just wanted to restart it -
I see your cult of pink and raise you my clan: the blue leviathans. Dedicated to all the lost children of the blue.
*Insert clanlogo.png*7 -
I haven't posted anything in a long time. Let me change that. I'm doing normal. Just busy. University and all. Seems like stuff is going to get a bit interesting. I can't say anything beyond that.
I hope everyone's alright.20 -
Guys I need a new phone because my current one is really slow and just honestly shitty.
I know way more about computers than I do phones so I was wondering if there is any certain phone you guys recommend? Preferably something that does NOT shove Google down my throat? (My phone doesnt let me delete Google apps and I dont feel like dealing with that shit or doing extra stuff to remove..)15