all-scribbly

Dit-Dah

all-scribbly coding
modify rules /etc/nginx/nginx.confSitescd /usr/share/nginx/html/localtransporter.space/cd /usr/share/nginx/html/spiffydesign.com/cd /usr/share/nginx/html/dit-dah.clickTo hide the .env file using Nginx and prevent it from being served publicly, you can add a specific rule in your Nginx configuration that denies access to this file. Here’s how to do it:Step-by-step instructions:Open your Nginx configuration file:You can either add this rule to your main Nginx configuration […]

Dit-Dah Read More »

Automaton Dab Rig

all-scribbly
https://store.thedabbingspecialists.com/products/automaton-dab-rig Automaton Dab Rig $49.95 Automaton Dab Rig [click to view our shipping policies] Description for Part Number 1170 Scroll Thru Images to See a Function Video! If you’re looking for a super cool banger hanger with a mini form factor, and incredible function, then look no further! These are super cool in the hand

Automaton Dab Rig Read More »

FrontEndEditor Test Page – Base

coding
Code Test var myObject = { property1: “something”, property2: 5, property3: true }; {{{{{{{{}}}}}}}} [[[[[[[[]]]]]]]] ((((((((((())))))))))) [ ]Copy Code Test – w/EditusIgnore var myObject = { property1: “something”, property2: 5, property3: true }; {{{{{{{{}}}}}}}} [[[[[[[[]]]]]]]] ((((((((((())))))))))) [ ]Copy here’s some tping – it’s fun!!! Tabs with Editus Ignore Tabs – NO – Editus Ignore

FrontEndEditor Test Page – Base Read More »

Editus – FrontEnd Test

coding general
Code Test – wrap code block with div=”EditusIgnoreSave” (should be hidden/unchanged) var myObject = { property1: “something”, property2: 5, property3: true }; {{{{{{{{}}}}}}}} [[[[[[[[]]]]]]]] ((((((((((())))))))))) [ ] Code Test – wrap code block with div=”EditusReadOnly” (shown/changed) var myObject = { property1: “something”, property2: 5, property3: true }; {{{{{{{{}}}}}}}} [[[[[[[[]]]]]]]] ((((((((((())))))))))) [ ] Code Test no

Editus – FrontEnd Test Read More »

React Router Dom

react
Install react-router-dom using the following command npm install –save react-router-dom create a new file (MainRouter) in your project directory import { BrowserRouter, Route, Link } from "react-router-dom"; //import the package import SignIn from "../SignIn" //import your signIn page import SignUp from "../SignUp" //import your signUp page function MainRouter(){ return( <BrowserRouter> <div className="container"> <Switch> <Route path="/signIn"

React Router Dom Read More »