How to avoid Clickjacking for you websiteClickjacking is an attack that tricks a user into clicking a webpage element which is invisible or disguised as another element. This can…Sep 23, 2022Sep 23, 2022
How can i fetch BNB price from pancake swap in solidity??fetching BNB price from pancakeswap pool to my smart contract is quite important for every contract that is related to market trades…Sep 21, 2022Sep 21, 2022
Crypto address converter for multiple EVM Clone ChainEthereum allows developers to build and run decentralised applications on the network. This is achieved by a developer-friendly ecosystem…May 28, 2022May 28, 2022
Input only numbers or alphanumeric html inputFor a best usabulity we are allowed to enter only numbers or numbers with albhabets excluding the symbols and special characters is a best…May 31, 2021May 31, 2021
Convert exponential number to normal numberSome times numbers create a big confussion over the number and the way it shows us,May 31, 2021May 31, 2021
Apache Log filter user based on IPwe are familier that apache we server is the most common webserver for small and medium web applications,Feb 4, 2020Feb 4, 2020
Nodejs Twitter botNode.js provides multiple features and built-in library for making all bots and other functionals more easy. Now bots are the current…Dec 30, 2019Dec 30, 2019
Encrypt and Decrypt Data in Node.jsNode.js provides built-in library called ‘crypto’ which you can use to perform cryptographic operations on data. You can do cryptographic…Dec 30, 2019Dec 30, 2019
Published inLevel Up CodingGenerate Ethereum Address using Node.jsIt is quite simple to generate an address with the ethereumjs-wallet library. It can be accomplished with no more than 4 lines of code.Dec 26, 20191Dec 26, 20191
Published inLevel Up CodingCreating a Conversational Telegram Bot in Node.jsUse a finite state machine and async/await to create a conversation bot with NodeDec 26, 2019Dec 26, 2019