(Slack notifications for AWS GuardDuty findings) Enabling AWS GuardDuty appears a quick win to improve cloud security. But to be effective, cloud administrators need to be shown its findings quickly, in order to evaluate them and take appropriate action. At Bays Consulting, any GuardDuty findings pop up immediately in Slack; in this blog I will… Continue reading On Guard, Slack Off
Author: Admin
SK Learn – Decision Trees and Penguins
Decision Trees (DTs) are a non-parametric supervised learning method used for classification and regression. The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. We’re going to try to predict the species of penguins based on their body measurements. Firstly… Continue reading SK Learn – Decision Trees and Penguins
How to send a simple email using Python
Sending emails can be a tiresome task at times, especially if you have to send the same email to different people with their names included. This blog will go step-by-step into how to simplify this tedious process using python. The only pre-requisite might be some basic python knowledge. Note: I will be using Python 3 for this blog.… Continue reading How to send a simple email using Python
Shortlisted for Surrey Business Awards ‘Micro Business of the Year 2021’
It’s been a bit of roller coaster for Bays over the last 18 months, as we’ve trebled in size, learnt to onboard remotely and set up our first ever office. There were times when looking at the enormity of what Bays was trying to achieve was overwhelming. Some days were just plain hard. On those… Continue reading Shortlisted for Surrey Business Awards ‘Micro Business of the Year 2021’
The stats behind the team
As Bays has started to grow, I have needed to think about an ever-increasing number of different aspects of business. Hiring the right people has turned out to be one of the biggest challenges I have faced: honestly I had no idea how hard it could be to find those awesome individuals, that “fit” into… Continue reading The stats behind the team
How to make a plot.ly dash app
Prerequisites: Some knowledge of HTML/CSS Python plot.ly Follow the instructions here to install dash: https://dash.plotly.com/installation Our dash app has 2 main parts: Layout – the way the app looks Callback functions – how we interact with the app We need to import html components to create the layout of the app. HTML components work just like… Continue reading How to make a plot.ly dash app
How to make a (very) simple calculator in Python using Lambda
Since beginning to learn Python a few months ago I’ve come across lots of different ways to do exactly the same thing. My question then comes “But which one is correct?” Unhelpfully I’ve found that it usually depends on circumstances and what you need it for. I thought I’d discuss using the Lambda expression to… Continue reading How to make a (very) simple calculator in Python using Lambda
B2B vs. B2C marketing: similarities and differences
In the business world, the marketing industry is packed with jargon. Today I thought it would be interesting to write this blog to explain one of the most fundamental distinctions in the marketing world: the difference between B2B and B2C marketing. Hopefully, by the end, you will know what they each involve and how they’re different. What is B2B marketing? To begin… Continue reading B2B vs. B2C marketing: similarities and differences
An Internship in Cyber Security
INTRODUCTION I have just finished my first year at the University of Warwick studying a degree in Cyber Security. Having a feeling that I lacked the full university experience of having Lectures, labs and the social aspect of uni life due to the pandemic, I was very eager to get an internship. Whilst conducting my… Continue reading An Internship in Cyber Security
An Internship at Bays Consulting
INTRODUCTION Taking an internship after my first year of university (in the pandemic!) is certainly a leap of faith. Especially since our year never truly went into university. HOWEVER, it’s definitely a great way to spend the summer. To begin with let’s start with a bit of background on me, to help you to see… Continue reading An Internship at Bays Consulting