Posts

 <div class="wrap-collabsible">   <input id="collapsible" class="toggle" type="checkbox">   <label for="collapsible" class="lbl-toggle">More Info</label>   <div class="collapsible-content">     <div class="content-inner">       <p>         QUnit is by calling one of the object that are embedded in JavaScript, and faster JavaScript program could also used with         its elegant, well documented, and functional programming using JS, HTML pages Modernizr is a popular browsers without         plug-ins. Test-Driven Development.       </p>     </div>   </div> </div> CSS: input [ type = 'checkbox' ] { display : none ; } .wrap-collabsible { margin : 1.2rem 0 ; } .lbl-toggle { display : block ; font-weight : bold ; font-family : monospace ; font-size : 1.2rem ; text-transform : uppercase ; text-align : center ; padding : 1rem ; color : #D

Collapsible widgets

 <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .collapsible {   background-color: #777;   color: white;   cursor: pointer;   padding: 18px;   width: 100%;   border: none;   text-align: left;   outline: none;   font-size: 15px; } .active, .collapsible:hover {   background-color: #555; } .content {   padding: 0 18px;   display: none;   overflow: hidden;   background-color: #f1f1f1; } </style> </head> <body> <button type="button" class="collapsible">Click & Chat with Agent</button> <div class="content">   <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p> </div> <script> var coll = document.getElements

Blockchain Job Sites

 https://www.crypto-careers.com/ https://web3.career/

Polkadot programming - development using node template

  Polkadot - Substrate development Step by Step Following commands will work on macOS... Good luck This steps are for starting single node at backend and starting front end to explore ( e.g. transfer fund from one account to another) ----start---- Install Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" Install opensssl brew update && brew install openssl Install Rust and RustToolchain curl https://sh.rustup.rs -sSf | sh source ~/.cargo/env rustup default stable rustup update rustup update nightly rustup target add wasm32-unknown-unknown --toolchain nightly verify installation by  rustc --version rustup show Prepare a Substrate node using the node template Setup node template. Its a  provides a working development environment so that you can start building on Substrate right away. git clone https://github.com/substrate-developer-hub/substrate-node-template cd substrate-node-template # We want to use th

Some awesome Unix / Linux commands

How to open binary file in "vi" in hex mode    $ vi test.dat then in vi command mode type ( this may take few seconds) :%!xxd if you need to exit type :%!xxd -r dd command: To backup the entire hard disk:  $ dd if = /dev/sda of = /dev/sdb if  is the Input file of is the output file To copy testfile.dat file to small_testfile.dat $ dd if=testfile.dat of=small_testfile.dat bs=1000 count=1  if  is the Input file of is the output file bs number of byes/blocks copied <count> number of times i.e 1 How to open home directly on  Windows Subsystem for Linux ? $  explorer.exe . Don't leave out the "."

What comes after microservice????

Monolithic-> microservices->Function-As-A-Service/ Serverless->Multi Runtime / Mecha Architecture https://www.infoq.com/articles/multi-runtime-microservice-architecture/ https://www.infoq.com/articles/distributed-systems-kubernetes/

Qlik Sense Important Links

Qlik Sense learning https://learning.qlik.com/ https://www.qlik.com/us/services/training/self-paced-learning Qlik sense pricing   https://www.capterra.com/p/145530/QlikSense/#pricing https://www.qlik.com/us/pricing/qlik-sense-client-managed Qlik Sense Server Installation Document preview of Qlik Sense Server Installation Step By Step Guide.pdf https://community.qlik.com/t5/Documents/Qlik-Sense-Server-Installation-Step-By-Step-Guide/ta-p/1480562 https://community.qlik.com/t5/New-to-Qlik-Sense/how-to-download-Qlik-Sense-server/td-p/869140 Support Portal https://support.qlik.com/QS_Home_Page Qlik FIPS Support FIPS mode is not supported out of the box for Qlik Sense, QlikView, and Qlik NPrinting. Workarounds exist for NPrinting and Sense.  For general information about FIPS and Microsoft's statement around it, see  Microsoft's Security Guidance blog. https://community.qlik.com/t5/Knowledge-Base/Qlik-Software-and-FIPS-mode/ta-p/1717239 https://docs.microsoft.com/en-US/windows/securi