June 2021

Archive

React Router Crash Course

Tapovan
Curriculum for the course React Router Crash Course React Router is commonly used to make different routes for pages in React Applications. This crash course will teach you how to create routes in your React applications. This course covers BrowserRouter, Switch, Nesting Routes…

Create a Design System with Figma - Full Course

Tapovan
Curriculum for the course Create a Design System with Figma - Full Course Learn how to build a design system in Figma. By the end of this course you will become a master of building design systems in Figma and understanding master components. ✏️ Course developed by Tim Sullivan…

DDV Generator Slovenia

Tapovan
What Is Slovenian DDV VAT DDV definition and abbreviation. What does DDV stand for Slovenia? ... The meaning of DDV is Davek Na Dodano Vrednost (DDV) is the VAT number provided by state with information on all Slovenian companies. The equivalent of Value added tax (VAT) in Slov…

The ARM processor (Thumb-2), part 20: Code walkthrough

Tapovan
As is traditional, I wrap up the processor overview series with an annotated walkthrough of a simple function. Here’s the function again: extern FILE _iob[]; int fclose(FILE *stream) { int result = EOF; if (stream->_flag & _IOSTRG) { stream->_flag = 0; The…

The ARM processor (Thumb-2), part 19: Common patterns

Tapovan
We saw some time ago how to recognize dense switch statements that use the TBB and TBH instructions. Here are some other common sequences in compiler-generated code. Note that instructions are likely to be reordered by the compiler to avoid stalls. The post The ARM processor (Thu…

OpenTelemetry Course - Understand Software Performance

Tapovan
Curriculum for the course OpenTelemetry Course - Understand Software Performance Learn how to use OpenTelemetry to get full stack observability on the performance and behavior of your software projects. ✏️ Couse developed by Ania Kubรณw. Check out her channel: https://www.youtub…

What’s new in Windows Forms in .NET 6.0 Preview 5

Tapovan
In this post we are going to talk about what’s new in Windows Forms runtime in .NET 6.0 Preview 5. Application-wide default font .NET Framework and Windows Forms were designed and built in a completely different world from today – back when CRT monitors still largely maxed out at …

.NET 5 REST API Tutorial - Build From Scratch With C#

Tapovan
Curriculum for the course .NET 5 REST API Tutorial - Build From Scratch With C# Learn how to create a REST API end-to-end from scratch using the latest .NET 5 innovations and Visual Studio Code. The API will be written in C#. ๐Ÿ’ป Get the code: https://youtube.dotnetmicroservices…

Package Validation

Tapovan
In this blog post, I’m going to show the new package validation tooling that will become available with .NET 6. It ensures that your package consumers have a great experience across all .NET platforms and versions and that you didn’t accidentally make any breaking changes with t…

ML.NET June Updates

Tapovan
ML.NET is an open-source, cross-platform machine learning framework for .NET developers that enables integration of custom machine learning into .NET apps. We are excited to announce new versions of ML.NET and Model Builder which bring a ton of awesome updates! In this post, we’ll…

JavaScript Programming - Full Course

Tapovan
Curriculum for the course JavaScript Programming - Full Course Learn JavaScript from scratch by solving over a hundred different coding challenges. Go here for the interactive browser version: https://scrimba.com/learn/learnjavascript ⭐️ Code ⭐️ Two versions: ๐Ÿ”— Interactive ver…

The ARM processor (Thumb-2), part 16: The calling convention

Tapovan
For non-variadic functions, the Windows calling convention for ARM matches the Procedure Call Standard for the Arm Architecture, so this will largely match what you see on most other operating systems. The fine points of the calling convention are spelled out in the standard d…

ASP.NET Core updates in .NET 6 Preview 5

Tapovan
.NET 6 Preview 5 is now available and includes many great new improvements to ASP.NET Core. Here’s what’s new in this preview release: .NET Hot Reload updates for dotnet watch ASP.NET Core SPA templates updated to Angular 11 and React 17 Use Razor syntax in SVG foreignObject element…

Announcing .NET MAUI Preview 5

Tapovan
While we are still recovering from Microsoft Build and .NET 6 Preview 4 , we are here to share our continued progress with .NET Multi-platform App UI (.NET MAUI) with .NET 6 Preview 5 . In this release we have enabled animations and view transformations, completed the porting of s…
an "open and free" initiative. Powered by Blogger.