Skip to content

Instantly share code, notes, and snippets.

View bglowDragosh's full-sized avatar

Dragos Filipovici bglowDragosh

  • Romania
View GitHub Profile
@bglowDragosh
bglowDragosh / package.json
Last active January 6, 2023 12:38
A metaphorical package.json for holding wholesome tech interviews
{
"name": "Holding wholesome tech interviews",
"version": "1.0.0",
"description": "A centralized table of contents for a set of personal articles, published on the Medium platform, on the topic of making tech interviews more meaningful, pleasant & constructive.",
"author": "Dragos Filipovici",
"license": "All rights reserved",
"custom-dependencies": "time, energy, kindness, patience, passion",
"custom-scripts": {
"explore": "view the main thread of the articles, in the comment bellow"
}
<div data-bb-type="action-bar" id="myActionBar">
<div data-bb-type="action" data-bb-style="tab" data-bb-img="images/actionBar/ic_overflow_tab.png" data-bb-overflow="true" onclick="sortByName();">Sort by name</div>
<div data-bb-type="action" data-bb-style="tab" data-bb-img="images/actionBar/ic_view_list.png" data-bb-overflow="true" onclick="sortByPriority();">Sort by priority</div>
<div data-bb-type="action" data-bb-style="button" data-bb-img="images/actionBar/ic_add.png" onclick="bb.pushScreen('screen3_newTask.htm', 'screen3_newTask');">New</div>
<div data-bb-type="action" data-bb-style="button" data-bb-overflow="true" data-bb-pin="true" data-bb-img="images/actionBar/ic_delete.png" onclick="deleteMode();">Delete mode</div>
</div>