Published inBetter ProgrammingIntegrating Smart Contracts Using Hardhat With NextJS and TypeScriptBlend smart contracts in your frontendMar 9, 2022Mar 9, 2022
Published inBetter ProgrammingConverting Our NextJS Project to a Monorepo With Yarn WorkspacesLet’s add a Solidity development stack in our codebaseFeb 28, 20221Feb 28, 20221
Published inBetter ProgrammingAdding Web3 to Our NextJS TypeScript ProjectIntegrate web3 in your appsFeb 23, 2022Feb 23, 2022
Adding Tailwind to a NextJS Typescript ProjectIn this post, we will continue where we left off and add TailwindCSS to our boilerplate NextJS project. Tailwind is my favorite UI library…Feb 19, 2022Feb 19, 2022
Create a Typescript NextJS Project with Jest & CypressHaving a solid boilerplate that can be easily transitioned into a production app is a great thing to have around. It is often much more…Feb 18, 20222Feb 18, 20222
Integrating Your Serverless Telegram Bot with AWS API GatewayThis is a continuation from my last article on Running a Serverless Telegram Bot from AWS Lambda. Before that, I also wrote a simple guide…Dec 10, 2019Dec 10, 2019
Running a Serverless Telegram Bot from AWS LambdaFunction as a service (FaaS) offerings are great for certain compute tasks. They are low maintenance, scalable, and cheap for infrequent…Nov 23, 2019Nov 23, 2019
Send and Receive Messages with the Telegram APITelegram is a modern cross-platform messaging app that I use frequently for group messages. Since I use it everyday and it has an open API…Jun 16, 20193Jun 16, 20193