✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨
SUPPORT MY WORK - Everything Helps Thanks
YouTube 🔗 https://YouTube.GetMeTheGeek.com
Buy Me a Coffee ☕ https://www.buymeacoffee.com/getmethegeek
Hire US 🔗 https://getmethegeek.com
Digital Ocean referral 🔗 https://tiny.cc/plxdigitalocean
✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from 'react'; | |
| import { BrowserRouter as Router, Route, Switch} from 'react-router-dom' | |
| import { ThemeProvider } from '@material-ui/styles'; | |
| import {Elements} from '@stripe/react-stripe-js'; | |
| import {loadStripe} from '@stripe/stripe-js'; | |
| import theme from './Theme' | |
| import { AuthProvider } from './Auth' | |
| import SignUp from './SignUp' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .pnp.* | |
| .yarn/* | |
| !.yarn/patches | |
| !.yarn/plugins | |
| !.yarn/releases | |
| !.yarn/sdks | |
| !.yarn/versions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import axios, { AxiosResponse } from 'axios'; | |
| import { get } from 'lodash-es'; | |
| const rest = axios.create({ | |
| baseURL: 'some base URL goes here', | |
| }); | |
| // this one send file as Blob type | |
| const getPdf = () => ( | |
| rest.get(`/get-pdf`, { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| It's now a package. You can find it here: | |
| https://github.com/joshnuss/svelte-local-storage-store | |
| */ | |
| // Svelte store backed by window.localStorage | |
| // Persists store's data locally |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ДЕМО: https://codepen.io/vtboren/pen/ZdGRXp | |
| // Подключаем скрипт маски https://unmanner.github.io/imaskjs/ | |
| // Функция маски | |
| // Работает сразу на все поля с типом поля tel | |
| function initPhoneMask() { | |
| $('input[type=tel]').each(function(index, element) { | |
| var mask = IMask(element, { | |
| mask: [ |
generated via plantuml
- Install pre-requisities
sudo apt-get install build-essential tcl
- Install Redis
cd /tmp
curl -O http://download.redis.io/redis-stable.tar.gz
tar xzvf redis-stable.tar.gz
NewerOlder
