• [ADCES] Building a Design System: First steps & Stable Diffusion in Azure

    Presentation 1: Building a Design System: First stepsDescription: Răzvan va detalia cum să începeți un Design System cu ajutorul căruia să construiți UI-uri omogene pe platforme multiple. Prezentarea este o continuare a articolului: https://uxdesign.cc/design-systems-4baa50172c5dSpeaker: Răzvan Roșu is a passionate Frontend Developer working in his field for over a decade. His mission is seeking the perfect…

  • Db2Code–part 1–idea

    From the second year that I have started programming,I find tedious to replicate the tables structure to code and to generate classes and SQL . I started asking questions  – and no one has ever envisaged near me an ORM ( it was not a definition then ). I have made my own ORM  –…

  • Friday Links 512

    sindresorhus/type-fest: A collection of essential TypeScript types millsp/ts-toolbelt: TypeScript’s largest type utility library Tao of React – Software Design,Architecture & Best Practices | Alex Kondov – Software Engineer Sequence Diagram | Pintora Just Use Postgres for Everything | Amazing CTO .NET 7: suspicious places and errors in the source code errepi/ude: A C# port of…

  • SRE with .NET

    I have found https://oschvr.com/posts/what-id-like-as-sre/  and I trying to answer from the .NET Core application . How can I check the health of the service ? Simple : Use https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks How can I safely and gracefully restart the service Simple : Use https://www.nuget.org/packages/NetCoreUsefullEndpoints#readme-body-tab How and why would the service fail ? Partial answer : same with…

  • Friday Links 511

    Software disenchantment @ tonsky.me DDD,Hexagonal,Onion,Clean,CQRS,… How I put it all together – @hgraca charlax/engineering-management: A collection of inspiring resources related to engineering management and tech leadership ehmicky/modern-errors: Handle errors in a simple,stable,consistent way Separation of Concerns in React –How to Use Container and Presentational Components webpro/reveal-md: reveal.js on steroids! Get beautiful reveal.js presentations from any…

  • NetCoreUsefullEndpoints-part 10- adding LongRunningTasks

    In the Nuget NetCoreUsefullEndpoints I have already an  endpoint to shutdown  –  see http://msprogrammer.serviciipeweb.ro/2023/02/20/netcoreusefullendpoints-part-9-adding-endpoints-for-shutdown/ . However,this means that there are no ( or some … )  long running operations that are running … How to identify those ? For the starting point,I was thinking at something simple,like an IDisposable that knows when the Long Running operation…

  • Friday Links 510

    A Framework for Prioritizing Tech Debt – Max Countryman A Comprehensive Example: Implementing JWT Authentication in ASP.NET Core with Identity and EF Core Handling errors like a pro in TypeScript | by Kolby Sisk | Dec,2022 | Udacity Eng & Data When Your DbContext Has The Wrong Scope | You’ve Been Haacked 3 Types of…

  • NetCoreUsefullEndpoints-part 9- adding endpoints for shutdown

    In my NuGet NetCoreUsefullEndpoints package  I want to can shutdown the application . Could be hard way,like calling Environment.Exit or the easy way,like calling a cancellation token. Also,what should happen with all the requests that are coming ? ( And I do not want to mention long running tasks – I do not found a…

  • Friday Links 509

    Evaluating Managers: 5 heuristics to measure managerial impact – CodeKraft 5 Common React useState Mistakes and How to Avoid Them | JavaScript in Plain English 15 Useful React Custom Hooks That You Can Use In Any Project – DEV Community ‍‍ DovAmir/awesome-design-patterns: A curated list of software and architecture related design patterns. Music Historian Inter-process…

  • [ADCES]React – first steps(again) and SRE and .NET

    Presentation 1: React( first steps) – againPresenter: Andrei Ignat,http://msprogrammer.serviciipeweb.ro/Descriere : O sa fie atinse urmatoarele concepte prin exemple practice: 1. React ca librarie,nu ca framework2. Create-react-app – cu typescript si modificarile care trebuie aduse3. Componente si Utilizarea de Hooks4. Comunicarea intre componente de React – de la parinte la copil si intre copii diferiti cu…

I am ok , you are ok