Tikam Singh Alma

Tikam Singh Alma @tikam02

About: Design | Debug | Develop

Location:
NYC,USA
Joined:
Aug 10, 2020

Tikam Singh Alma
articles - 26 total

Stock Fundamental Analysis Using Python and Streamlit

Stock Fundamental Analysis Using Python and Streamlit In today's dynamic stock market,...

Learn More 4 1Feb 10

ArcticDB Financial and Historical analysis just way faster.

Storing and Analyzing Financial Data with ArcticDB ArcticDB is a high-performance...

Learn More 0 0Feb 10

Advanced ArcticDB Usage for Technical Analysis with Python

ArcticDB is a powerful tool for efficiently managing and analyzing time-series financial data. When...

Learn More 1 0Feb 5

Using ArcticDB for Financial Analysis with Python and yFinance

Using ArcticDB for Financial Analysis with Python and yFinance Efficient financial data...

Learn More 1 0Feb 5

Ways to resolve CORS issues

To resolve CORS issues, you need to add the appropriate headers either in the web server (like Apache...

Learn More 0 0Sep 30 '24

How fixing memory leaks in React can improve overall performance.

What is memory leaks in react app and what is the root problem? Memory leaks are very...

Learn More 4 0Oct 14 '22

Best way to learn CSS : CSS Games Online

Best way to learn anything is through some engagements and visualization, and gamification it is....

Learn More 5 0Aug 15 '22

META Tags to boost SEO and Page Rankings

Meta tags are snippets of text that describe a page's content. With Open Graph Protocol meta tags are...

Learn More 13 0Jul 23 '22

Promise.all() - JavaScript Function

In simple words, a promise is a placeholder for a value that's going to be available sometime...

Learn More 6 0Jul 23 '22

Graphql requests with CURL

Make a GraphQL query request   curl 'https://countries.trevorblades.com/' \ -X POST...

Learn More 7 0Jul 23 '22

Configuring Domains and Sub-Domains in Apache webserver.

What are the Sub-domains?Why are Domains and Sub-Domains required? Domains are well...

Learn More 38 0Mar 15 '22

Deploy Backend Server Using Apache Webserver

How do the backend servers work? What is a backend server? The backend servers are the...

Learn More 14 1Mar 14 '22

Deploying Frontend Server Using Apache Webserver

Two ways to host and deploy frontend servers There are two types of frontend applications...

Learn More 13 0Mar 14 '22

Deploying Static Website in Apache2.4

Creating a Static Website and Getting Working Directory Path A Static website is a simple...

Learn More 16 0Mar 14 '22

Configurations of logs in Apache2.4

Why monitor the logs? What types of log output does web-server give? Apache has the...

Learn More 6 0Mar 14 '22

Apache-2.4 Directives Configurations: Part-02

What are directives? What are the functions of directives? Apache directives are a set of...

Learn More 7 0Mar 14 '22

Apache-2.4 Basic Configurations - Part-01

Files and directories The buildings block and the base of the apache server configurations...

Learn More 4 0Mar 14 '22

Apache Modules - Basics and Configurations.

What are the modules Apache2 is a modular server. This implies that only the most basic...

Learn More 13 0Mar 14 '22

How web server works in the cloud

What do you think is the first thing that happens when you hit some requests from your browser? It...

Learn More 4 0Mar 14 '22

Block Countries and Continent : Apache2

install module sudo apt install libapache2-mod-geoip enable module sudo a2enmod geoip Method 1...

Learn More 13 1Jan 16 '22

Web3.0 Resources

Introduction and Basics Decentralized web -...

Learn More 14 0Dec 11 '21

How to deploy Node server on Apache2

I'm assuming that you have built an website on React/Next/Angular or Vue.js and looking for...

Learn More 20 1Aug 26 '21

How to make apache2 server faster - Part-02 [Implementation]

I will explain here how to increase latency of apache2 server,using Django deployment example.At the...

Learn More 1 0Aug 26 '21

How to make apache2 server faster - Part-01 [Theory]

Making Apache Suck Less -1 Don't use apache default configurations for hosting python web...

Learn More 2 0Aug 26 '21

Harden Apache2 Server

1. Install Mod_Security2 sudo apt install libapache2-mod-security2 -y Enter...

Learn More 9 0Aug 26 '21

How to implement Django Search Field and Tags)keywords.

How to implement Django Search Field and Tags)keywords using Django Rest Framework...

Learn More 7 0Apr 11 '21