-
Db2Code-part 3- deploy
Now how to let other developers to modify the connection string from a template? Easy said than done – create a template for this. This is easier to speak about than to do . So any project can be transformed into template – but what about a solution ? Anyway – the starting point is…
-
Friday Links 514
Software Engineering at Google visx | gallery SQLite Wasm in the browser backed by the Origin Private File System – Chrome Developers CLI tools you won’t be able to live without – DEV Community 30 Proven Code Review Best Practices | Awesome Code Reviews Ovi/DummyJSON: DummyJSON.com provides different types of REST Endpoints filled with…
-
Db2Code–part 2- architecture
What we will build you can see here : Each class will have it is own CodeTemplates\EFCore templates from which will generate the code. Let’s start with ExampleModels : Here will be the class definitions . From the table defintion,the DB2Code will generate 1. A definition of a interface with table columns as properties 2. A…
-
Friday Links 513
Stop overloading JWTs with permission claims | Stephen Doxsee’s Blog The top 100 new technology innovations of 2023 | Popular Science Extreme Explorations of TypeScript’s Type System | Learning TypeScript Tree views in CSS You Want Modules,Not Microservices Cool Github repositories for Everyone – DEV Community Measuring an engineering organization. | Irrational Exuberance 11…
-
[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…
I am ok , you are ok