Skip to content

Instantly share code, notes, and snippets.

View markthomas93's full-sized avatar
:shipit:
Working from home

Mark Thomas markthomas93

:shipit:
Working from home
  • freelance
  • California
View GitHub Profile
@siakaramalegos
siakaramalegos / next-level-react.md
Last active August 7, 2019 08:29
Next-level React Workshop

Next-level React Workshop: React Router, Redux and more

This is a full-day workshop on intermediate to advanced topics on building real-world ReactJS Web applications. We will start by learning about the core fundamentals of Redux including pure functions, actions, reducers, the store, and subscriptions. Then we will integration Redux into a React app, learning about components vs containers, accessing the store, async actions, middleware, and thunks. Next, we will layer in React Router 4, learning about params, queries, and redirects; prompt before navigation, and scrollToTop.

Time permitting and based on audience preferences, we can learn about using component libraries, styling, forms and validations, and more!

# Sneaky installs (goes for many Wondershare and iSkysoft branded apps amongst others ”controlled by the mothership”.
# ----------------
$HOME/Library/Application Support/Helper/Wondershare Helper Compact.app
$HOME/Library/Application Support/Wondershare/Helper/*
$HOME/Library/Application Support/Helper/iSkysoft Helper Compact.app
$HOME/Library/Preferences/com.Wondershare.Video Editor.plist
$HOME/Library/Preferences/com.wondershare.helper_compact.plist
/Users/Shared/.Wondershare.dat
/Users/Shared/Wondershare.plist
$HOME/Library/Helper/*
@genadyp
genadyp / node-useful-links.md
Last active August 10, 2025 05:22
node useful links
@aderaaij
aderaaij / webpack.config.js
Created February 1, 2018 17:20
A minimal webpack config for vuejs
const webpack = require('webpack');
const path = require('path');
module.exports = {
entry: './src/main.js',
output: {
path: path.resolve(__dirname, './build'),
filename: 'bundle.js',
},
module: {

Overview

Create a flexible but focused plan to move forward job search efforts and continue learning. This week I have a technical interview with Going Merry, a phone screen with Metal, a fundamentals check with Outco, and a video call with Teachfx. I also intend to apply to the Twilio internship. I need to build in React with Ethereum and Solidity, do some Algorithms and Data Structures, and study front-end interview questions. There were some awesome companies at the hackathon, I want to identify about 3 companies to research and apply to this week.

Work Plan

Learning

@eneko
eneko / list-of-curl-options.txt
Last active April 11, 2026 00:34
List of `curl` options
$ curl --help
Usage: curl [options...] <url>
--abstract-unix-socket <path> Connect via abstract Unix domain socket
--alt-svc <file name> Enable alt-svc with this cache file
--anyauth Pick any authentication method
-a, --append Append to target file when uploading
--basic Use HTTP Basic Authentication
--cacert <file> CA certificate to verify peer against
--capath <dir> CA directory to verify peer against
-E, --cert <certificate[:password]> Client certificate file and password

Story Building Workshop

"Let's get to know each other" questions

Well, long story short. I started my career in health and wellness. After college I worked as an independent personal trainer, before taking a position as a Wellness Director for a non-profit. In my career I sort of specialized in

  1. Who are you? Tell me about yourself?
    • I got my start in health and wellness, first as a personal trainer... After a few years I turned my focus to corporate wellness. I took a position as the Wellness Director for a non-profit senior living facility in San Francisco.
    • As I began my work there, I started to focus my energy on dimensions of wellness outside of the realm of purely physical or nutritional.
  • I focused on helping people find their passion in life through some holistic lifestyle coaching methodologies that focused primarily on emotional and spritual well-being.
@ibraheem4
ibraheem4 / postgres-brew.md
Last active May 4, 2026 04:03
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update
@pporche87
pporche87 / curriculumspencerpatrick.MD
Last active August 7, 2019 08:36
Intended structure for self-directed study plan.

Curriculum Spencer & Patrick

Intended structure for self-directed study plan.

Meta-Goals

  1. Master Concepts of Core Data Structures and Algorithms
  2. Master Advanced Web Development Fundamentals
  3. Develop Expert Technical Interviewing Skills
  4. Launch Queers In Tech Networking Organization
  5. Develop Linq Mobile Application in Production Environment