Skip to content
nhancv's blog

nhancv's blog

i am who am i

  • Home
  • Resume
  • GitHub
  • Upwork
  • DApp
  • Contact

Category: Tech

Nginx HTTP load balancer

June 28, 2021June 28, 2021nhancvLeave a Comment on Nginx HTTP load balancer

Config Simple config: nginx.conf Health check: https://docs.nginx.com/nginx/admin-guide/load-balancer/http-health-check/ Monitoring: https://docs.nginx.com/nginx/admin-guide/monitoring/live-activity-monitoring/

Read More

Web stress test with jmeter

June 28, 2021nhancvLeave a Comment on Web stress test with jmeter

Download https://jmeter.apache.org/download_jmeter.cgi Get started https://jmeter.apache.org/usermanual/get-started.html INSTRUCTION Download jmeter -> extract PREPARE TEST PLAN open terminal run GUI ./bin/jmeter Create new Test Plan Right click on “Test Plan” -> Add -> Threads -> Thread…

Read More

SmartContract ICO Crowdsale simple

May 5, 2021May 5, 2021nhancvLeave a Comment on SmartContract ICO Crowdsale simple

Please read this post first: Issue your ERC20 token with Solidity on Ethereum Blockchain [https://medium.com/p/6e640eb613ff] Similar with ERC20 token, now let create a ICO Crowdsale with simple abstract: Start date…

Read More

Voting Application using Smart Contract

May 5, 2021May 5, 2021nhancvLeave a Comment on Voting Application using Smart Contract

Please read some useful posts first: Issue your ERC20 token with Solidity on Ethereum Blockchain [https://medium.com/p/6e640eb613ff] SmartContract ICO Crowdsale simple [https://medium.com/p/35dc5ff02459] In this demo, I use web3 version 1.0.0-beta.33, solidity…

Read More

Issue your ERC20 token with Solidity on Ethereum Blockchain

May 5, 2021nhancv1 Comment on Issue your ERC20 token with Solidity on Ethereum Blockchain

I created smart-contract follow ERC20 Standard to issue an awesome token. It’s easy. Let’s start. Preparing: Install Metamask: https://metamask.io/ Create new Eth account with Metamask on Ropsten Test Network Init some…

Read More

Upgrade mongodb from 3.6.3 to 4.4.4

April 7, 2021nhancv1 Comment on Upgrade mongodb from 3.6.3 to 4.4.4

STOP APPLICATION BACKUP DATABASE UNINSTALL OLD DATABASE INSTALL NEW ONE VERIFY INSTALLATION Add user role Public db Restart mongodb RESTORE DATABASE RESUME APPLICATION

Read More

Staking strategy with a fair reward distribution.

April 4, 2021August 22, 2021nhancvLeave a Comment on Staking strategy with a fair reward distribution.

The Stake event begins with fixed pool size and staking time. How to deal with fairy things? (1) The reward should be fixed at staking time and maybe grow up…

Read More

[cryptocurrencies] Deal with a pending transaction

March 2, 2021April 7, 2022nhancvLeave a Comment on [cryptocurrencies] Deal with a pending transaction

The problem is caused by a too-small fee for that transaction. Bitcoin Way 1: Wait for over 48h (2–3 days) and that transaction will be rejected. 😀 Way 2: Re-broadcast your…

Read More

Flutter observer pattern

February 24, 2021February 24, 2021nhancvLeave a Comment on Flutter observer pattern

Combine with provider to access subject anywhere instead of static approach

Read More

Flutter Mux live stream RTMP, HLS .m3u8

February 23, 2021February 23, 2021nhancv1 Comment on Flutter Mux live stream RTMP, HLS .m3u8

For streamer: Live stream with RTMP protocol using rtmp_publisher (other libraries are not working or not completely done) For viewer: View live stream with HLS m3u8 format: ext_video_player, video_player: only…

Read More

Posts pagination

Previous 1 … 3 4 5 … 13 Next

Subscribe for news

Check your inbox or spam folder to confirm your subscription.

PayPal PayPal.me: @nhancv

Bitcoin bc1qehlfcpdjjqzetaqld33cyw7gdgsnrrdnaxd5nn

Dogecoin DQ5bvoNfbXDUcqNQCHRwdPejRjsw6Yfi2n

Ethereum 0x588d48bA59E3d19f6E5145764059D3A606E67D36

Litecoin ltc1qud2aaz49psxk20yu0zf4duml3r793mk6gvuxvk

XRP rfhC9qf2KzhmJLu1jezDusuD9zJn5L71Lq

SOL DpNZ2CSzDEcX8pUg1Doi2grZzHhL5BHwukdUSk7z24Nm

Buy Me a Coffee

Recent Posts

  • ERC-4337 Account Abstraction Local Environment Test
  • Understand EVM Smart Contract CREATE address
  • Send Dogecoin (Testnet) transaction
  • Setup CometBFT PoS Ethereum Private Chain with Evmos on Docker
  • Setup IBFT 2.0 PoA Ethereum Private Chain with Besu on AWS Cloud via Terraform

Recent Comments

  • DbO on BITCOIN Convert private key to WIF
  • nhancv on Detect wifi format with regex in Kotlin
  • Manish Gautam on Detect wifi format with regex in Kotlin
  • John on Create TRC20 Token on TRON network with nodejs
  • Lakhan on Flutter printer and cash drawer

Archives

  • May 2025
  • October 2024
  • January 2024
  • November 2023
  • July 2023
  • February 2023
  • October 2022
  • April 2022
  • March 2022
  • January 2022
  • December 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • September 2020
  • July 2020
  • June 2020
  • April 2020
  • March 2020
  • January 2020
  • December 2019
  • November 2019

Categories

  • Android
  • AWS
  • Blockchain
  • Flutter
  • iOS
  • Mobile
  • Tech
  • Trading
  • Web
  • Wordpress

Tags

android (12) aws (6) backup (1) bitcoin (4) blockchain (18) dart (1) dialog (1) env (2) firestore (1) flutter (43) flutter newbie (5) gesturedetector (1) gradle (1) gzip (1) heroku (1) hpz420 (1) javascript (1) keyboard (3) kotlin (2) macbook m1 (2) macos (2) md5 (1) mongoDB (2) nginx (5) nodejs (5) nscan (1) pancakeswap (2) permission (1) poa (2) regex (2) rounded textfield (1) screen touch test (1) sha256 (1) smartcontract (8) socket.io (1) solidity (2) splash (1) telegram bot (1) token (2) truffle (1) ubuntu (3) wifi qr (1) winston (1) wordpress (3) yuv420 (1)
© 2024 nhancv.com
Facebook Twitter Linkedin Instagram YouTube Pinterest Tumblr Reddit
  • Home
  • Resume
  • GitHub
  • Upwork
  • DApp
  • Contact