Nov 18, 2022
Let me know what you think of the redesign/final outcome. Conclusion This final product is more appealing, easy to navigate and easy to read. The easy-to-searc…
Read threadNov 17, 2022
I crossed 500 followers on devto faster than on medium in 2 months. Under the Hood I have been writing on the medium since January 2021, it’s been almost 2 yea…
Read threadNov 16, 2022
Web3 application tech stack — a step-by-step software development thread on iHateReading.
Read threadNov 15, 2022
Rendering transactions The next and last part is to use our custom hook and render all transactions. We will show 4 key-value pairs and render the items in the…
Read threadNov 14, 2022
Video reference The story is interesting that I how I get to know about the video I’ve watched. I am adding the video link with the interesting story behind it…
Read threadNov 11, 2022
You can deal with hardhat or truffle choice because both are the environment/framework to write and deploy smart contracts. What matter is the logic part and d…
Read threadNov 10, 2022
Add Document The hash value should be hashed document, you can create it on the client side or on the server. The method to verify or get a document's last par…
Read threadNov 6, 2022
What is Faker.js? It's an easy guess for everyone, it will help to generate a massive amount of fake data. Faker provide fake data for 6 domains ranging from Y…
Read threadOct 25, 2022
Detect your website metadata I’ve developed an API to detect the metadata of your own custom domain, here is the link to check your website metadata . If your …
Read threadOct 22, 2022
Hate & more HateI mean we tried to add media queries, edge cases and bla bla whatnot else. But how here and there some kind of screens get broken or not fi…
Read threadOct 22, 2022
Hate & more HateI mean we tried to add media queries, edge cases and bla bla whatnot else. But how here and there some kind of screens get broken or not fi…
Read threadOct 18, 2022
How to add Pagination Let's divide methods into 2 stages one is the API call and another one is the pagination or page number. API call to fetch dataAPI call w…
Read threadOct 17, 2022
Opera Web3 Browser Web3 browser to connect wallets, interact with Dapps and enjoy a private seamless experience. Opera provides a web3 browser with a secure cl…
Read threadOct 14, 2022
If the company thinks a lot before giving you an offer letter then what is the point of not thinking at least twice about the company's future before joining? …
Read threadOct 12, 2022
Installation Actually installing dolt is quite easy and flexible. We download and compile the 50mb size program and can be installed via the following methods …
Read threadOct 11, 2022
In just 3 steps we will develop the custom carousel for our react application. The library we will use is react spring but you can work with framer motion or r…
Read threadOct 8, 2022
Extensibility & Plugins Truffle already comes with waffle, ganache and contracts, test, migrations and so on. Whereas hardhat is more flexible as everythin…
Read threadOct 6, 2022
Startup Jobs https://startup.jobs/remote?remote=true&q=web3+ PompCryptoJobs https://pompcryptojobs.com/ DeFi Jobs https://www.defi.jobs/ Froog https://froo…
Read threadOct 5, 2022
Adding your functionality — Further steps Now the user has connected their wallets we can start building the rest of the applications using Wagmi. Send transac…
Read threadOct 4, 2022
Installing Integration We will now install the integration we have just created. 2 ways in which the installation can be achieved — We will be following the ex…
Read threadOct 2, 2022
How it begins I’ve already broken the ice, it all begins when my friend landed a good job as a web3 developer. But the story starts from here, I am in touch wi…
Read threadOct 1, 2022
Icon libraries, UI library and Tailwind CSS I use Tailwind CSS for styling, material UI as the UI library and react-icons for the icons for our website iHateRe…
Read threadSep 30, 2022
Ever wondered Well, this question arrives in my mind way back. When I was new to the servers and clients, I always use to think about how they even talk to eac…
Read threadSep 29, 2022
Internet and how it works Firstly, the internet is not a browser. If you think the same, then let me rectify the mistake. Email, TCP, and browser are the servi…
Read threadSep 28, 2022
Code examples for filtering, sorting, grouping, pagination, and third-party libraries such as material UI and framer-motion. https://react-table-v7.tanstack.co…
Read threadSep 27, 2022
Conclusion This is just the introductory story about Moralis, in future, you will see more stories about Moralis so stay tuned and please do subscribe and have…
Read threadSep 26, 2022
Now the form with upload the data to the database either Firebase or Supabase . This is what the final object looks like. This is what the final object looks l…
Read threadSep 26, 2022
React Native Bridge I am pretty excited about it. I have worked for almost a year with React Native and covered almost most of the use-cases from payment to an…
Read threadSep 18, 2022
Astro's next-gen island architecture. Astro follows Island architecture under the hood. Meaning your entire webpage is an ocean containing different kinds of i…
Read threadSep 17, 2022
Client Manage wallet connection states such as auto-connection, ethers providers and connectors. Link WagmiConfig You can consider it as the Provider. It uses …
Read thread