sandbox

Sandbox is like a treasure trove of different projects that I've created while playing around with new programming languages, packages, frameworks, and features. In this repository, you'll find all sorts of cool stuff - assignments from recruiters, tutorials that I've followed, and other fun projects that don't belong to any specific bigger project

https://github.com/faiyazkhan024/sandbox

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary

Keywords

assessments assignment-solutions codes projects sandbox tutorials
Last synced: 4 months ago · JSON representation ·

Repository

Sandbox is like a treasure trove of different projects that I've created while playing around with new programming languages, packages, frameworks, and features. In this repository, you'll find all sorts of cool stuff - assignments from recruiters, tutorials that I've followed, and other fun projects that don't belong to any specific bigger project

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
assessments assignment-solutions codes projects sandbox tutorials
Created 12 months ago · Last pushed 4 months ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Security Support

README.md

Sandbox

Sandbox Banner

Sandbox is a curated collection of diverse programming projects I’ve developed while exploring new languages, frameworks, tools, and concepts. The repository is structured to demonstrate a variety of skills, from solving coding challenges to implementing tutorials and building fun, small-scale projects.

Each project exists in its own isolated environment by using orphan branches, ensuring a clean and organized structure. This setup highlights my ability to work with different technologies and approaches without interference between projects.

Note: This repository is intended for personal use and is not open for external contributions.

GitHub license GitHub last commit


Table of Contents


Overview

This repository serves as a sandbox where I experiment with and practice various programming techniques, frameworks, and technologies. It contains:

  • Assignments from recruiters or coding challenges
  • Courses/Tutorials that I've followed to learn new skills
  • Fun projects built for personal enjoyment or experimentation

Each sub-project is kept isolated in its own orphan branch, ensuring complete independence between the different topics and projects.


Why Sandbox?

The Sandbox repository serves as my personal coding playground, created to:

  • Explore new programming languages and libraries.
  • Complete coding assignments and tutorials.
  • Create and iterate on experimental projects in a structured way.
  • Showcase my ability to handle different programming challenges independently.

This repository acts as a public portfolio of my learning journey and coding experiments.


Get Started

You can access the Sandbox repository in several ways:

  • Clone the repository using HTTPS:

bash git clone https://github.com/faiyazkhan024/sandbox.git

  • Clone the repository using SSH:

bash git clone git@github.com:faiyazkhan024/sandbox.git

  • Download the repository as a ZIP file:

Download ZIP

After cloning, you can explore each individual project by checking out the relevant orphan branch.


Usage

Each sub-project resides in its own orphan branch. To explore and use a specific project:

  1. List all available branches:

bash git branch -r

This command will show you a list of all available sub-projects as branches.

  1. Checkout a specific project branch:

bash git checkout <branch-name>

  1. Follow the instructions provided in the sub-project's README.md for details on how to set it up or run it.

Sub-projects

Here are the sub-projects currently available in this repository, each stored in its own orphan branch. Click on the links to explore each project:

Assignments

Courses

Fun Projects

Tutorials

You can list and explore more sub-projects by running:

bash git branch -r


Project Structure

Each orphan branch contains a project with its own structure. A typical sub-project includes:

  • src/ – The source code for the project.
  • tests/ – Unit or integration tests, if applicable.
  • docs/ – Optional documentation or extra files related to the project.
  • README.md – Documentation specific to that project, including setup, usage, and objectives.

No sub-project shares history or dependencies with another, ensuring a clean and isolated environment for each.


License

This repository and all its projects are licensed under the MIT License. Feel free to explore, fork, and use the projects for your own learning and experimentation.

Owner

  • Name: Faiyaz Khan
  • Login: faiyazkhan024
  • Kind: user
  • Location: Mumbai, Maharashtra, India.
  • Company: @zarof-io

Full Stack Web Developer.

Citation (CITATION.cff)

# Citation file for academic use

cff-version: 1.2.0
message: "If you use this project in your research, please cite it as below."
authors:
  - family-names: Khan
    given-names: Faiyaz
title: "Sandbox: A collection of coding assignments and tutorials"
version: "1.0.0"
doi: "10.1234/sandbox-v1"
date-released: "2024-10-06"

GitHub Events

Total
  • Delete event: 14
  • Push event: 47
  • Create event: 15
Last Year
  • Delete event: 14
  • Push event: 47
  • Create event: 15

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 30
  • Average time to close issues: N/A
  • Average time to close pull requests: 25 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.47
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 14
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 19 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (21)
  • faiyazkhan024 (15)
Top Labels
Issue Labels
Pull Request Labels
dependencies (21)

Dependencies

.github/workflows/copy-branch-to-main.yml actions
  • actions/checkout v3 composite