What is VeraCrypt? VeraCrypt is a free open source disk encryption software for Windows, Mac OSX and Linux based on TrueCrypt 7.1a. Its a successor
What is TrueCrypt? TrueCrypt is a discontinued source-available freeware utility used for on-the-fly encryption. if you’re interested in alternatives to TrueCrypt, VeraCrypt is a great
Most modern mobile devices include vibration hardware, Adding vibration to your website or PWA gives the user haptic feedback by causing the device to shake. If you are making video games and/or mobile apps using vibration can alleviate the experience.
Bots are not inherently bad. Check out these helpful twitter bots that makes twitter more convenient and enjoyable to use.
Gatsby is great for personal or static site, WordPress is great for blogging. If you have a WordPress blog and want to include the recent post on your Gatsby static site or personal website like below
The minimum Essential Meta tags to make your website Social Media shareable
This is a code snippet to un-flatten Map or Flat JSON Object to Nested JSON object. This JavaScript method will help you convert Flat JSON
This is a code snippet to flatten Nested JSON Object to Flat JSON object or map. This JavaScript method will help you convert Nested JSON
Fix WordPress API404 Error on Nginx Server. Solve this issue easily by updating Nginx Config either using terminal or Webmin Virtualmin UI
One of the most important parts of any application is managing state. State along with props is the data that we display on the view screen, We use state to display the data which can or will be changed in the app.