How to generate PostgreSQL UUID with EF Core
How to guide to enable EF Core to auto generate UUID/GUID for postgreSQL databases
I originally started this blog back in 2014, as a way to help me learn about various Digital Marketing and other non-software development related activities that I was interested in. I wrote about this reasons in Whats the big idea behind garywoodfine.com ?
Over the years, I have written a number of articles and posts which have gradually emerged as a loosely collated collection of code tutorials and explorations that I have shared.
How to guide to enable EF Core to auto generate UUID/GUID for postgreSQL databases
developing software and working with a build or integration server, there are certain conventions that one should follow when making updates to the shared codebase
The singleton pattern is a design pattern that restricts the instantiation of a class to one object.
The Prototype Design Pattern is one of the Creational Design Patterns defined by the Gang Of Four (GOF) published their book Design Patterns: Elements of Reusable Object-Oriented Software in which the…
Starting a new projects is always difficult. In my experience, you’re always faced with the same questions. What technology stack do I use ?How do I ensure scalability ?Are there going to be addit…
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. In this post I will cove…
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 enable you to quickly and easily extend a…
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. For instance you may want you…
How to guide to configure your headless Raspberry PI with Raspbian Buster Lite for ssh access.
Instructions on how to burn SD card to create a Raspberry PI SDc ard
How to guide to install Nginx on raspberry pi to enable serving static web pages on your local network
The Raspberry Pi is a great Multi Purpose mini Linux based computer you can use for almost anything. It can be used to create fun side projects. The Raspberry Pi Model B+ 2 and 3 have …
The Raspberry Pi is a great Multi Purpose mini Linux based computer you can use for almost anything. It can be used to create fun side projects. The Python 2.7 programming language is usually availa…