Skip to content

Instantly share code, notes, and snippets.

View pagarevijayy's full-sized avatar
🏄‍♂️
There's no life without passion.

Vijay Pagare pagarevijayy

🏄‍♂️
There's no life without passion.
View GitHub Profile
@pagarevijayy
pagarevijayy / apple-shortcuts.md
Last active June 27, 2025 18:03
List of handy apple shortcuts i've created and use daily.

List of handy Apple Shortcuts

Shortcut Description Links
Log meditation minutes Add mindfulness minutes to your apple fitness app using shortcut (25 mins) link
Meditate Along with logging mins put your phone on silent mode link
Birthday notifications Checks whose birthday it is today from your contacts & sends you a notification (powerful when used with automation set to daily 10 am) link
Bedtime watch actions Put apple watch on silent/theatre mode & turn off raise to awake + change watch face link
Activate watch actions Turn on raise to awake, turn off silent mode, change watch face [link](https://www.icloud.com/shortcuts/2225e95cdf4840b5
@pagarevijayy
pagarevijayy / vim.md
Last active March 11, 2024 06:11
personal vim cheat sheet

Vim Bindings

  • command + count + motion
Motion

- h,j,k,l

- w: word start (...W)
@pagarevijayy
pagarevijayy / geojson-spec-1.0
Created January 13, 2023 10:54 — forked from sgillies/geojson-spec-1.0
The GeoJSON Specification
================================
The GeoJSON Format Specification
================================
:Abstract:
GeoJSON is a geospatial data interchange format based on JavaScript Object
Notation (JSON).
:Authors:
Howard Butler (Hobu Inc.),
@pagarevijayy
pagarevijayy / typing.md
Last active December 28, 2022 11:08
fast typing tips
  1. paramount: accuracy
  2. never lose the form
    • technique: touch typing
    • rest your fingers on the home row always
    • be consistent in which fingers you use to type the keys
    • use recommended fingers only
    • use opposite shift key
    • use keyboard shortcuts for navigation and to fix the typos (e.g. opt + del OR cmd + del)
  3. complete the practice drills you've been following (typing.com is good).
  4. can raise the keyboard from screen-end if the fingers ain't reaching properly.
@pagarevijayy
pagarevijayy / basic-terminal-commands.md
Last active December 13, 2022 17:31
Terminal commands you should know.
@pagarevijayy
pagarevijayy / ideas-to-build.md
Last active January 16, 2023 08:16
What project should I build (hack) next?

Scripts, extensions, etc.

  • Creating geoJSONs for open source (esp india) - the detailed ones.

  • A script to detect all unused images in the current repo and delete them.

  • A script that analyses diff websites usage fetched via browser history for a particular day (v1: raw data, v2 — viz.)

  • Develop an extension for vscode that'll sync all your commit volumes to your github account without leaking info (for getting real sense of coding streaks - even on private repos)

@pagarevijayy
pagarevijayy / software-mastery.md
Last active December 13, 2022 15:47
How to master software development activities in a sub-role?

Know deeply about:

  1. Fundamentals (history + under the hood workings + state of art stuff + birds eye)
  2. Language
  3. Environment of execution
  4. Ecosystem
  5. DSA (problem understanding + framing + general approaches to solution)

Hack projects - quick prototypes. (80% use case in < 3 hrs)

@pagarevijayy
pagarevijayy / saas-metrics.md
Last active December 13, 2022 17:09
Metrics to know about your saas projects. Basic advice.

Metrics

  1. Users

    • Registered Users/DAU/MAU
    • Active Customers
    • Customer Churn
    • Cohort and Retention Analysis
    • Net Promoter Score
  2. Revenue

@pagarevijayy
pagarevijayy / website-vs-landing-page.md
Last active December 13, 2022 16:22
Website vs Landing Page and related learnings.

Product Website

Goal: Serve as a homepage for your product ecosystem. Act as a glue.

Points to:

  • Other landing pages (use case specific)
  • SEO focused Blog (can be embeded or a separate project - depends on the size)
  • Documentation/Learning Resources (core handbook for your product)
  • Discourse for support/community issues (post mvp)