We build, develop and support software for national and international organisations and HNW Individuals.
Jun 18
4:47 PM
New Project
Not every day you get asked to build a social media platform for one of the largest developing markets on the planet. Yesterday after a couple of months of negotiation we got the green light to start the work. A rather large project we are about to undertake. Hoping to try and get the MVP ready before the end of the year. The key considerations, simplicity, speed and low very low data loads. As part of our agreement we are not allowed to disclose the budget for this project however we will share more as and when we get further details.
While we build a huge amount of software for our clients we do not produce much for ourselves. This has now come to an end, for something we find very tedious and boring. Crons. Crons are those scheduled tasks that we need to run at different frequencies. We have being using this behind the scenes for our clients for 18 months now and is a very reliable, and accurate system. If you need a hand with your crons head over to www.clearcron.con
Brains are being picked by a partner of ours on their new app they are building. One of the core components is integration with GPT. Having more than of a couple of years under our belts on AI work, we were more than happy to help. So we wrote some code that could take in some fields (country, income, location) and use the ChatGPT to get a structured response on the types of demographic information. It didnt take long to put together but really opens up the creative side of our brains to see what is possible in this new AI world. For those who are interested we used Lambda (Node.js).
We have been contacted by a company in the fashion industry who need a hand creating a mobile app. We will be providing the design (ui, ux), API, web version, and the iOS and Android app. The build and scope of the app is significant with a launch into multiple global locations. We will keep you posted. Solution architecture is well underway.
More and more often companies are having to create a traceable audit of what they have and also have not done. Some of the simplest forms of auditability is keeping a copy of emails that have been sent from ERP’s, with proof of deliverability and also that they have been opened. Configuration sets in AWS can achieve this simply, also with OpenSearch, searching this log is almost instant. The end result is a full traceable, searchable audit of our clients interaction with their employees.
We have to continually keep an eye on AWS Costs and where possible we have to make changes in applications to find a more cost efficient method to getting the same output. Below is an example of reducing the size of an RDS Instance and implementing AWS Elasticache to take some of the database load. The end result $2,400 in savings a month.
One of our clients has a pretty significant YouTube Channel. We manage the full backend of this channel for them. Including the live streaming and the copyright management. Probably not the usual hardcore technical features that are expected of us but allows them to focus on creating their content which creates tens of thousands of AdSense revenue each month.
One of our clients, is a nationwide recruiter and we support them on all aspects of their own in house built ERP, which allows them to manage thousands of staff at any one time. We are rebuilding one aspect of this platform which allows for the management of staff to individual shifts. We are designing this using REACT JS, and AWS SQS. React ensure the state stays the same without having to do multiple refreshes with requests from the database/server. AWS SQS ensures we can manage all the POST/UPDATE requests that the application makes without any lack of performance.
Have recently been asked to help improve the search speed for a company that sells personalised number plates. Currently was using a MySQL RDS Instance, where each table had 53million + rows. However good the indexing there is only so much you can do with MySQL. This is where we fired up AWS DMS, which automatically streams any updates on the MySQL Instance and fires them into Opensearch (Scalable search, analytics engine for real-time data). The WebApp then queries the Opensearch domain. Gone from 10s + query to under 300ms, and we can now also reduce the instance size of RDS to save some additional £££.
One of those annoying jobs that has to be done once in a while, updating OS to the latest version. Most of our clients run off AWS Linux instances, with AL2 coming to end of life in June this year. So been ensuring any old instances are up to date, which is AWS Linux 2023. Feels like a spring clean but important to ensure everything is optimal
Not every day you get asked to build a social media platform for one of the largest developing markets on the planet. Yesterday after a couple of months of negotiation we got the green light to start the work. A rather large project we are about to undertake. Hoping to try and get the MVP ready before the end of the year. The key considerations, simplicity, speed and low very low data loads. As part of our agreement we are not allowed to disclose the budget for this project however we will share more as and when we get further details.
While we build a huge amount of software for our clients we do not produce much for ourselves. This has now come to an end, for something we find very tedious and boring. Crons. Crons are those scheduled tasks that we need to run at different frequencies. We have being using this behind the scenes for our clients for 18 months now and is a very reliable, and accurate system. If you need a hand with your crons head over to www.clearcron.con
Brains are being picked by a partner of ours on their new app they are building. One of the core components is integration with GPT. Having more than of a couple of years under our belts on AI work, we were more than happy to help. So we wrote some code that could take in some fields (country, income, location) and use the ChatGPT to get a structured response on the types of demographic information. It didnt take long to put together but really opens up the creative side of our brains to see what is possible in this new AI world. For those who are interested we used Lambda (Node.js).
We have been contacted by a company in the fashion industry who need a hand creating a mobile app. We will be providing the design (ui, ux), API, web version, and the iOS and Android app. The build and scope of the app is significant with a launch into multiple global locations. We will keep you posted. Solution architecture is well underway.
More and more often companies are having to create a traceable audit of what they have and also have not done. Some of the simplest forms of auditability is keeping a copy of emails that have been sent from ERP’s, with proof of deliverability and also that they have been opened. Configuration sets in AWS can achieve this simply, also with OpenSearch, searching this log is almost instant. The end result is a full traceable, searchable audit of our clients interaction with their employees.
We have to continually keep an eye on AWS Costs and where possible we have to make changes in applications to find a more cost efficient method to getting the same output. Below is an example of reducing the size of an RDS Instance and implementing AWS Elasticache to take some of the database load. The end result $2,400 in savings a month.
One of our clients has a pretty significant YouTube Channel. We manage the full backend of this channel for them. Including the live streaming and the copyright management. Probably not the usual hardcore technical features that are expected of us but allows them to focus on creating their content which creates tens of thousands of AdSense revenue each month.
One of our clients, is a nationwide recruiter and we support them on all aspects of their own in house built ERP, which allows them to manage thousands of staff at any one time. We are rebuilding one aspect of this platform which allows for the management of staff to individual shifts. We are designing this using REACT JS, and AWS SQS. React ensure the state stays the same without having to do multiple refreshes with requests from the database/server. AWS SQS ensures we can manage all the POST/UPDATE requests that the application makes without any lack of performance.
Have recently been asked to help improve the search speed for a company that sells personalised number plates. Currently was using a MySQL RDS Instance, where each table had 53million + rows. However good the indexing there is only so much you can do with MySQL. This is where we fired up AWS DMS, which automatically streams any updates on the MySQL Instance and fires them into Opensearch (Scalable search, analytics engine for real-time data). The WebApp then queries the Opensearch domain. Gone from 10s + query to under 300ms, and we can now also reduce the instance size of RDS to save some additional £££.
One of those annoying jobs that has to be done once in a while, updating OS to the latest version. Most of our clients run off AWS Linux instances, with AL2 coming to end of life in June this year. So been ensuring any old instances are up to date, which is AWS Linux 2023. Feels like a spring clean but important to ensure everything is optimal