Computer Science
It’s Always Year Zero
We asked web builders that we admire the same question: What is one thing you learned about building websites this year? Here’s what they told us. We would like to thank our ❥ sponsor Automattic Read more…
We asked web builders that we admire the same question: What is one thing you learned about building websites this year? Here’s what they told us. We would like to thank our ❥ sponsor Automattic Read more…
I’m always trying to learn more and more C# and have been creating a Windows desktop app for quite some time (.NET Framework 4.7.2; WPF). Now, I want to allow for language support, but not 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…