How to install and configure AWS CLI on ubuntu
AWS CLI is handy command line tool enabling developers to easily configure and manage AWS services from the command line. In this guide we will walk-through the process of installing it on ubuntu.
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services, enabling customers to be efficient, productive, secure and scale-able.
AWS CLI is handy command line tool enabling developers to easily configure and manage AWS services from the command line. In this guide we will walk-through the process of installing it on ubuntu.
In Getting Started with Python on Ubuntu we set up a Ubuntu desktop to make use of Anaconda and the Conda package and environment management system… Read More »How to start a new Python Project using Pycharm and Conda on ubuntu
What Is Vuetify? Vuetify is a full-featured development framework for Vue 2 that provides clean, semantic and reusable components that help to take any idea… Read More »How to add Vuetify to Laravel Project
Java by Comparison leads you step by step to new insights on good coding practice. Instructive examples compare the do’s and dont’s and make it easy for beginners to get the key points.
This book should be compulsory reading for anyone who would like to open their minds to alternative approaches to making a living.
Anaconda is the fastest and easiest way to do Python and R data science and machine learning on Linux. It’s the defacto industry standard for developing, testing, and training on a single machine.
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.
This is one of the most helpful software engineering books I’ve ever read. It is most useful for people who have some real world experience in .NET development.
SEO for Dummies also covers what not to do if you want to improve your search engine results, which is important since accidentally doing the wrong thing can harm your reputation and your website’s placement in search results.
This book discusses how to decompose complex software systems into modules that can be implemented relatively independently. The discussion first begins with fundamental problem in software design, managing complexity.
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.
There is a minimum expectation that, if you are a software developer, irrespective of programming language or discipline that you have actually read this book, at least more than twice! This book should be compulsory reading for anyone, working with code in any capacity.
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!
An opinionated overview and insight into the unit testing capabilities in .net core
The book is a perfect guide into learning and understanding the topic, irrespective if you’re a C# developer or not. The code samples may be in C#, but the reality is the concepts and implementation are the same in any language.
Details on how to reverse engineer a MySql database using EF Core and resolve exceptions generated.
Instructions on how to leverage the best of both worlds and use the built-in PHP web server with Gulp and browerSync to make make your browser testing workflow faster
Check out this comprehensive, insightful review of the seminal book by Douglas Crockford—JavaScript: The Good Parts. Does it live up to the hype?
a high-level view of how the Simple Factory Pattern works in C# and .net core.