• Friday links 465

    Job Description of a DBA – SQLServerCentral dockur/windows: Windows in a Docker container. Mocking authorization tokens with WireMock.NET · Cezary Piątek Blog The Curse of the Senior Software Engineer – Dmitry Kudryavtsev Becoming a go-to person gets you promoted. Here’s how to do it as a software engineer. Technical Debt = Duct Tape + Rust…

  • RSCG – ActorSrcGen

        name ActorSrcGen nuget https://www.nuget.org/packages/ActorSrcGen/ link https://github.com/aabs/ActorSrcGen author Andrew Matthews Generating source code for actors in C#.   This is how you can use ActorSrcGen . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/ActorSrcGen

  • Friday links 464

    Earn your C# certification with new learning series Should you Stay Technical as an Engineering Manager? Aaron Schlesinger’s Personal Site mdaines/viz-js: Graphviz in your browser electric-sql/pglite: Lightweight Postgres packaged as WASM into a TypeScript library for the browser,Node.js,Bun and Deno dualbios/FileBaseContext: FileBaseContext is a provider of Entity Framework 7&8 to store database information in files.…

  • [ADCES] Generative AI for .NET Dev & open-source LLMs using Semantic Kernel and LLaVA

    Presentation 1 : Generative AI for .NET DevDescription: TBDPresenter : Andrei Ignat,http://msprogrammer.serviciipeweb.ro/ Presentation 2 : Deep dive into open-source LLMs using Semantic Kernel and LLaVADescription: LLaVA,the Large Language and Vision Assistant,is a multimodal model that combines vision and language understanding. It can reason over images,aiding in decision-making based on the environment,thereby enhancing autonomy. Let’s see…

  • Friday links 463

    From engineer to manager: what I love,what I hate How to Map SQL Results To Any Object Using Entity Framework Core 8 | Khalid Abuhakmeh Retries – An interactive study of common retry methods – Encore Blog Developer Experience Book If Architects had to work like Programmers Timelock Encryption: Send a secret into the future…

  • Pattern: AbstractFactory

    Description Abstract Factory is a creational design pattern that lets you produce families of related objects without specifying their concrete classes. Example in .NET : AbstractFactory Learn More Source Code for Microsoft implementation of AbstractFactory SourceCode DbConnection Learn More Wikipedia } Homework Imagine you want to produce loggers. You have a logger that logs to…

  • Pattern: Flyweight

    Description Flyweight pattern is used to reduce the memory and resource usage for complex models containing a large number of similar objects. Example in .NET : Flyweight Learn More Source Code for Microsoft implementation of Flyweight SourceCode String.Intern Learn More Wikipedia } Homework Make an exchange rate system. The symbol and names of the currency…

  • Pattern: Observer

    Description Observer pattern is a behavioral design pattern that defines a one-to-many dependency between objects so that when one object changes state,all its dependents are notified and updated automatically. Example in .NET : Observer Learn More Source Code for Microsoft implementation of Observer SourceCode INotifyPropertyChanged Learn More Wikipedia } Homework Imagine you have a logger…

  • RSCG – MSTest

    name MSTest nuget https://www.nuget.org/packages/MSTest.SourceGeneration/ link https://github.com/microsoft/testfx author Microsoft AOP for MSTest   This is how you can use MSTest . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/MSTest

  • Friday links 462

    HeyPuter/puter: The Internet OS! Eloquent JavaScript Tools that Make Me Productive as a Software Engineer – DEV Community Excalidraw systemdesign42/system-design: Building the best system design resource in the internet URL parts Developers are on edge How SQL developers can maximize savings – Microsoft SQL Server Blog How to Get appsettings.json Content as a Dictionary in…

I am ok , you are ok