Skip to content

Instantly share code, notes, and snippets.

View iksheth's full-sized avatar
🎯
Focusing

Karan Sheth iksheth

🎯
Focusing
View GitHub Profile
@iksheth
iksheth / diff.md
Created May 21, 2025 19:47
Framework vs Component Library difference

Framework vs Component Library in Frontend Development

🔧 Framework

📌 Definition

A framework provides the structure and guidelines to build your entire frontend application. It usually includes routing, state management, and ways to define components.

💡 Examples

  • React (technically a library, but often treated as a framework)

The “My Files” cart page

The Integrated Canine Data Commons (ICDC) is a cloud-based data repository that enables cohort building and discovery through the interactive “Explore” dashboard. Once cases and samples of interest have been identified, the files associated with them can be added to the “My Files” cart. This "My Files" cart page is intended to compile data files of interest and facilitate downstream analysis using publicly available or custom cloud-based bioinformatic workflows, pipelines, or applications within the Cancer Research Data Commons (CRDC).

The Concept of a File Manifest in the CRDC

The CRDC is a cloud-based ecosystem that provides secure access to cancer research data and seamless integration with analytics platforms and tools intended to empower scientific discovery. The CRDC is comprised of repositories, infrastructure, and cloud resources. The repositories host case-, sample-, and file-level data paired with cohort building tools. The in

@iksheth
iksheth / is_installed.sh
Created January 30, 2019 21:17 — forked from JamieMason/is_installed.sh
Check if a program exists from a bash script.Thanks to twitter.com/joshnesbitt and twitter.com/mheap for the help with detecting npm packages.
#!/bin/bash
# Functions ==============================================
# return 1 if global command line program installed, else 0
# example
# echo "node: $(program_is_installed node)"
function program_is_installed {
# set to 1 initially
local return_=1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.