Blogs
May 28, 2020 / February 16, 2023 by Query
The idea of an unhackable password is beyond the realm of possibility, but there are ways to protect yourself and make your password harder to guess than the average password. Cybersecurity professionals lay strict rules on not reusing passwords, picking long, complex ones, and making sure your passwords are safe because if there is a […]
Read more »
Newsroom
May 27, 2020 / December 24, 2022 by Query
May 21, 2020 / February 16, 2023 by Query
Python is an incredibly powerful programming language. It is not only for small school projects but instead, also used for Google AI in photo recognition and other monumental projects. Python has proved able to get the job done, be it machine learning algorithms or network protocols or user interfaces or just about anything. In this […]
May 14, 2020 / March 22, 2023 by Query
In this blog, we will walk through Supervised and Unsupervised Learning and answer these questions: But before we dive into the details of these two types, let’s first have a quick review of what is Machine Learning. Traditional Software Programming Traditionally software programming has been about writing a specific set of instructions to be executed […]
May 7, 2020 / March 22, 2023 by Query
In this blog, we will cover the Elasticsearch basics and answer questions including: So what is Elasticsearch? Elasticsearch is a part of the Elastic tech-stack. It is used in combination with visualization and ingestion tools, Kibana and Logstash, and Beats. Elasticsearch is the “middle engine,” a real-time search analytics engine, enabling you to store, search, […]
May 7, 2020 / December 24, 2022 by Query
April 30, 2020 / March 22, 2023 by Query
“We all use math every day; to predict weather, to tell time, to handle money. Math is more than formulas or equations; it’s logic, it’s rationality, it’s using your mind to solve the biggest mysteries we know.” This quote is from a famous crime television show called Numb3rs, where a set of brothers rely on […]
April 2, 2020 / February 16, 2023 by Query
Data Classification, Clustering, and Regression is part 5 of this series on Data Analysis. The focus of this article is to use existing data to predict the values of new data. What is Classification? The classification of data is when we sort our data into different buckets. Imagine having buckets with labels: blue, red, and […]
March 31, 2020 / March 22, 2023 by Query
In this article, we are going through a complete example of how to use Angular and Angular Material to create a spreadsheet. We are going to cover from how to create an angular project to how to delete a column or row and creating table cell tracker like Microsoft Office Excel. However, before I start, […]
March 13, 2020 / December 24, 2022 by Query