Skip to content

Instantly share code, notes, and snippets.

View Haseb-ali's full-sized avatar
🎯
Focusing

HASEEB Ali Haseb-ali

🎯
Focusing
View GitHub Profile
@Haseb-ali
Haseb-ali / README.txt
Created August 6, 2021 19:08
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
REMIX EXAMPLE PROJECT
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer.
It contains 3 directories:
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name.
2. 'scripts': Holds two scripts to deploy a contract. It is explained below.
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity.
SCRIPTS
python manage.py migrate appname
composer require barryvdh/laravel-debugbar --dev
<nav id="sidebar" class="sidebar">
<div class="sidebar-content js-simplebar">
<a class="sidebar-brand" href="index.html">
<span class="align-middle h6 text-white">Human capital management </span>
</a>
<ul class="sidebar-nav">
<li class="sidebar-header">
@Haseb-ali
Haseb-ali / 2021_07_12_080656_create_posts_table.php
Created July 12, 2021 10:40
create foregin key in laravel
$table->foreign('user_id')->constrained()->onUpdate('cascade')->onDelete('cascade');
@Haseb-ali
Haseb-ali / nodejs-cheatsheet.js
Created April 9, 2021 09:45 — forked from LeCoupa/nodejs-cheatsheet.js
Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html
@Haseb-ali
Haseb-ali / front-end-curriculum.md
Created March 23, 2021 14:18 — forked from stevekinney/front-end-curriculum.md
Front-end Curriculum Draft

Module 1

  • Semantic markup
  • HTML standards mode and quirks mode
  • HTML fundamentals
    • Classes and IDs
  • CSS fundamentals
    • Selectors
    • Resets and normalizers
    • The box model