Coding
PHP 8.0 ARM missing JIT?
Hi I installed php 8.0 onto my raspberry pi that has Ubuntu 20.04 installed along with ondrej/php repository so I could install php 8. However what I have noticed that when I try to get Read more…
Hi I installed php 8.0 onto my raspberry pi that has Ubuntu 20.04 installed along with ondrej/php repository so I could install php 8. However what I have noticed that when I try to get Read more…
Love FluentValidators but one feature I believe is missing. A lot of time my validations requires some lookup in a database or conversion from string “SALE” => OprationTypeEnum.Sale. Is it possible to carry additional “context” Read more…
Learn Development at Frontend Masters We made one! It’s open source if you want to make it better or fix things. There are quite a few purpose-built fonts for writing code. The point of this Read more…
https://channel9.msdn.com/Series/CSharp-Fundamentals-for-Absolute-Beginners I found this in the sidebar. I started taking the courses. About 1/2 of the way through the course he references files you should have downloaded, that are no longer hosted. Does anyone know Read more…
How does your DbTicket class look? Added the class; thank you. C# devs null reference exceptions source
We use the binaryformatter often as an easy way to clone objects. Is that still allowed? Because it’s fast and always works, with enheritance/polymorphism. C# devs null reference exceptions source
Hello ! I liked your article, i didn’t know about lazy iter. You might be interested into something I built recently : https://github.com/loophp/collection Let me know what you think ! Members Online source
Hello, im making like a step by step program, that should open program automatically, but using Process.Start mess with almost every program i open using this, like for example, i launch another program, that program Read more…
I created a data grid in a tab and set an event that whenever you double click on the grid, it would switch to another tab. The event handler gets triggered correctly. The thing is Read more…
Composer is a terrible benchmark for JIT. Composer is highly IO and network dependant and doesn’t do a lot of math or loops. JIT is completely useless for this case, and the volatility of networks Read more…