-
Friday Links 539
Revenge of the junior developer | Sourcegraph Blog tsl0922/ttyd: Share your terminal over the web AI’s effects on programming jobs | Seldo.com elbruno/Aspire.MCP.Sample: Sample MCP Server and MCP client with Aspire zencoderai/coding-the-coding-agents: Code for the talk on coding the ai coding agents What are FAST Goals? How are they better than SMART goals? ahmedkhaleel2004/gitdiagram: Free,…
-
RSCG – Schema
RSCG – Schema name Schema nuget https://www.nuget.org/packages/Schema/ link https://github.com/MeltyPlayer/Schema author Melty Player Generate binary serialization code This is how you can use Schema . 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/Schema
-
RSCG – FactoryGenerator.Abstractions
RSCG – FactoryGenerator.Abstractions name FactoryGenerator.Abstractions nuget https://www.nuget.org/packages/FactoryGenerator.Abstractions/ https://www.nuget.org/packages/FactoryGenerator.Microsoft.Extensions.DependencyInjection/ link https://github.com/ivmazurenko/factory-generator author Ivan Mazurenko Generating DI Factory based on the first parameter(s) This is how you can use FactoryGenerator.Abstractions . The code that you start with is The code that you will use is The code that is generated is Code and…
-
{ADCES}–Season of AI
Azi, la 19:30, https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/311359462/ Presentation 1: De la LLM la AssemblyPrezentator: Ion Ionascu ,https://www.linkedin.com/in/ionionascu/Descriere:What happens if you ask a large language model to write assembly code?This talk explores that idea, not as a polished solution, but as an experiment in how far AI can go when we strip away the abstractions and speak directly to…
-
RSCG – JinShil.MixinSourceGenerator
RSCG – JinShil.MixinSourceGenerator name JinShil.MixinSourceGenerator nuget https://www.nuget.org/packages/JinShil.MixinSourceGenerator/ link https://github.com/JinShil/JinShil.MixinSourceGenerator author Jin Shil Generate mixins of classes This is how you can use JinShil.MixinSourceGenerator . 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/JinShil.MixinSourceGenerator
-
Friday Links 538
(9) 225. Systems Ideas that Sound Good But Almost Never Work—”Let’s just…” (9) Applied “Software Engineering at Google” – by Addy Osmani Coupling, Complexity, and Coding TrunkVer Developer philosophy @ Things Of Interest Jonghakseo/chrome-extension-boilerplate-react-vite: Chrome Extension Boilerplate with React + Vite + Typescript (9) Distributed Locking: A Practical Guide – by Oskar Dudycz Influence Without…
-
Adding Code Coverage
Before adding functional functions to address Linq Where extension , I do aim to have 100 % code coverage – in order to know that all functions well . So tried to add code coverage with AI . You will find below the Whole discussion . It works enough well , with 2 problems: Repeating…
-
Minimizing code with global usings
I am fond of having all the usings declarations in a global.cs file by using global ( as opposed to have one by each file ) So I want that AI to remove redundant using statements from test and filter files and introduced global using directives in new global.cs files for both FpFilters and FpFilters.Tests…
-
Improving BDD Tests with HTML exports
So now I have the reports to the console – but it will be better if I read them in a text file . So I have tried to add automatically report export into HTML . You will find below the Whole discussion , but AI did not make it . If you follow the…
-
Friday Links 537
(8) System design Some terminal frustrations Australia/Lord_Howe is the weirdest timezone | SSOReady Delegating Complex Tasks | Stay SaaSy What Makes Code Hard To Read: Visual Patterns of Complexity · seeinglogic blog MEM12-C. Consider using a goto chain when leaving a function on error when using and releasing resources – SEI CERT C Coding Standard…
I am ok , you are ok