How to Install Firebase with Vue.JS
A tutorial on how to install and configure Firebase in your Vue.JS SPA
A tutorial on how to install and configure Firebase in your Vue.JS SPA
A walk through tutorial on how to get started with using modules in Vuex Store
A tutorial walk-through how you can deploy your Vue.JS app to Firebase
A guide to building a simple Vue app with Firebase Authentication and Firestore Database serverless application stack
A walk through tutorial on how to use Environment variables in Vue.JS project
Tutorial using Authentication and Authorization and making use of Json Web Tokens with Vue.JS
We take a look at using AWS Comprehend to start developing a Custom Name Entity Recognition utility to re-use in our software projects
Builder Pattern is useful for encapsulating and abstracting the creation of objects. It is distinct from the more common Factory Pattern because the Builder Pattern contains methods of customising the creation of an object.
A guide on how to start developing Web Application using Vue Js
How to create and use Serverless Framework Environment variables in AWS .net core lambdas
walk-through on how to implement full-blown Dependency Injection, Configuration and even make use of IHost functionality in your AWS Lambda projects.
Step by step guide on how to Configure an AWS Lightsail Ubuntu server to deploy an ASP.net core website
Cookies are stale. These days there are better solutions for user authentication, which solve the headaches cookies cause with mobile and single-page applications.
Check out how to make use of JWT token authentication in .net core.
Serverless framework is a cloud provider agnostic toolkit designed to aid operations around building, managing and deploying serverless components for either full-blown serverless architectures or disparate functions as a service.
Learn how to use the Abstract Factory .NET Design Pattern C# in order to help improve and enhance your code for greater testability.
Factory Pattern creates objects, in this post we will implement the factory design pattern in a C# application. Using the Factory pattern, we develop an abstraction that isolates the logic for determining which type of class to create.
Clean code and the practices are about eliminating or at least attempting to reduce complexity. Although clean code solutions may seem elegant and efficient, they are not always easy and are often the direct result of combating complexity!