The Trojan

The Trojan

Follow
homeโžก๏ธ Cool JS Stuff๐Ÿ“˜ HTML To React Guide๐Ÿ’ป Complete Web Design Courseโ˜๏ธ Good Parts of AWS๐Ÿš€ The Art of Twitter
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

Different ways to authenticate your APIs

Oct 2, 20206 min read

Whenever we are designing secure systems that need authentication for API access, we must consider how your applications and users should authenticate...

Different ways to authenticate your APIs

Understanding Linear Regression

Sep 28, 20206 min read

Introduction Linear regression is one of the most popular algorithm in machine learning. There are primarily 2 types of machine learning algorithms...

Understanding Linear Regression

GIT INIT (Part-2)

Sep 22, 20204 min read

What did we discussed in the last article? In the last article we had a look at basics of GIT. We went through the basic terms associated with git....

GIT INIT (Part-2)

GIT INIT (Part-1)

Sep 20, 20204 min read

Git for software engineers is a must if you want to collaborate on a working project. Yes, there are other tools for collaborations & version control...

GIT INIT (Part-1)

Improving Time Complexity

Sep 12, 20205 min read

While writing any industry level algorithm/code or even in competitive programming one must keep in mind the complexity of it. In order to make...

Improving Time Complexity

Hyperloglog: Cardinality Estimation

Sep 5, 20206 min read

Hyperloglog is another probabilistic data structure (just like bloom filter) that is used to find the cardinality of a multiset(can have multiple...

Hyperloglog: Cardinality Estimation