docker
Migrate existing Django project from SaaS (Heroku) to cloud VM (Oracle VPS) Source: draw.io Here is the tutorial to guide through how to migrate the django project including postgresql db from Heroku to Oracle VPS. Make Django project production by Nginx & gunicorn Source: draw.io
Feb 18, 2023When doing the integration with notifi.network notification service, testing the "card" (can be registered from notifi admin panel) in development environment is important to ensure the DAPP is working as expected. This playground makes use of the following three key SDKs' example code. You will be able to fill in your own card info (or credential) to try out the result. @notifi-network/@notifi-network/notifi-node @notifi-network/notifi-react-card @notifi-network/notifi-react-hook TRY IT OUT Playground Source code: Githug repo
Feb 13, 2023This project is inspired from Typechain truffle-v5 example. Debugging EVM solidity project is always a pain when writing "JS" test script. The video here is to guid you through how to use Turrfle framework with typescript. source code video hackMD Just clone the boilderplate and yarn install the dependancy. And we are ready to go.
Feb 5, 2023We can use ssh reverse tunnel as an approach to access our local device under the localnet work behind the firewall or NAT. Please check the detail from Video tutorial Flow diagram Cmd ssh -N -R localhost:1234:localhost:22 -i </path/to/ssh/private/key> ubuntu@<cloud.vm.ip.address> Service file
Aug 6, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up