Details
-
SkillsC#, .Net, JavaScript/jQuery/Typescript, Angular 2/Angular4, SQL/MySQL, Python, HTML(5)/CSS(3)
-
Github
Joined devRant on 12/25/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
-
JavaScript is ok. But I'm really hoping it will be fully replaced by webassembly within the next ten years.9
-
To all JavaScript devs in here, what are your current feelings toward the emergence of WebAssembly?7
-
I've been programming for a career and as a hobby for more than two years now. I want to start contributing to some projects on Git hub, but I'm not sure where to start. What advice do you have for me for first starting out on Git hub?6
-
In your experience, do smaller Dev shops typically pay less and have fewer benefits than larger corporations?5
-
When you work in a company that has over 5,000 employees, the sluggishness of how things move and people communicate is sometimes unbearable.6
-
My supervisors are letting the intern work with me on one of my projects. Why do I feel like they're trying to replace me?3
-
Have any of you ever lost your job because you couldn't meet a deadline? ( The reason being because you didn't have enough experience to fix an issue so you could deliver on time) How did you bounce back?6
-
When was the last time you dealt with an evasive memory leak in JavaScript? How complicated was it and how long did it take to resolve?1
-
So my coworker asked for help with his work. I understand that sometimes talking about the problem with someone else will help solve the problem, but seriously, don't ask me "How do I fix this?". If you wanted me to help you fix something, go to lunch and let me work on it for a couple of hours. I can't fix something by telling you what to do. I need time to look into the problem myself, do research, and run tests on my own. Telling to do that over your shoulder is a complete waste of our time.
Also, his attitude of complete helplessness is tiring. It's hard to help someone who continually reminds you of how much he just wants to give up.2 -
The. Fuck. I absolutely hate it when my supervisor asks me for a time estimate on a project when I have never used the language/framework for that project before. It's like saying, "Here's a winding path you've never run before that you need to run through. How long will it take you to get to the end?" Gosh, it's like the don't ever think about what they just said.3
-
What applications have you all used for developing iOS and Android apps on a Linux machine? I've been wanting to use Xamarin on my windows machine but I've decided to move to Linux. I'm looking for something that will let you develop iOS and Android apps on a Linux platform like Fedora or Ubuntu. Any ideas?13
-
I'm considering going to Linux for my main operating system since windows 10 is bugging the heck out of me. Although, my main IDE is visual studio 2015. What IDEs are out there for .NET development in Linux and what are their pitfalls compared to VS 2015, if any? Are you still able to create all the things in that as in VS? I'm usually working in MVC and ADP.net forms and maybe the occasional console app in C#.3
-
Here's my idea. In light of all the efforts to teach kids how to do programming, why not start with an introduction to discrete mathematics instead? From a lot of the programs I've seen, the kids are taught different structures such as if else, while, and for loops, but they don't attempt to start teaching them about recursive methods or even other structures such as linked lists, queues, dequeues, binary trees, heaps, different sorts, and other things. Am I just not looking deep enough into those programs? Or are the creators of these programs not wishing to cover those things because they feel like children wouldn't be able to comprehend such things?4
-
I just wanted to shout out to everyone here and say that I really appreciate how great everyone here really is. I've posted rants in the past on dev subreddits and I've always received harassment for one reason or another. In my whole time here, I don't remember running into anyone who was nearly as verbally abusive as those on Reddit. Thank you all for being you and please continue to do so.3
-
I'm often taking with co-workers and my supervisor, but it's extremely frustrating because they interrupt all the time before I've finished a sentence or if I misplaced one word while talking. They completely misinterpret what I say and I have to deal with their bickering once they think I said something incorrect.
Good grief people, just be patient.1 -
Everytime I hear the word 'coding' or 'code' in regard to programming, I get a twitch of annoyance in my brain. Seriously, that word is so overused that it's now cliche to me. And it does nothing to distinguish the kind of language someone is using. Is a software engineer solving an advanced problem using C or is it some newby who only knows HTML? Please stop saying thing like, 'i know how to code' when all you know it's HTML. Be specific, you're not fooling anyone. Also, please, don't use that phrase if you're an advanced software engineer either. You're better than that.18
-
Thinking of using Xamarin for the development of a mobile app for a side project. Yea or nay? Android and iPhone.4
-
So where I work now, there is this developer in my team who I feel like doesn't know how to do any kind of tests for web apps. I was given the task of testing some of their additions to the application we develop and, I swear, it's like they never even made a dent in the application according to what they were supposed to do.
So instead of testing the "changes", I basically had to rewrite the entire part of the application that was their responsibility! It was like they didn't even know what was going on at all and this developer has been working at the company for two decades!
I'm kind of tired of dealing with this developer at this point because project management is constantly pushing some of their tasks on to me because they can't seem to finish it for some reason. :-/
Obviously, I will continue to work with this co-worker of mine because they are a member of the team and respect them as a member, but seriously, they should do more research on their own time of modern web development languages and frameworks to save us all a headache. They came from the world of desktop app development so I feel they haven't adjusted to the industry change very well.