
Free Ebook - Blazor WebAssembly Succinctly
conceptually similar to (Google) Flutter, just using .net compiler (Mono) instead of Dart.
"With Uno Platform, you can empower your existing .NET teams to build pixel-perfect, single-codebase, multi-platform web, mobile and desktop apps."
How to Create a Location-Based App
According to the MarketsandMarkets report,
the location-based services market will reach $40 billion by 2024.
13 Cool Ideas for Location-Based Apps and How to Develop One

7 Examples of Location-Based Services Apps | The Manifest
10 Great Examples of Location-Based Apps | Technology Org
Watch the 2021 VW ID.4 Crossover's Unveiling Here September 23 @CarAndDriver
VW unveils ID.4 interior with some Tesla inspirations - Electrek
Volkswagen's ID.4 is its first electric SUV for North America | Engadget
Volkswagen ID.4 SUV Global Reveal - YouTube
California Governor Signs Order Banning Sales Of New Gasoline Cars By 2035 : NPR
competition:
Volkswagen's new ID.4 electric SUV is less expensive than Tesla's Model Y
Volkswagen ID.4: See VW's first fully electric US competitor to Tesla - Business Insider
The $39,995 compact SUV is priced to compete with the Toyota Rav4, Honda CR-V, and similar four-door hatchbacks.Tesla unveils new 4680 battery cell: bigger, 6x power, and 5x energy - Electrek

Watch Live! Tesla's Annual Shareholder Meeting & Battery Day - YouTube
Tesla announces ‘tabless’ battery cells that will improve range of its electric cars - The Verge
Tesla’s Elon Musk said a $25,000 electric car with next-gen battery in the works - The Verge
"Tesla announced that it will dramatically reduce the cost of its battery cells and packs — which means the company’s new goal is a $25,000 electric car. The company’s CEO Elon Musk said its new “tabless” battery cells, as well as by changing the materials inside the cell, will allow Tesla to “halve” the price per kilowatt-hour, which will make electric cars roughly the same price as combustion engine ones."
Tesla is going to have new head of its Advanced Battery Research in Canada - Electrek
Hyper is an Electron-based terminal
Built on HTML/CSS/JS
vercel/hyper: A terminal built on web technologies @GitHub
alternatives:
alacritty/README.md at master · alacritty/alacritty
My terminal became more Rusty 🦀 - DEV
nushell/nushell: A new type of shell
Switching to Alacritty and Nushell from Iterm2 and oh-my-zsh
This project was formerly known as "Jade." However, it has been revealed to us that "Jade" is a registered trademark, and as a result a rename is needed.
docs: pugjs.org
Getting Started – Pug
Pug Template Engine - Full Tutorial for Beginners - YouTube
Pug (formally known as Jade) is an HTML preprocessor implemented in Node.js. It allows you to render HTML with powerful features such as loops, templates, mixins and native JavaScript logic + support.
Converting HTML Files to Pug | Node.js - The Complete Guide
NodeJS - The Complete Guide (MVC, REST APIs, GraphQL, Deno) | Udemy
Getting Started with Jade | Pluralsight
![]()
![]()
Nvidia CEO Jensen Huang on deal to buy Arm Holdings from SoftBank - YouTube
NPMCompare.com - Comparing aws-mock vs. aws-sdk-mock vs. jest vs. proxyquire vs. tape
How to Mock AWS Services in TypeScript - Kyle Galbraith
GitHub - florinn/typemoq: A simple mocking library for TypeScript
Mocking Out the AWS SDK for Go for Unit Testing | AWS Developer Blog

Nvidia to buy Arm Holdings from SoftBank for $40 billion
Chipmaker Nvidia has agreed to buy Arm Holdings, a designer of chips for mobile phones, from SoftBank in a deal worth $40 billion, the companies announced Sunday. The deal will include $21.5 billion in Nvidia stock and $12 billion in cash, including $2 billion payable at signing.Here are the alternatives we recommend:
Luxon can be thought of as the evolution of Moment. It is authored by Isaac Cambron, a long-time contributor to Moment. Please read Why does Luxon exist? and the For Moment users pages in the Luxon documentation.
Intl providedIntl providedDay.js is designed to be a minimalist replacement for Moment.js, using a similar API. It is not a drop-in replacement, but if you are used to using Moment's API and want to get moving quickly, consider using Day.js.
Intl provided, via a pluginDate-fns offers a series of functions for manipulating JavaScript Date objects. For more details, scroll to "Why date-fns?" on the date-fns home page.
Intl provided, via a separate companion libraryjs-Joda is a JavaScript port of Java's Three-Ten Backport, which is the base for JSR-310 implementation of the Java SE 8 java.time package. If you are familiar with java.time, Joda-Time, or Noda Time, you will find js-Joda comparable.
JavaScript has always had a Date object, defined ECMAScript (ECMA-262) specification here.
When using Date objects, be aware of the following:
The Date object internally represents a Unix timestamp with millisecond precision. It offers functions that will convert to and from the system's local time zone, but it is always UTC internally. Unlike a Moment object, it can not be set to use another time zone; It has no concept of "mode".
Using Date.parse, or new Date(<string>) has been problematic and implemented inconsistently in the past. The current specification defines parsing a variation of ISO 8601 strings, where date-only forms (like "2020-09-14") are parsed as UTC, instead of local time as they would be by ISO 8601. Even then, not all modern implementations have implemented this specification correctly (e.g., Safari). Other types of strings may work, but parsing them is implementation specific and can vary significantly - especially with older browsers. Depending on the implementation, and the components provided in the string, you may be surprised with the result. For these reasons, we agree with MDN's statement that parsing strings with the Date object is strongly discouraged.
Modern JavaScript environments will also implement the by ECMA-402 specification, which provides the Intl object, and defines behavioral options of the Date object's toLocaleString, toLocaleDateString, and toLocaleTimeString functions.
When using the Intl object, be aware of the following:
timeZone option in the Intl.DateTimeFormat constructor (and in Date.toLocaleString, Date.toLocaleDateString, and Date.toLocaleTimeString). This option can be used to take the internal UTC-based timestamp of a Date object and get a string that has been converted to a named time zone. However, it can not be used to convert a Date object to a different time zone.If the Date and Intl objects meet your needs and you fully understand their limitations, then you might consider using them directly.
Past Issues of ComputingEdge | IEEE Computer Society




Music21 is a Python-based toolkit for computer-aided musicology.
WebAssembly Studio