-
Friday Links 419
Building a Vue v2 JS app using Vue-router – Liquid Light vuejs/vue: Simple yet powerful library for building modern web interfaces. HackerNews Clone – vue.js Step by step Macros for Visual Studio » Iris Classon Fun with the HttpClient pipeline » Thomas Levesque’s .NET blog In-memory testing using ASP.NET Core | Joseph Woodward,Software Developer Is…
-
[ADCES] RSCG and Communication
Tomorrow I will present at https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/276827530/ – about Roslyn Source Code Generators ( disclosure: I organize the meeting ). Emilian Balanescu will talk about Reliable Communication in Distributed Systems . We wait for you!
-
Friday Links 418
Announcing Microsoft ASP.NET WebHooks V1 | .NET Web Development and Tools Blog Kevin Montrose Dinis Cruz Blog: Roslyn Why is reflection slow? · Performance is a Feature! kevin-montrose/Sigil: A fail-fast validating helper for .NET CIL generation Eliding Async and Await Async and Await IT Jobs Explained With A Broken Lightbulb [comic] Yet another developer blog:…
-
What I should return from WebAPI ?
There are several approaches when returning code from WebAPI . Let’s frame the problem: say we have a Person controller with 2 actions: – a GET {id} – that retrieves the Person with id – a POST {Peron} – that tries to verify the validity of the Person and then saves to database. We…
-
Friday Links 417
Development Delusions: That it is Enough to Build a Better Mousetrap – Simple Talk Untitled Document Developers’ side projects – Joel on Software firehol/netdata: Get control of your servers. Simple. Effective. Awesome. https://my-netdata.io/ Generate Deadlock Summary Information – SQLServerCentral Cost of a slide deck Microsoft introduces two new services to help developers create smart bots…
-
Automate the generation of the e-book
What I have found important in composing the e-book with examples was automating the work of generating the e-book. I have had a json file ( 10 years ago I have used xml ) and some specific folders with the chapters content. I have had also a template for each example chapter – that was…
-
Code as picture and PowerAutomateDesktop
I want to make an e-book from RCSG . For this I need to put the code into the book in a nice form. However,the Word document and the PDF and the HTML all have the ideas of formatting the code. How one can accommodate various formats ? Short answer: picture. What if I take…
-
Making a book from (examples) markdown
I want to make a book from my RSCG examples https://github.com/ignatandrei/RSCG_Examples . The easy way is to transform the .md files into separate chapters. I have tried initially node with markdown-pdf and pdf-merger-js,but I have been going then full speed with pandoc . To generate both Word and Index.md I have used this: pandoc.exe -d…
-
Friday Links 416
Command Line Options | Filebeat Reference [5.1] | Elastic The Law of Demeter Is Not A Dot Counting Exercise – You’ve Been Haacked beats | Logstash Reference [5.1] | Elastic Step 3: Configuring Filebeat to Use Logstash | Filebeat Reference [5.1] | Elastic The Great A.I. Awakening – NYTimes.com One Sure-Fire Way to Improve Your…
-
RSCG- the book
And now the book! If you liked the examples presented,you can support me by buying the book from https://amzn.to/3d4gRgy . Again,it is just for supporting me – you can find the whole examples at https://github.com/ignatandrei/RSCG_Examples
I am ok , you are ok