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…
June 2021
Archive
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…
The ARM processor (Thumb-2), part 18: Other kinds of prologues and epilogues
•
Tapovan
Last time, we looked at the standard function prologue and epilogue. There are some variations to the standard that you may encounter from time to time.
Lightweight leaf functions are functions which meet all of the following criteria: Modify only the non-preserved registers: r0…
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…
Asynchronous JavaScript Course (Async/Await, Promises, Callbacks)
•
Tapovan
Curriculum for the course Asynchronous JavaScript Course (Async/Await, Promises, Callbacks)
Learn how to use Async/Await, Promises, and Callbacks in JavaScript.
✏️ Course from Joy Shaheb. Check out his channel: https://www.youtube.com/channel/UCHG7IJuST_BXJkne-0u0Xtw
๐ Articl…
The ARM processor (Thumb-2), part 17: Prologues and epilogues
•
Tapovan
The calling convention and ABI for ARM on Windows dictates a lot of the structure of function prologues and epilogues.
Here’s a typical function prologue:
push {r4-r7,r11,lr} ; save a bunch of registers
add r11, sp, #0x10 ; link into frame pointer chain
…
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…
Announcing Entity Framework Core 6.0 Preview 5: Compiled Models
•
Tapovan
Today, the Entity Framework Core team announces the fifth preview release of EF Core 6.0. This release includes the first iteration of compiled models. If startup time for your application is important and your EF Core model contains hundreds or thousands of entities, properties…
an "open and free" initiative. Powered by Blogger.