-
Continue reading →: Ring Doorbell 3 Fails To Connect To Wi-Fi
At the beginning of 2021 our household invested in a Ring doorbell. It’s a pretty good device but in the early hours of 7th December something happened (possibly related to the AWS outage) and the doorbell decided that it no longer wanted to connect to the wi-fi network it’s been…
-
Continue reading →: TCO: Total Cost of Ownership (Cloud)
The costs of using the cloud are sometimes discussed without taking into affect the Total Cost Of Ownership (TCO). In this blog post I am going to be looking at some of the potential TCO that may have been missed when comparing traditional “on premise” to Cloud services. Note: There…
-
Continue reading →: Storing Data In The Cloud
The cloud offers many services for storing data which can be a double edged sword. In this blog post I am looking at some of the considerations that should be looked at before any data is moved into a cloud environment. Know Your Data The amount of data that you…
-
Continue reading →: Terminal Not Reading Input, C# and Visual Studio Code (C Sharp / C#)
I’m currently refreshing my knowledge skills of C# (C Sharp), starting with a work through of C# Programming (Mike McGrath) to help with my ASP.NET university project. On my desktop computer I’m using Visual Studio instead of Visual Studio Code (my preferred IDE for most languages), but on my ageing…
-
Continue reading →: What Is The Difference Between Scaling Up And Scaling Out (Cloud)
One of the advantages of cloud infrastructure is the ability to scale infrastructure to meet demand. The options for scaling are: Scaling Up / Down Scaling Up / Down can also be referred to as vertical scaling and is when components within a single instance are increased or decreased. For…
-
Continue reading →: NIST: Definitions Of Cloud Computing
The National Institute of Standards and Technology (NIST) is a part of the U.S. Department of Commerce and in September 2011 NIST published a definition of Cloud Computing. The full definition / document (SP 800-145) can be read via the NIST webpage: https://csrc.nist.gov/publications/detail/sp/800-145/final , however I am going to summarise…
-
Continue reading →: Docker – Environment Variables, Env File & A Little Django (Python)Why Use Environment Variables? Whilst building my Django project I replaced several of the values within settings.py with an option for them to be read from environment variables, rather than storing them in plain text within settings.py. This change allows me to store the settings.py file within a source control…
-
Continue reading →: Personal Update, Django and MVC / MTV
Last autumn (2020) I started a university degree apprenticeship to make up for that fact that I don’t currently have a degree and that I enjoy learning a lot more now than I did in my late teens/early 20s. One of the modules I’m undertaking is Web Application Development, which…
-
Continue reading →: Geckodriver – Missing From Environment Path
Less a blog post and more a note to myself. After installing Geckodriver make sure to add it to the environment. The error message (or similar): “selenium.common.exceptions.WebDriverException: Message: ‘geckodriver’ executable needs to be in PATH”. Means its not been added to the environment. To add to the environment use the…
-
Continue reading →: AWS DeepRacer – Reinforcement Learning (Machine Learning)My interest in machine learning has continued to grow and this week I had the opportunity to attend an AWS DeepRacer event. As I’m taking a look at DeepRacer I decided to write this blog post to store my notes and hopefully help me with some of the options. The…

