Machine Learning on Unstructured Datasets

Machine Learning models on GCP have helped many companies to make a breakthrough in their industries.  The secret to takeaway is that ML can automate activities that can save a human team or support them. The new models have also outperformed humans in some domains recently. More than just binary classification tools, the picture classification … Read more

Challenges facing modern data pipelines

Introduction Software engineers have a central responsibility for building efficient, scalable, and secure pipelines. Data may come in from all various data sources inside modern organizations. Message-oriented architectures with Cloud Pub/Sub The first part of the pipeline puzzle that manages vast amounts of streaming data that do not come from a single organized database. Alternatively, … Read more

Compute Power for Analytic and ML Workloads

Google trains its output machine learning models on its large data center network and then deploys smaller trained versions of these models to your phone’s hardware for video predictions for example. You can use pre-trained AI building blocks to exploit Google’s AI work. For example, if you’re a film trailer producer and want to quickly … Read more

Apache MySQL PHP PHPMyAdmin Containerized with Docker

Dockerize lamp
PHP / Apache / MySQL stack has a dominant market share on internet content management systems and web applications, and with so many developers using these technologies, there is a great deal of interest in modernizing the way they use them from local development through to production. Today we’ll look at several ways to containerize and … Read more

Fixed Income and Bond Markets

An asset is an economic-value resource owned or controlled by an individual, corporation, or country with the expectation that it will deliver a future benefit. Assets are listed on the balance sheet of a company and are acquired or produced to increase the value of a company or to support the operations of that company. … Read more

An Introduction to Google Cloud Data Engineering

By 2025, we’ll have more than 21 billion active IoT devices connected (Statista, 2020). According to Wikipedia: “The Internet of things (IoT) is a system of interrelated computing devices, mechanical and digital machines provided with unique identifiers (UIDs) and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction.”

Money Market and Interest

Introduction Money markets have no widely agreed-upon definition. According to Investopedia, The money market corresponds to trading debt investments in the very short-term. It includes big-volume transactions between companies and brokers at the wholesale level. This covers, at the institutional level, money market mutual funds bought by private customers, and money market accounts held by … Read more

Google Cloud DataProc

DataProc
Cloud Dataproc is a managed Spark and Hadoop service that allows you to use open-source data resources for batch processing, querying, downloading, and machine learning. Automation with Cloud Dataproc lets you rapidly build clusters, spins up instances of the cluster’s compute engine, handle them efficiently, and save money by shutting off clusters that aren’t necessary. … Read more

Google Python Style Guide

Source : https://google.github.io/styleguide/pyguide.html 1 Background Python is the main dynamic language used at Google. This style guide is a list of dos and don’ts for Python programs. To help you format code correctly, we’ve created a settings file for Vim. For Emacs, the default settings should be fine. Many teams use the yapf auto-formatter to avoid arguing over formatting. 2 … Read more

Google C# Style Guide

This style guide is for C# code developed internally at Google, and is the default style for C# code at Google. It makes stylistic choices that conform to other languages at Google, such as Google C++ style and Google Java style. Source : https://google.github.io/styleguide/csharp-style.html Formatting guidelines Naming rules Naming rules follow Microsoft’s C# naming guidelines. Where … Read more