Details
-
AboutIf you spend too much time thinking about a thing, you’ll never get it done. Make at least one definite move daily toward your goal
-
Skills.net with C# for backend Angular for frontend
Joined devRant on 4/2/2020
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 am afraid to click...
-
We can say what we want about content creators, the good ones will laugh and go further with making 10 times more money then we do.
-
C# without LINQ, Generics and the class library like IO or Threading, do you really would or better say should like C# without it?
-
Just 5 exams and you will be able to find a good job to forget the stress. Don't give up, you will regret it, if you give up or wait 6 years to continue.
-
Bad onboarding... been there, good luck.
-
@Cyanide I think they look at a Graph- with QLue
-
I use interfaces with property names same as the db collumn names.
-
@junon why is checking the validity of an email address bad?
-
Take a look at this channel: https://www.youtube.com/c/BenEater
-
"How do I know what I think before I hear what I say"
-
Let me help you: https://angular.io/
-
@F1973 He is not accepting his pull request because he is from Israel. I mean... did we have looked at the same thing? What is here unclear? He could accept it and go on, instead he told him to fuck himself in a professional way.
-
You will find something better
-
This is the default value for the (the default value)... 😃
-
I know how you feel. I was in the same situation. I can suggesgt you to break stuff in smaller units and try to understand each of them one by one. When the base is wrote shitty this can take really long. If that takes to long then, search for a important part of the application and try to back debug the whole processes, for example you come to the point where you see the end product of some calculation that is important? Try to find the part in code that is responsible for this result. Then go from this point backwards, look for the stuff that calls this function and then try to get the information that was sent to the part where you see the actual result. That helped me a lot to understand the codebase. Trust me, you will be in an simmilar situation again in future. Understanding code that other people wrote is a very valuable ability. Often you will have to do it without further instructions.
-
@electrineer that for sure 👌
-
Nice 😉 I would change the domain name and continue with the site.
-
Your are absolute right, you deserve rest from work to fill your batteries. I would ask the PM, does he do the proactive part and work on his holiday?
-
@Lensflare because it's a string literal, the interpolation resolves on runtime
-
I use vsc with the the C# omnisharp extension and it works without issues. If you had trouble installing the extension because of the lack of online connection, you have to download the dependencies like omnisharp, razor and the debugger, extract them in the extension installation folder and lock the installation afterward, search online for instructions. For asp.net scaffolding I use dotnet-aspnet-codegenerator and dotnet ef gives me everyrhing needed for my databases. Dotnet core has a cli, whit which you can do all things you could with vs. It's pity that you use the old framework instead of core, check the api reference, maybe you can do your stuff with core also and port your app to .Net Core.
-
I am sorry but your attitute is not so great. I also work as an developer and for me this job is not just an paycheck. It is an hobby and I make it for fun.
I mean the sallary is important for sure, but complaining that you have to improve your knowledge beside your job sounds ridicoulus for me.
I read blogs and posts about development all the time, because I want to learn new things and stay in the game, I do it with fun. I know many people that share this opinion. I am sorry, my intention is not to hurt your feelings, but it sounds for me that you are doing your job against your will, that is hard and unproductive at all, with all things. -
It sounds like you want to build a prototype and add your logic after it looks good. Try https://www.axure.cloud/
You can build your prototype and export the html from it, you will also get the css styles. After it looks good for you add your JavaScript.
But I can tell you, it will be better if you learn html and css to build everyrhing from scratch or at least use bootstrap or material design that will fast up your development.