Skip to content

Instantly share code, notes, and snippets.

View dmhalejr's full-sized avatar
🏠
Working from home

David Hale dmhalejr

🏠
Working from home
View GitHub Profile
@dmhalejr
dmhalejr / PostFeed.tsx
Last active August 26, 2023 18:50 — forked from cl0ckwork/PostFeed.tsx
Post Feed Refactor
import React, { useState } from 'react';
import { useThemeStyles } from 'components/styles';
import { Post } from 'resources/domain/entity/IItem';
import useLang from 'components/hooks/useLang';
import { Box, Grid, makeStyles, Typography } from '@material-ui/core'
import { DropDown, MenuItem } from './CommonDropDown';
import { yupResolver } from '@hookform/resolvers/yup';
import InputCommentWrapper from 'components/utilities/InputCommentWrapper';
import { FormProvider, useForm } from 'react-hook-form';
import {
@dmhalejr
dmhalejr / gist:b0d48db0a14a049048843b811d1c4888
Created October 18, 2018 20:59
list-serverless-lifecycle-methods-10-2018
hooks:
{ 'before:config:credentials:config': [Array],
'after:config:credentials:config': [Array],
'create:create': [Array],
'install:install': [Array],
'before:package:cleanup': [Array],
'package:createDeploymentArtifacts': [Array],
'package:function:package': [Array],
'before:deploy:deploy': [Array],
'after:deploy:deploy': [Array],
@dmhalejr
dmhalejr / front-end-curriculum.md
Created January 18, 2018 02:41 — forked from stevekinney/front-end-curriculum.md
Front-end Curriculum Draft

Module 1

  • Semantic markup
  • HTML standards mode and quirks mode
  • HTML fundamentals
    • Classes and IDs
  • CSS fundamentals
    • Selectors
    • Resets and normalizers
    • The box model