-
NetCoreUsefullEndpoints–part 6–passing to .NET 7
So .NET 7 has appeared and I decided to pass NetCoreUsefullEndpoints to .NET 7 . Also,for RateLimiter,I have considered that is good to know if the request is local or remote … so I decided to add connection ( remote IP,local IP,and more details) to the nuget package. So I have created for .NET 6…
-
[Nuget] dotnet-run-script
I found this awesome package – https://github.com/xt0rted/dotnet-run-script . It is good to make macros in global.json,then execute in a CICD scenario. For example,NetCoreUsefullEndpoints used this in yaml ( pretty standard ) # – name: Restore dependencies # run: | # cd src # cd UsefullEndpoints # dotnet tool restore # dotnet pwsh readme.ps1 # dotnet…
-
Friday links 499
Patterns.dev – Modern Web App Design Patterns 6 Useful Angular Decorators. Useful Decorators to use in your… | by Chidume Nnamdi | Bits and Pieces The disproportionate influence of early tech decisions — brandur.org https://twitter.com/mariusbancila/status/1558748349276344322 Best 50 productivity hacks chosen by the internet – 50 Hacks vis.js Developing Error Handling Strategies for Asynchronous Messaging –…
-
[ADCES]How to prepare for a leadership position interview & Microsoft ML.NET Quality
Details Presentation 1:“How to prepare for a leadership position interview?”Intro:Are you ready to make a switch toward a leadership position and have you spotted an interesting opening you want to apply to? In this case,the ADCES meetup,powered by Ubisoft,might be the right one for you! Join me in an open discussion on November 15 and…
-
Friday links 498
Why you should keep a Code Journal | Code Journaling pt 1 of 4 – DEV Community The Consultant’s Craft: Becoming More Than a Programmer How We Migrated from Javascript and Flow to TypeScript at Osome – DEV Community Which Monorepo is right for a Node.js BACKEND now? | by Yoni Goldberg | Autodesk TLV…
-
Friday links 497
Hire Alice Goldfuss – Alice Goldfuss d3-graph-controller A Hairy PostgreSQL Incident | Ardent Performance Computing Software design principles every developers should know | by Shinu Mathew | Bootcamp keycastr/keycastr: KeyCastr,an open-source keystroke visualizer 10 GitHub Repos to Master JavaScript for Free | by Harshithrao | Feb,2022 | JavaScript in Plain English Oi,developers! ‘Best practices’ can…
-
TILT- React Material UI and Navigation–part 29
I wanted some good looking on the site – so I choose https://mui.com/ It does not have ready made navigation like in Angular – so I need to make on myself. Fortunately,it has the all the things that one need: Media Query: https://mui.com/material-ui/react-use-media-query/ App Bar: https://mui.com/material-ui/react-app-bar/ The final code looks like that const theme =…
-
TILT- Angular2React–part 28
I was thinking to learn React – and transform the Angular site to React. The steps that I took are the folllowing: Learn React from https://reactjs.org/tutorial/tutorial.html – and learning that React is a library,not a framework Learn useEffect,useState with Hooks – very easy Learn that React can have a TypeScript template – it will make…
-
Friday links 496
package.json | npm Docs A Set of Unit Testing Rules The State of WebAssembly – 2021 and 2022 veler/DevToys: A Swiss Army knife for developers. Code Smells in Exceptions – XP123 Scaling the Practice of Architecture,Conversationally Azure Affinity Map A launch.json setting for end-to-end web development | Christian Heilmann The Biggest Mistake I See Engineers…
-
TILT-REACT Router
Now to see how to handle FrontEnd routing ( From Backend it is simple – just transfer to index.html and React will handle it ) The long established in React world seems to be https://github.com/remix-run/react-router . There is a new kid,https://github.com/Paratron/hookrouter – that uses hooks. However,the documentation says: This project is not and will not…
I am ok , you are ok