Cloud
It’s all relative.
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…
Now many people will say that this shouldn’t be done but I really need to test using the actual DB. Edit: I’ve resolved this. I just placed the Tests in the project folder I am Read more…
I’m not a fan of creating extension methods that assume a string of a specific kind of string, such as a url or file path. The worst was last year’s: public static T To<T>(this string Read more…
Definitely adding this to the pile of side projects I wanna do in C# This guy has also a lot of other small projects, where you can learn much. Just checkout his YouTube channel guys. 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…
Baeldung for reference https://docs.microsoft.com/de-de/dotnet/csharp/ Ah the Classic RTFM 😀 Wrong link, get it together: https://docs.microsoft.com/ko-kr/dotnet/csharp/ Read the Dokumentation https://metanit.com/sharp/tutorial/ Very good site for Russians 🙂 But I don’t think it’ll help certainly for you dotnetperls.com Read more…
Learn Development at Frontend Masters Black isn’t always slimming. When recently testing a dark mode option for one of my sites, I experienced first-hand the issue that Robin Rendle addresses in this article. All of Read more…
A jQuery plugin that takes a set of images and swaps the image paths as a frame-by-frame animation when scrolling down or up the webpage. Demo Download source
In Tensorflow official guide ( TensorFlow Lite inference ) they load and use a tflite model like this: But there is no Run method in Interpreter class: Any ideas ? no comments yet Be the Read more…
Hi! Finally I decided to start learning c#. The final goal is to create my own game (with unity), and I’d like to know all the stuff necessary to achieve this dream. I wanna be Read more…