I first learned about Knex.js from a technical interview, it was the first time I used another abstraction to interact with the database besides ORM Sequelize.js, which I learned during my study at the Grace Hopper program. Knex.js is an SQL query builder for JavaScript, a thin abstraction that…
Testing candidates for a Data Scientist position gives a hiring organization a great sense of how well they can do job-related tasks and manage time effectively. Skills that Data Scientists need to succeed vary by company or even by teams…
Introduction “The power of Open Source is the power of the people. The people rule”: Philippe KahnEver since my doctoral studies that mostly entailed performing statistical analysis in R ( and admittedly Octave/MATLAB), I have strongly embraced the emergence of Python as the lingua franca…
A detailed go through into various aspects of descriptive statistics using python. It is often talked about that it is an essential requisite for a data scientist to have the ability to understand all types of data including the numerical…
The idea As I said above, resumeCraft is an application that helps you create resumes. All you need to do is to fill in your information that is required to make a good resume, and the application helps you generate…
As we have an Apache server running on a GCP machine, we now want to run an additional Node.js application on it. Our final goal will be: apache hosts ;, which is the existing website node.js hosts ;, handling a POST request for Line…
Google Cloud is continuing to offer no-cost learning opportunities until the end of this year to help you build in-demand cloud skills. Read on to find out how you can further your knowledge of AI, Kubernetes, multi-cloud, and more. AI…
It’s been 24 years since Jerry Maguire hit movie theatres in 1996, and yet one line from the movie still resonates like no other. The constant banter between the agent, Jerry Maguire (Tom Cruise) and budding professional football player Rod Tidwell (Cuba…
When people think about whether or not to deploy on a container management platform like Kubernetes, the decision often comes down to its operational benefits: better resource efficiency, higher scalability, advanced resiliency, security, etc. But Kubernetes is also beneficial to the…
BigQuery column-level security now GA As organizations bring more and more-sensitive data analytics workloads to the cloud, BigQuery is entrusted to provide fine-grained security and governance controls that help them satisfy principles of least-privileged access. Today, we are pleased to announce the…
A unified .NET .NET 5.0 was released just a few days ago with many new features, improvements, C# 9 support, F# 5 support, and more. .NET 5.0 is the first release of the unified .NET vision that was announced last year. Going forward,…
For many of us the holiday season will look different this year, separated from the people we love. If you’re in this boat too—mitigating the spread of the coronavirus—thank you and we hope the following story might offer an alternative,…
Google Cloud Next ‘20: OnAir looked a little different this year. Instead of a three-day conference, we launched a nine-week digital event series that brought together our global cloud community to discuss and collaborate on the most significant cloud technology…
In this post, we will be creating Postman Tests and take a look at some of the advantages of using Postman Tests. Advantages of Postman Tests We can validate the response of the API to ensure it’s working as expected.…
Generative Pre-trained Transformer 3 also referred to as GPT-3 is the next big revolution in artificial intelligence (AI). In 2018, a startup, OpenAI was the first to create the autoregressive language model. GPT-3 was deemed to be the largest autoregressive…
Building a classical On-Premise Data Warehouse via ETL processes and OLAP cubes often ends in delayed projects, additional costs and headache for IT managers. New techniques, methods and the cloud give us possibilities to reduce setup times and provide a…
When customers using Couchbase require us to comply with privacy regulations such as HIPAA (financial or healthcare customers as an example), then we typically need to allow for Authentication(LDAP), Authorization (RBAC-role based access control), and Encryption. It is also important…
Have you ever wondered what’s the difference between GET and POST requests, or what does 404 Not Found means? You’re not alone. Having a basic understanding of the different HTTP Methods and HTTP Status Codes is important when you’re exploring and…
Here’s a fun project utilizing react-app basics to create a functional calculator. Please Check Part 1 for the wireframes and styling used in this project. If you’d like navigate to my github, clone the repo, and code along with my tutorial. Click…