- Dealing with some gather town room spam
- Rspec mutation testing, https://neontapir.github.io/professional/2017/03/20/mutation-testing-in-ruby/
- TDD approaches
- A gem with an internal pricing page https://github.com/mbj/mutant#pricing
- OpenTelemetry metrics, trying to align people on push v pull
- Logging & papertrail.com
- Using logs to monitor feature use
- Finding unescaped
]
in regexes elastic/integrations#3673, https://rubular.com/r/VXFIaQQSZL5fJt - On-call rotations and support escalations
- "Sobriety stipend" rewarding people for staying sober enough to handle support escalations :)
View notes.md
View notes.md
Attendees: Mayra, Mat Schaffer, Bobby, Drew Bragg, Meg Gutshall, Chuba
- Using global virutal meetups to help with isolation
- Using elasticsearch for https://www.gob.pe/
- Rails newbie program, starting at the front end
- Rails Conf decompression + virtual this week
- Atlanta next year
- https://podcasts.apple.com/us/podcast/episode-7-chris-oliver/id1608027128?i=1000565507669 - Amazing to hear all the stuff that Chris Oliver
- Accountabilibuddies
View local-dev.md
graph TD
subgraph Laptop
ProdKibana[Kibana]-->ProdES[Elasticsearch]
Agent-->|poll/push|ProdKibana
Agent-.->|poll/push|ProdES
end
subgraph Cloud
View oltp-apm-sample.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"agent" : { | |
"name" : "opentelemetry/go", | |
"version" : "1.5.0" | |
}, | |
"data_stream.namespace" : "default", | |
"data_stream.type" : "metrics", | |
"processor" : { | |
"name" : "metric", | |
"event" : "metric" |
View notes.md
- banking and crypto pains
- going indy
- new jobs
- salary bands & hiring negotiations
- market hiring data & finding market data
- Atlanta rb and Tech404
- Old Philly user group history: philly lambda, algorithmics, ibm
- Listening and repeating tech stuff - fake it till you make it
- SinCity Ruby - Vegas, _why talks
- updated version of the rubykaigi 2021 talk https://rubykaigi.org/2021-takeout/presentations/schwad4hd14.html
View .eslintrc.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
env: { | |
es2021: true, | |
node: true, | |
jest: true, | |
}, | |
extends: ["standard", "prettier"], | |
parserOptions: { | |
ecmaVersion: "latest", | |
sourceType: "module", |
View direction-picker.test.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import {componentWithIntl} from '../../helpers/intl-helpers'; | |
import RotationStyles from '../../../src/components/direction-picker/direction-picker'; | |
import DirectionPicker from '../../../src/components/direction-picker/direction-picker'; | |
import PropTypes from 'prop-types'; | |
import {intlShape} from 'react-intl'; | |
describe('DirectionPicker', () => { | |
const getComponent = function (props = {}) { |
View index.md
Testing clickability:
graph LR
M[Mat Schaffer fa:fa-twitter]
click M "https://matschaffer.com"
graph TD
View 2022-03-phillyrb-pubnite.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Guatemala & Japanese topology | |
- Rails app for firefighers | |
- j2ee to rails | |
- national fire planning standard, building hazards | |
- Corey Haines connection | |
- javascript security - https://vulncat.fortify.com/en/detail?id=desc.structural.python.javascript_hijacking_constructor_poisoning#:~:text=Applications%20that%20use%20JavaScript%20notation,engine%20allows%20array%20constructor%20poisoning. | |
- rails security & attribute checking | |
- cucumber for performance validation | |
- apm products https://raygun.com, https://www.elastic.co/observability/application-performance-monitoring |
View 2022-01-phillyrb-pubnite.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Locations: | |
Japan | |
Philly | |
Massachusettes | |
- Life in Japan | |
- New jobs | |
- Coaching: workflow, scrum, kanban | |
- Work from home |
NewerOlder