-
.NET Weekly #148 (14.10 - 20.10)
Cloud & Web
- Faster Web Applications with Vue 3
- Health Checks with gRPC and ASP.NET Core 3.0
- IHttpContextAccessor cannot be used reliably in some scenarios
- The Repository-Service Pattern with DI and ASP.NET Core
- Hosting a Machine Learning Model in ASP.NET Core 3.0
- How to make ASP.NET Core compile modified views
- Combining ASP.NET Core validation attributes with Value Objects
-
.NET Weekly #147 (07.10 - 13.10)
Cloud & Web
- Big HTTPS changes coming in Chrome
- gRPC Response Compression with ASP.NET Core 3.0
- Elliptic Curve Cryptography Explained
- Reasons to learn Redux as a JavaScript Developer
- ASP.NET Core perf and reliability
- Forcing Re-computation of Vue’s computed properties
- How GraphQL Saved My Project
-
.NET Weekly #146 (30.09 - 06.10)
Cloud & Web
- New in ASP.NET Core 3.0 - structured logging for startup messages
- Optimizing images for the web - an in-depth guide
- How to improve performance of vuex store
- Building and securing an ASP.NET Core API with a hosted Vue.js UI
- High performance servers with NET Core
- Serving ASP.NET Core Web Content from External Folders
- Server Streaming with gRPC and .NET Core
-
.NET Weekly #145 (23.09 - 29.09)
Cloud & Web
- Serverless - 15% slower and 8x more expensive
- Creating gRPC .NET Core Client Libraries
- Thinking in React Hooks
- HTTP 3 - the past, the present, and the future
- Introducing IHostLifetime and untangling the Generic Host startup interactions
- Performance metrics for blazingly fast web apps
- Using DynamoDB to track changes to DynamoDB
- GraphQL and Caching - The Elephant in the Room
- 9 Must Decisions in Web Application Development
- Upgrading my AlbumViewer Sample Application to ASP.NET Core 3.0
-
.NET Weekly #144 (16.09 - 22.09)
Cloud & Web
- AWS Fargate Deep Dive - What it is, when to use it and comparison with AWS Lambda and ECS
- Composing Components in Vue.js
- 11 Vue.js Lifecycle Hooks
- Looking back on five years of web components
- A few handy Vue.js tricks
- Amazon S3 introduces Same-Region Replication
- Announcing Azure Private Link
- Running async tasks on app startup in ASP.NET Core 3.0
-
Visual Studio Code, line endings and a bash script
As part of the home project that I’m working on we actively use Azure DevOps to store the source code and run quite simple CI. Recently I’ve customized the pipeline to run API tests as part of the build process. In order to do this I had to create a bunch of bash-scripts and faced an issue with line endings for such files. Visual Studio Code is an awesome editor created by Microsoft that could be used to work with almost any language in a more or less comfortable manner.
Read more… -
.NET Weekly #143 (09.09 - 15.09)
Cloud & Web
- Two is the magic Number
- Building Your Application with Styled Components in Vue.js
- Frustrations with React Hooks
- 3 Security Pitfalls Every React Developer Should Know
- Vue PWA - A Progressive Web Application Example With Nuxt
- File uploads with Blazor
- New in ASP.NET Core 3 - Service provider validation
- Use explicit typing for your JWTs
- Azure Functions 3.0
-
.NET Weekly #142 (02.09 - 08.09)
Cloud & Web
- How I built and run my e-shop for 0.7$ month using Azure Functions and a few more
- How to Avoid Cost Pitfalls by Monitoring APIs in AWS Lambda
- Comparing Startup.cs between the ASP.NET Core 3.0 templates - Exploring ASP.NET Core 3.0 Part 2
- Using GraphQL to Improve Data Hydration in our Customer Care Platform and Beyond
- CSRF is (really) dead
- Embarrassingly easy private certificate management for VMs on AWS, GCP, and Azure
- Using Certificate Authentication with IHttpClientFactory and HttpClient
- Enums And APIs
-
.NET Weekly #141 (26.08 - 01.09)
Cloud & Web
- Exploring the new project file, Program.cs, and the generic host in ASP.NET Core 3
- AWS Step Functions Gains Callback Patterns to Resume Paused Workflows
- Dynamic controller routing in ASP.NET Core 3.0
- Blazor – on the server or on the client
- REST And GraphQL Are Not Your Only Choices When Building An HTTP API
-
.NET Weekly #140 (19.08 - 25.08)
Cloud & Web
- The Perfect Wrapper Components in Vue 2.6 and soon Vue 3.0
- Rendering on the Web
- Delta requests for frequently-updated application bundles - from 2002 to service workers
- Brotli vs Gzip Compression. How we improved our latency by 37%
- Iframes are just terrible. Here’s how they could be better
- AWS Lambda Cold Starts After 10 Minutes
- Dependency Injection in Vue.js Applications
- JWTs suck (for web auth and basically everything else)
- Running PostgreSQL Using Amazon RDS
- The Cloud-native Azure Application Architect Map