C#, Software Developer, .Net, Web-development. My ambition is to find a job in tech where i can learn and grow with my peers. Follow along my journey here :)
What's something that people turn into their entire identity?
People that use Rider sound like Vegans. (Nothing against either just an observation) :D
#DotNet#CSharp#JetBrains
Today i learned there is a Kanye West Quote API called https://t.co/4aLE83WGmT. Im so happy that technology can improve the lifes of people in such a profound way
Learning Identity when the scaffold hides most of everything by default is kind of discouraging.
Trying to implement a reset password functionality but im not sure if there is a hidden account controller or not
#CSharp#DotNet#Identity
Hardest part of self-learning is getting up and starting. Choosing what to work on, what feature should i flesh out more?
The end result is often clearer than the path to it.
Specially so when the end result is a whole bunch of ideas that interact.
#Csharp#DotNet#Learning
Go check him out and you might accidentally get a deeper understanding of some really cool topics
Like, this stuff just exists out here for free...
https://t.co/N4GVOk1l6f
If you would have asked me two years ago if i would have been bingeing programming conferance talks..
I would have sneered at you oddly for such a specifik question. But here i am bingeing @dylanbeattie talks on my way to work. Having a great time AND learning π
#DotNet#CSharp
@ABritInCanada@_dotnetbot_ I'll check it out! Thanks alot, I knew there was probably a better way than taking the input as a string and parsing it on the backend π
Is the best way to deal with decimal inputs from a view to make a custom binding?
Struggeling a lot with getting a input field that takes a decimal value to the controller. Seems culture variance in decimal formats is also a very common problem. Any pointers?
#CSharp#DotNet
Looking for work with no experience like:
Trying not to compare yourself to imaginary superior beings while trying to convince someone else you are worth their time is such a strange thing...
I think ill just be me and let someone else decide if im worth their time.
Hope your day is going better than mine ππππ
Would love if any free spirit could tell me why my code is bad and why i should feel bad <3
https://t.co/VXMW5WDeDi
https://t.co/DYylNPt0Mj
#CSharp#Algorithms
Didint take long to get stuck
I solved the functional problem but cannot for the life of me optimise this enough to clear the last few testcases. Failing on performance
https://t.co/DYylNPt0Mj
Met with a recruiter who hires for entry level positions. Got a technical test to complete to meassure my knowledge. So now i have 48 hours from when i start the test to complete it.
Suddenly on the algo-grind for a couple of days π
#CSharp#Algorithms
Setting up a one to many relationship in a database is childsplay compared to passing data around properly in an MVC app... Debugging on the frontend is hard π
#MVC#dotnet#csharp
@codingTherapist how do you handle the feeling of not progressing?
My adhd brain wants to progress now!
Context: struggling with a programming task for hours now π
Making an SPA MVC app seem strange to me. Does it make sense to reference the site.js file to do fetch calls from a View?
Iv been trying to find exaples of this thing but most recent one is an MSDN from 2015
#MVC#SPA#CSharp#DotNet
Forgive me for i have sinned... I mean i made a To-do app with Fetch and C# backend.
Was fun to push through, debugging JavaScript is... an experience
https://t.co/antuT0xhkH
#JavaScript#Csharp#ToDo