I'm a bit new to React, and have been practicing by creating an application using the enums rendering method specified in this article. However, I'm trying to
I'm learning Erlang now. As far as I know, there's a tool called rebar3 that can generate a project boilerplate. Ok, so after installing it, I generate an empty
I have a GitLab pipeline to deploy a Kubernetes cluster using Terraform on Azure. The first time I used the pipeline everything went fine. Once I finished doing
Like in title. I am writting an Android app. In camera.onTouch method I am getting two points (x1, y1 in MotionEvent.ACTION_DOWN and x2, y2 in MotionEvent.ACTIO
I am trying to restrict dashboard access only, which can be viewed only when the token is passed into the header but... if request.method == "POST":
# /.htaccess RewriteEngine on RewriteBase / RewriteRule "^([^/]+)/root/(.*)" "$1/index.php?root=$2" # /folder/.htaccess RewriteRule "^sub/(.*)" "i
I had asked a question previously in the SO and based on the guidance from that post I drafted a code to fetch the queries from an excel and asynchronously run
I am new into the angular. and i am trying to create a registration form using ngforms. For that i have written some codes as below... here's my reg.component.h