-
Notifications
You must be signed in to change notification settings - Fork 1
dev@web
Olivier DALET edited this page Sep 1, 2020
·
10 revisions
- How I Built a Google Docs Imitation: https://rajrkane.com/2018/08/06/how-i-built-a-google-docs-imitation/ (node.js, React, Mongo)
- ASP.NET Core Security, Part 1
- Troubleshooting TLS / SSL communication problems when making HTTP web request in ASP.NET Part 1
- Creating a Custom Tag Helper in ASP.NET Core: Generating HTML
- Web.config transformations - The definitive syntax guide
- Passing a binary file to a web service from a .NET app
- Windows Calculator in browser - Wasm
- Getting Started
- Introducing UADO — An Uno Platform App Showcase
- Using WebAssembly Modules in C#
- What is Blazor and why is it important for .Net developers and the web
- Intro to Blazor and Creating a Blazor App from Scratch
- How to Create a Blazor Component
- Blazor by Example - Build a simple traffic light
-
WebWindow
- https://gunnarpeipman.com/blazor-on-desktop-webwindow-experiment/
- https://blog.stevensanderson.com/2019/11/01/exploring-lighter-alternatives-to-electron-for-hosting-a-blazor-desktop-app/
- https://blog.stevensanderson.com/2019/11/18/2019-11-18-webwindow-a-cross-platform-webview-for-dotnet-core/
- https://github.com/SteveSandersonMS/WebWindow
- Blazor State Management
- Sharing Data and Splitting Components in Blazor
- Building a C# Interactive shell in a browser with Blazor (WebAssembly) and Roslyn
- Realtime Blazor Tic-Tac-Toe game - Bot vs Multiplayer using signalR
- Announcing Blazm (Grid component)
- An app in Vue+TS: https://www.theurlist.com/
- Article: https://burkeholland.github.io/posts/the-urlist/
- Github: https://github.com/the-urlist
- DevOps - CI/CD:
- Using Vue CLI Inside an ASP.NET Core Project
-
Choosing a “Modern” React.js + .Net Core Stack
- Marten + Postgre Document DB or Event Store: https://martendb.io/
- Jasper messaging: https://jasperfx.github.io/
- https://parceljs.org/
- https://react-bootstrap.github.io/
- https://redux.js.org/
- https://www.npmjs.com/package/redux-api-middleware
- https://github.com/axios/axios
- Testing
- Testing Without Mocks: A Pattern Language
- Alba: Supercharged integration testing for ASP.Net Core HTTP endpoints
- TestServer
- Storyteller
- A way to use Docker for integration tests + https://github.com/dotnet/Docker.DotNet
- Jest + https://github.com/testing-library/react-testing-library
- Moxios: Mock axios requests for testing
- Selenium...
-
How to properly define state in React components: https://hackernoon.com/how-to-properly-define-state-in-react-components-b0f0ee83c982
-
How to use ReactJS with Webpack 4, Babel 7, and Material Design: https://medium.freecodecamp.org/how-to-use-reactjs-with-webpack-4-babel-7-and-material-design-ff754586f618
-
How to setup Mobx with TypeScript in the new create react app: https://devlinduldulao.pro/how-to-setup-mobx-with-typescript-in-the-new-create-app/