Details
Joined devRant on 8/1/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
-
Been unemployed for about 4 months and counting cause I lost my job, now waking up in the middle of the Night with anxiety and many thoughts, with so much feeling of Fear that I feel unsafe, I could hardly continue sleeping.
I wake checking emails for an Interview shot or some positive feedback.
I am currently out of Finance, don't know how my coming months will be. Also, I'd having an interview in the next coming months that would need me to present my financial status at the immigration office because I am immigrant.
I do not know what to do.5 -
Should I include that I am still working in my current Company in my resume while applying for a new job?
Hello, I am currently applying for jobs to other Companies, because I am starting to feel uncomfortable with my current job, and I was wondering whether it is important to indicate my current job and role, stating that I still work there, or whether I should completely take it out or indicate that I stopped working in the Company.
What do you suggest from experience?4 -
I'm a Newbie to networking, and currently trying to understand this Network and Identifying the IPs for which interfaces.
I'd love to know which IP address is for the captured Router interface, etc. Which IP is the address of the captured interface n2.
How do I approach to solve this Problem?2 -
Hi, Please those of using VScode here, is there a way to commit to Git without "Git Comments" ?, I am asking this question because of my Personal Project.10
-
Hi,
Please is there a website (aside google) where someone could easily look up programming terms that are unfamiliar, especially for newbies.9 -
Sorry, I just have a Question. Please is it possible to continue typing in the same local in Pycharm Terminal where the server was initiated while it is still running?, if yes, what should I do to continue typing on the on the same local.
I do not want to open another new local, and I don't know if if that's normal with the community.1 -
NEED HELP: C#
Please I am a Beginner in C# and I need little help with Methods.
In the Picture attached, I'd love to use User input as Parameters in the method. Example: example getting user imput with Console.ReadLine(); and storing it to num1 or num2 as parameter in the Method.
Is this possible in C#, if so, how can I make it work? Thanks5 -
For a JavaScript beginner, Is it efficient to learn with or use "Strict Mode" while building stuff?4
-
Aside building Projects, which is your best bet to learn a new language?
Videos or Books ( including articles, posts etc).
Which is your best bet?8 -
Please look at this code, I wanna know why the $ and {} was added to the alert method to pop up the key and value of user.
what is their functionality there?
let user = {
name: "John",
age: 30
};
// loop over keys-and-values
for (let [key, value] of Object.entries(user)) {
alert(`${key}:${value}`); // name:John, then age:30
}4 -
What causes a mobile app UI to run slow or laggy? and Can a framework cause an app UI to run slow or Laggy?4
-
I have reinstalled node js 3 times to run JS scripts and "npm run dev" is not starting up the server. This is quite frustrating.29