Implementing logging with Serilog
ASP.NET Core includes some basic logging providers, but to get the most out of it you’ll need to plug in a full logging framework like Serilog – simple .NET logging with fully-structured events.
ASP.NET Core includes some basic logging providers, but to get the most out of it you’ll need to plug in a full logging framework like Serilog – simple .NET logging with fully-structured events.
Dapr is an event-driven, portable runtime created by Microsoft as an open source initiative. Due to the fact that Dapr is event-driven it plays an important role in microservices as the applications can be designed to efficiently react to events from external systems or other parts of the solution, and also produce events in order to inform other services of new facts to continue their processing.
In INSPIRED, technology product management thought leader Marty Cagan provides readers with a master class in how to structure and staff a vibrant and successful product organization, and how to discover and deliver technology products that your customers will love
Logging and monitoring is an essential strategy when developing Microservices, it will help your team to resolve issues and bugs quicker. The issue is that developers generally don’t like polluting their code base with logging statements. Find out how to achieve a great balance by making use of Attributes and Middleware.
After a number of perverse political events that 2021 has already offered and the at the time of writing we had barely taking 4 months in of the new year. I was reminded of this book by David Graeber, one of my favourite authors, also in my opinion one of the most under rated under appreciated political/academic and anthropological philosophers of our time.
Developing Micro-Services is all the rage now, and there is certainly a lot of hype around the key concept. Possibly many teams are engaged in the process of splitting their monolithic applications down and re-implementing them as Microservices. The trouble is there are so many conflicting idea, philosophies, ideologies and misunderstandings of what the hell Microservices even are!
Cake is a build automation system for .NET Developers to script their build processes using a C# Domain Specific Language (DSL). In this post, we’ll explore the benefits of Cake and its major features with a concrete working example to achieve a flexible, maintainable, automated build process.
When developing web based applications often lead developers to creating web based API’s in order to try and separate back-end and front-end based logic. For… Read More »Developing Api’s using Http Endpoints
An in depth discussion as to why I decided to port my Geek.I.Am side project from Gridsome to Nuxt.
Developing Gridsome based static website, there will often requirements where you may want/need to retrieve dynamic data to enrich your content. Often, calling external API’s.… Read More »Gridsome – How to use netlify functions
Discusssion and code sample of how to implement twitter cards in Gridsome to help make your sharing tweets stand out on twitter
When developing a new project using Gridsome you will undoubtedly come across situations when even though Gridsome has a large number of Gridsome Plugins that… Read More »Gridsome – How to create a plugin
In almost every Web or Mobile application you will undoubtedly come across situations when some pages in your application will require slightly different layout features.… Read More »Gridsome: Configuring Layouts and using slots
a must-read if you care about the power of disinformation campaigns and psychological warfare to disrupt western democracy in the era of Big Tech firms that know everything about us
how to configure a Gridsome project to make use of EsLint and Prettier to keep code format and standards consistent across the project
How to guide to enable EF Core to auto generate UUID/GUID for postgreSQL databases
Why I read this book? I have been initially introduced the David Graebers work, after reading Bullshit Jobs: A theory a book which I found… Read More »Book Review: Debt – The First 5000 years
How to guide to quickly configure Cookie Consent popup on your Gridsome Static Generated website.
Zero to One presents at once an optimistic view of the future of progress in America and a new way of thinking about innovation: it starts by learning to ask the questions that lead you to find value in unexpected places.
We’re going to continue our journey using Gridsome – A static Website generator with VueJS, to develop our fledgling website and new potential business by… Read More »Gridsome – Adding Feature Image to blog posts