Skip to content

Instantly share code, notes, and snippets.

View LimaniBhavik's full-sized avatar
🏠
Working from home

Bhavik LimaniBhavik

🏠
Working from home
View GitHub Profile
@LimaniBhavik
LimaniBhavik / Indian-States.json
Created December 13, 2022 11:26
Indian States json file
{
"AN":"Andaman and Nicobar Islands",
"AP":"Andhra Pradesh",
"AR":"Arunachal Pradesh",
"AS":"Assam",
"BR":"Bihar",
"CG":"Chandigarh",
"CH":"Chhattisgarh",
"DN":"Dadra and Nagar Haveli",
Chapter - 1
- Cargo https://www.rust-lang.org/tools/install
- rustup target add wasm32-unknown-unknown
- cargo install cosmwasm-check
Chapter - 2
@LimaniBhavik
LimaniBhavik / Indian States and Capitals
Created July 15, 2022 06:00
Indian States and Capitals
=====================
States and Capitals
=====================
Andhra Pradesh
(Amaravati)
Arunachal Pradesh
(Itanagar)
Assam
(Dispur)
Bihar
@LimaniBhavik
LimaniBhavik / USA List of States with Comma Separated
Created February 23, 2022 11:05
USA List of States with Comma Separated
Alabama,Alaska,Arizona,Arkansas,California,Colorado,Connecticut,Delaware,Georgia,Florida,Hawaii,Idaho,Illinois,Indiana,Iowa,Kansas,Kentucky,Louisiana,Maine,Maryland,Massachusetts,Michigan,Minnesota,Mississippi,Missouri,Montana,Nebraska,Nevada,New Hampshire,New Jersey,New Mexico,New York,North Carolina,North Dakota,Ohio,Oklahoma,Oregon,Pennsylvania,Rhode,Island South Carolina,South Dakota,Tennessee,Texas,Utah,Vermont,Virginia,Washington,West,Virginia,Wisconsin,Wyoming
@LimaniBhavik
LimaniBhavik / Hyperledger Besu.md
Created January 24, 2022 10:51
Core Concept of Hyperledger Besu

Hyperledger Besu

  • Hyperledger Besu is an open-source Ethereum client.
  • Besu implements proof of work (Ethash) and proof of authority (IBFT 2.0, Clique, and QBFT) consensus mechanisms.
@LimaniBhavik
LimaniBhavik / Designer Career.md
Last active January 24, 2022 11:07
Designer Career for Mobile & Web App UI/UX

Design Inspiration

  • Dribbble
  • Behance
  • Envanto
  • CreativeMarket
  • Canva

Skills need to Learn

  • Wireframing
  • Design (UI/UX)
@LimaniBhavik
LimaniBhavik / Graphics Designer Executive - Job Post Schema | Google Ranking
Last active December 30, 2021 12:21
Google Ranking Jobs - Schema for job post
<!-- Graphics Designer Job -->
<script type="application/ld+json"> {
"@context" : "http://schema.org/",
"@type" : "JobPosting",
"title" : "Graphics Designer",
"description" : "<p>Qualities:</p><ul><li>Creative thinker with the ability to think out of the box</li><li>Passionate about design</li><li>Meticulous & Able to work independently</li><li>Customer Service-centric</li><li>Self Starter with a good sense to collaborate and build a team</li></ul><p>Responsibilities:</p><ul><li>Design mobile applications & websites that are user-friendly and attractive</li><li>Deliver creative design ideas that match customer requirements</li><li>Design marketing campaign ingredients like banners, pamphlets that have a high visual impact</li><li>Think creatively to produce new ideas and concepts</li><li>Demonstrate illustrative skills with rough sketches</li></ul><p>Requirements (Must haves):</p><ul><li>Experience with Mobile App & Website Design</li><li>Experience with creating Marketing Campaign Designs</li><li>Por
@LimaniBhavik
LimaniBhavik / Schema for Organization Contact Information
Last active December 30, 2021 12:15
Google Schema for Organization Contact Information
<!-- Schema for Organization Contact Information -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "https://widle.studio/",
"logo": "https://widle.studio/Widle-Logo-1.jpg",
"contactPoint": [{
"@type": "ContactPoint",
<label for="country">Country</label>
<select name="countries" id="country">
<option value="" disabled selected>Country</option>
<option value="US">United States of America</option>
<option value="AF">Afghanistan</option>
<option value="AX">Åland Islands</option>

Git Commands

A list of Git commands



Tell Git who you are