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
Search - "efcore"
-
Nothing against managers, but this rings so true!
"The programmer who refuses to keep exploring will surely stagnate, forget his joy, lose the will to program (and become a manager)" -- Marijn Haverbeke. Quote taken from this book
Credit: https://twitter.com/nixcraft/... -
I bet whoever wrote this code into Scala REPL didn't know they'd make someone smile during the holidays
Happy holidays everyone! -
One thing I appreciate about my team - if someone makes a mistake, the first reaction after fixing it is: How do we prevent it from happening again?2
-
We bring you messages from the future...
Is Apple rounding up timestamps, or have they started using Scala Futures? 😂😂3 -
Somebody just asked me: "so what's the plan for Monday?"
Me: What's Monday?
...After waiting for a reply for a while, I check the calendar... IT'S MY FREAKING BIRTHDAY!!! -
Do you find yourself saying sorry to your code/computer when you find a stupid bug during dev?
https://m.xkcd.com/371/ -
I get in to the office today, and I'm informed that my ceramic origami swan (https://devrant.com/rants/1231342/...) fell and broke during office cleaning.
I'm now afraid to bring new stuff into the office for my desk2 -
As a dev, knowing some basic sh** about your infra comes in handy, esp when it's Saturday afternoon and you realise your Thursday release f'd up some obscure integration1
-
Cross time-zone design reviews are brutal! Feeling super exhausted, explaining shit I designed feels like torture! I mean, just get it!
-
When some random customer of one if our (bank) clients tweeted about receiving money to their mobile money account in less than a minute (while it was like an hour before we built an API for that shit). Knowing I was the dev that made that happen made my heart melt1
-
Either a very tired dev or a really really critical bug fix whose details cannot be revealed
I'll choose the first2 -
I have a mantra: don't get too attached to the shit you build
That mantra is about to be thoroughly tested - we might be just about to trash one year worth of work coz the 3rd party we were working with doesn't look like they'll be able handle our load2 -
I had been struggling with writing some test cases for days - so I decided to delete all the test methods I'd written and start from scratch - took me less than 30 minutes!
I'm happy now -
Just wrote a Scala test class using Sublime, felt like I moved faster than with IntelliJ... Maybe I should try vim next?1
-
🎶Today was a good day🎶
I finally got around to doing a task I'd had on my list for months
Plus: it's open source too!
https://github.com/muya/... -
I can't get over the fact that Stephen Hawking passed away
"...may you keep flying like superman in microgravity..."
https://twitter.com/NASA/status/...1 -
When you look at a client's current database schema and you're like (whatIWasGoingToChargeYou * numberOfUnnormalizedTables)1
-
I think at times when writing tests, you have to tell yourself: Enough for now, move on to the next feature1
-
I changed my twitter password on web on the day they discovered the passwords in plaintext in their logs, and till today, I've not been logged out of the mobile client1
-
Does anyone else have fortune set up to run every time you open a new terminal?
And people ask why I'm almost always smiling at my computer2 -
How would you handle this:
You generate an id
You chech the db if it is not taken
If it is taken you generate a new one and check again.
You then save the new item with the generated id.
How do you ensure that between the time you checked and the time you added the item some other call did not try to also add an item with the same id.
Async mvc
C# and dotnet core with ef core15 -
What do you think, does Google just have really good code structure that allows re-use at this level, or are they just coordinating release notes?1
-
I started a project to practice and familiarize myself with SQL more and Entity Framework Core and prove how much I’ve learned from reading this book.
It was originally gonna be small program with a small database but over the course of me designing the database I thought of more features I could add. It’s been awhile since I’ve had a project and it feels good to have one.
Right now I’m only messing with SQLite but since the position I want to apply for asks for SQL Server I want to mess with that eventually.5 -
Lovers of music, you should check out Soulection (SoundCloud & Beats 1 Radio) for music you can code to & also chill out to1
-
Me, thinking of removing clothes from the drying line: "you need to insert the clothes into the house"
-
I hate waiting on a preview of an SDK from Microsoft that should have the support for the feature in the first place. I should be able to query a view without needing a primary key. I am tired of making workarounds. Come on EF Core 2.1 preview! You’re killing me! Back to ADO.NET for now.
-
How long is the "longest" EF core context you've seen ?
Without any additional methods.
Just DbSets and OnModelCreating.
Mine is 1338 code lines right now6 -
A.I surgeon. They'll "get sick" at some point
I wonder what the equivalent of leaving tools in a patient's body would be 😈