Upcoming .NET User Forum Zurich / 6th July 2021
Announcement and teaser for a .NET User Group Zurich online event focusing on async/await programming in C#, covering pitfalls and best practices.
Announcement and teaser for a .NET User Group Zurich online event focusing on async/await programming in C#, covering pitfalls and best practices.
A React developer shares personal opinions on structuring projects, advocating for single-file components and avoiding unnecessary sub-folders.
A technical guide on migrating existing social media user accounts (like Google) to Azure AD B2C using Microsoft Graph API and a .NET application.
A tutorial on using Swift's structured concurrency and async/await to run tasks in parallel safely and efficiently.
A guide to implementing reliable Apache Kafka producers and consumers in .NET, covering delivery models and idempotency.
Explains how to use CSS Level 5 media queries (hover, pointer) to detect hover-capable devices for better responsive design and accessibility.
Introduces typeclasses in Python as a solution for writing functions that behave differently for different types, using the dry-python library.
A guide offering four psychological strategies to manage anxiety and improve performance during job interviews in the tech industry.
A guide on handling dynamic data and API calls in SvelteKit, covering route parameters and async markup.
A developer explains building a blog with Blazor, detailing motivations, setup, and using markdown for posts.
A guide on programmatically dismissing modal and detail views in SwiftUI using the presentationMode environment value.
A guide to handling date and time inputs in ASP.NET Core Razor Pages forms, covering native HTML5 controls and formatting.
A guide to defining common prop types like primitives, objects, arrays, unions, and functions in TypeScript for React components.
A proposal for using typed request classes in Laravel to combine validation and data representation, eliminating the need for separate DTOs.
A guide on using knitr and R Markdown to automatically collect and display all figure alt text (fig.alt) in an appendix.
Explores type modeling in Clojure using a Turtle Graphics program as an example, detailing the spec definitions for a turtle's state.
A full video tutorial on building a feature-rich iOS news application using SwiftUI 3 and the NewsAPI.
Analyzes the performance cost of exceptions in .NET, showing how they slow down loops and offering optimization advice.
Explains PropTypes for runtime type checking in React and compares it to using TypeScript's static types for better developer experience.
Analysis of PHP version usage statistics from July 2021, showing adoption trends and a discussion on upgrading to PHP 8.