Coding
Hell Yes! CSS!
programming zines by Julia Evans (@b0rk) I wrote this zine because, for most of the last 15 years, I found CSS confusing and upsetting (not “hell yes!” at all!). Even CSS changes that I felt Read more…
programming zines by Julia Evans (@b0rk) I wrote this zine because, for most of the last 15 years, I found CSS confusing and upsetting (not “hell yes!” at all!). Even CSS changes that I felt Read more…
Does someone know why I have to toString my guid when I try to filter a MongoDB query with bson documents? System.Guid is a byte array actually and it requires additional transformation to be converted Read more…
Psalm is awesome thanks Vimeo Hold on, psalm was built by a vimeo dev? That explains why it got popular so fast. The php community usually takes a while before they let another project get Read more…
Hi, I’m creating a asp.net core BackgroundService and I need to inject a Service with a dynamic parameter based on a parameter passed by Queue. My job looks like this: Any tips? I’m not sure Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
Learn Development at Frontend Masters WCAG 2.1 Recommendations rolled out in 2018. It’s been a couple years now and there are some new Success Criterion. In this article, I will discuss Label in Name, which Read more…
I give up easily. I give up if what I’m doing isn’t producing results, if it takes too long, or if the results aren’t what I want. Is it possible for someone like me to Read more…
A little tip, as I’m doing something similar myself, the System.Console class has a Clear() method which does exactly what you think it does. Thank you! i was trying to find a way to clear Read more…
What’s the name of a particular code smell /anti-pattern where you write methods that don’t actually need yet and may never do, just because you can or because you think you may use it in Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source