Stock

Unleashing the Power of Private Clouds: Comparing the Top Providers and Their Offerings
January 18, 2023

Unleashing the Power of Private Clouds: Comparing the Top Providers and Their Offerings

In the world of technology, the private cloud has become a game-changer for businesses looking to streamline their operations, increase efficiency, and protect sensitive data. With so many private cloud providers to choose from, it can be difficult to know which one is right for your organization. To help make the decision easier, we’re going to compare four of the top private cloud providers: SAP, OVH, OpenShift, and DataFortress.

Read More
Going from Wordpress to serverless, unhackable high-speed static websites
June 17, 2022

Going from Wordpress to serverless, unhackable high-speed static websites

I have been building websites in the past, but have always been struggling with the slow performance of WordPress. If it is loaded with plugins, it will need quite some resources and can be a pain if you are just developing an idea on a small server.

Read More
June 8, 2022

Face Detection using MTCNN


MTCNN is a python (pip) library written by Github user ipacz , which implements the [paper Zhang, Kaipeng et al. “Joint Face Detection and Alignment Using Multitask Cascaded Convolutional Networks.” IEEE Signal Processing Letters 23.10 (2016): 1499–1503. Crossref. Web](https://arxiv.org/abs/1604.02878%5D(https://arxiv.org/abs/1604.02878%20%22https://arxiv.org/abs/1604.02878) .

Read More
May 23, 2022

How to deploy an automated trading bot using the Facebook Prophet Machine Learning model to AWS Lambda (serverless)

I divided this post into the “Why did I do it” and the “Technical How To”. If you want to skip the “Why” part, feel free to directly jump to the Technical part.

Read More
Docker Compose vs. Kubernetes vs. Traditional Hosting: What's the Best Way to Host Your Application?
February 14, 2022

Docker Compose vs. Kubernetes vs. Traditional Hosting: What's the Best Way to Host Your Application?

Docker: The Lightweight, Portable Option for Hosting Applications

Docker: Leightweight, proof-of-concept, running multiple programs on one server

Read More
January 26, 2022

Enhancing stock data for your Python Algorithmic Trading Model

Let us say you are planning to build your own algorithmic trading model.

Read More