Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


How to Fetch NFT Transaction Logs Using PHP

3 Jun 2023 4 minute read 1 comment xmrrabbitx

You may have experienced entering an NFT market and wanting to find out the number of people who have transferred a specific NFT. Some markets put the transaction history information of each NFT on the website, but some do not. Perhaps one of the re...

The Leading Blockchain Development Platform

2 Jun 2023 1 minute read 0 comments tux3do.crypto

Alchemy   Alchemy.com is the leading blockchain development platform, powering millions of users in 197 countries worldwide. The company provides developers with the fundamental building blocks they need to create the future of technology. Alchemy's...

Hacking Glover 2.

2 Jun 2023 5 minute read 0 comments Lameshark

Today, we are going to hack the beta game Glover 2, which was never officially released. Several versions of the game were released online, the latest build was released in 2012 by Team Carrot. This version is incomplete, but the story mode is partly...

Everything About Account Abstraction: The AA debate, Safe co-founder on AA, Vitalik’s warning, OpenZeppelin & Financial Express reports, Openfort’s $3M raise

1 Jun 2023 5 minute read 0 comments Pillar

We are welcoming you to our weekly digest! Here we discuss the latest trends and advancements in account abstraction, as well as bring some insights from Etherspot’s kitchen. Please fasten your belts! Etherspot’s TransactionKit introduces new React h...

Exponentia! @ Dcoder

1 Jun 2023 1 minute read 0 comments Lochard

Problem: Create a code that allows people to learn about exponents. The task is to write a code which takes an integer number as an input and returns the values ranging from that of 2(two) raised to power 0(zero) to 2(two) raised to power n(the numbe...

Building a Header in HTML, CSS, JavaScript, and React

31 May 2023 2 minute read 3 comments programmer22

  Introduction A website's header is an essential part of its design and functionality. It is the first thing users see when they visit a website, and it is responsible for providing navigation to other pages and even searching for content. In this t...

Breaking Barriers in Web3 Development: New React Hooks of TransactionKit

31 May 2023 1 minute read 0 comments Pillar

As the world embraces decentralized technologies, developers are at the forefront of creating innovative and secure blockchain applications. However, working with Web3 technologies can sometimes be complex and time-consuming. That’s where Ethers...

Build a Table in Next.js, Typescript, Tailwindcss, react-table

31 May 2023 3 minute read 0 comments programmer22

Build a Table in Next.js Typescript, Tailwindcss, react-table Skill Level: Beginner - Intermediate Introduction When working on a web application, it is common to need to display data in a table format. This can be achieved in React by using a libr...

Build a Login Form using React and Typescript

29 May 2023 3 minute read 0 comments programmer22

  Build a Login Form using React and Typescript skill level: beginner Introduction React is a popular open-source JavaScript library for building different kinds of user interfaces for different purposes. It is widely used in web development due to i...

The coding Challenges @ Dcoder

29 May 2023 1 minute read 0 comments Lochard

Title: The coding Challenges Problem: There are n participants appearing for one on one coding challenge.Each participant plays twice (challenges) with each of his opponents.You need to compute the total number of challenges.  Input: First line conta...