W
Chennai Core Team
3y 6mos
Web3 Bharat, May 22' - Present
@chanakyha_dev
Chanakyha V
@chanakyha_dev
Full Stack Blockchain Developer
Full Stack Blockchain Developer
Community Manager, Scalify
Chennai, India
12
projects
12
4
prizes
4
22
hackathons
22
0
Hackathons org.
0
282
contributions in the last year
Nov
S
M
T
W
T
F
S
Oct
17
stars earned
80
repositories
59
followers
W
3 years 6 months
May 22' - Present
Building web3 communities in tier-2/3/4 cities of India to create consumers & creators for web3.
W
C
C
S
W
3y 6mos
Web3 Bharat, May 22' - Present
C
3y 2mos
Condottiere Solution, Sep 22' - Present
C
4y 1mos
CodeChef SrmRmp, Oct 21' - Present
S
2y 11mos
Scalify, Dec 22' - Present
M
2mos
MetaStart, Sep 22' - Nov 22'
Every Second Matters , And ResqAI is there to save your day , potentially saving lives and reducing property damage.

medium.com
Struggling to make your resume look professional? Here is the solution! The Easiest way of making your resume is by using online resume builders. There are many online resume builders in the internet, What I prefer here is https://resume.io/ Setting up an account Creating an account in resume.io is very simple, You can use your Google or Linkedin, or Facebook account to log in. Redirect Url: https://resume.io/app/auth/sign-in Choosing a Template There are plenty of templates available in resume.io, but ...

medium.com
There many ways to style your React Components, but in this Story we are only going to read about the best 4Â ways. CSS StyleSheet Its a regular Css File, where you will write your Css Snippets it and import the file into the Component Javascript File. import React from "react"; import "./Box.css" const Box = () => { return ( <div className="box"> <button className="box_button">Click Here</button> </div> ); } export default Box; There is a disadvantage in styling in as CSS ...

medium.com
Here are some of the VsCode Extensions that I have gathered here, every Web Developers must have installed it in their VsCode. Bracket Pair Colorizer This Extension helps the developer to match the brackets by identifying it by colors. When you want to debug some lines of codes, you will definitely collapse by the pairs of brackets, during this time, this extension comes as a saviour. Link to Download: https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2 Prettier Code ...