S
Community Manager
Scalify,
@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
199
contributions in the last year
Mar
S
M
T
W
T
F
S
Feb
18
stars earned
81
repositories
59
followers
S
Scalify, a Student Community where like minds meet, collaborate, and grow together, is hunting for smart minds in our college to onboard into the community!đđĄ
S
C
W
C
S
Scalify,
C
Condottiere Solution,
W
Web3 Bharat,
C
CodeChef SrmRmp,
M
MetaStart,
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 ...