Details
-
AboutIT stuff
-
SkillsJavaScript, Java, Python,
Joined devRant on 5/2/2019
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
-
How do you check if your input string does not have numbers it? If not then say enter a number? JavaScript please22
-
Finding it impossible to get a job as a recent graduate software dev. Any help for UK London based jobs? 😭😭😭5
-
I want to print the first number in the Fibonacci sequence to contain over 1000 digits. I got fibbonaci to work but I cannot seem to figure out how to implement the "Contain over 1000 digits".
Do I make a list to store the fibbonaci numbers in then do a statement?
My Python 3 Code:
def fibonacci(num):
if num == 2 or num ==1:
return 1
return sum([fibonacci(num - 2), fibonacci(num - 1)])
print(fibonacci(7))7 -
I got an internship as a Software Developer!.... So I thought.
I have been here for 4 months now, all I have done is manually insert data into a excel spreadsheet and upload it to the backend system through a UI. I haven't done any coding whatsoever or even spoke about it.
The boss's excuse was that I need to know how the system works. I understood and carried on...but 4 months later I am doing the same thing over and over again and it's not looking like any sort of progression will happen.
What should I do? Do I leave....I want to get expirence but I am not learning anything.
HELP!9 -
Why can't I pick a programming language and just stick with it? Anyone else constantly exploring new languages?12
-
Just applied for a new job, and I am through to the 3rd stage of the interview process (4 stages in total). This stage is a digital interview, where you get asked a question have 30 seconds to a couple of mins to think of an answer and then you are recorded and have 1 opportunity to give an answer.
I HATE this process, I think it's an unnatural and unfair way to assess someone's ability and skill.
I would love to know your thoughts and expirences on digital intrviews. -
I just realised that I never camel cased my user name, I would like to publicly apologise to my family, friends and all the devs out there.2