Skip to content

Instantly share code, notes, and snippets.

View cognitivim's full-sized avatar

Marina Karpukhina cognitivim

View GitHub Profile
@stepney141
stepney141 / BookmarkAPI_en.md
Last active December 10, 2025 02:53
(DEPRECATED) Twitter Undocumented Endpoints for Bookmark
-- See the most up to date version here where it says "Download the mrc-converter-suite zip archive" https://discussions.agilebits.com/discussion/30286/mrcs-convert-to-1password-utility/p1
--
-- Exports Safari's saved passwords to a CSV file formatted for use with the convert_to_1p4's csv converter
--
-- Version 1.4
-- mike (at) cappella (dot) us
--
use AppleScript version "2.5" -- runs on 10.11 (El Capitan) and later
use scripting additions
@lpalmes
lpalmes / react.md
Last active May 7, 2021 17:59
React and Reconcilers in Reason

React

This is the base of all projects and it will include the foundation for all potential react-based projects in Reason.

This base package should include a ReasonReact api to promote collaboration and familiarity with people using a ReasonReact, and for the modern world of React this should also include a Hooks api that currently revery uses.

React module

All blocks in Jsx are of type React.reactElement. This reactElement should represent:

@swyxio
swyxio / 1.md
Last active September 7, 2025 18:44
Learn In Public - 7 opinions for your tech career

2019 update: this essay has been updated on my personal site, together with a followup on how to get started

2020 update: I'm now writing a book with updated versions of all these essays and 35 other chapters!!!!

1. Learn in public

If there's a golden rule, it's this one, so I put it first. All the other rules are more or less elaborations of this rule #1.

You already know that you will never be done learning. But most people "learn in private", and lurk. They consume content without creating any themselves. Again, that's fine, but we're here to talk about being in the top quintile. What you do here is to have a habit of creating learning exhaust. Write blogs and tutorials and cheatsheets. Speak at meetups and conferences. Ask and answer things on Stackoverflow or Reddit. (Avoid the walled gardens like Slack and Discourse, they're not public). Make Youtube videos

@josgraha
josgraha / LIST.md
Last active December 25, 2018 08:15
Curated JavaScript and React Resources

Curated JavaScript and React Resources

Mostly paid list of resources to learn JavaScript and React. This list is sorted in descending recommended order and is grouped by paid and free. My experience is that paid resources are easier to find at the moment but there are lots of great free resources out there. My favorite paid instructors are Stephen Grider and Kent C. Dodds.

Paid Resources

React related

@uahoo
uahoo / gh_stars_export
Last active December 5, 2024 08:31
export github starred repo list json file
#!/usr/bin/env python3
import argparse
import json
import logging
import os
import sys
from retrying import retry
from github import Github
@NguyenDa18
NguyenDa18 / lightning-talk.md
Last active December 25, 2018 08:15
PdxNode Resources

Learning Resources: Web Dev, APIs, DevOps, Machine Learning

Web Learning Resources