Skip to content

Instantly share code, notes, and snippets.

View brmeyer's full-sized avatar

Brett Meyer brmeyer

View GitHub Profile

Keybase proof

I hereby claim:

  • I am brmeyer on github.
  • I am brmeyer (https://keybase.io/brmeyer) on keybase.
  • I have a public key ASD6IC0ofQ6xVZY3AACd7MrI8ouiHWCo4mcrtwadeUWCAgo

To claim this, I am signing this object:

@brmeyer
brmeyer / brett-meyer-resume.md
Last active December 2, 2019 20:43
Brett Meyer's Resume

Brett Meyer

brett@3riverdev.com or +1 260.349.5732

Overview

Brett is an engineering manager at Twilio, serving teams that provide Programmable Messaging on MMS, WhatsApp, Messenger, LINE, and other platforms. Further, he is the owner of 3RiverDev, a software engineering and open source development firm.

Brett has a wide breadth of experience in multiple industries, including past roles at Disney, Red Hat, Raytheon, NBC Universal, and regional companies. He has an M.S. (Applied Computer Science) from Purdue University and a B.S. (Computer Science) from Valparaiso University. He also enjoys public speaking on technical topics at both local and national conferences.

@brmeyer
brmeyer / the-open-organization.txt
Last active August 28, 2015 13:17
Book Notes: The Open Organization, Jim Whitehurst
The best ideas win regardless of who they come from.
Encourage and expect open, frank, and passionate debate. Let them know I expect them to tell me if my idea is shit.
Bottom-up culture
Worry les about whether or not things are done precisely as I would choose. Be hands-off enough to allow people to direct themselves and make decisions.
Have thick skin and allow extensive and relentless feedback.
Help employees see the higher purpose for their work. That sense of purpose is the best intrinsic motivator.
Purpose: removing technical roadblocks and providing innovative solutions that allow clients to improve the world more effectively and quickly.
A manager's task is to create a work environment that inspires exceptional contribution and that merits an outpouring of passion, imagination, and initiative.
Allow and spark emotion.
Hire motivated people and inspire them, rther than skilled people and motivate them.
W/ HIBERNATE 4.1.8
3694 [main] DEBUG org.hibernate.loader.Loader - Static select for entity com.jboss.seg.LpvrProgramRecordingEntity [READ]: select lpvrprogra0_.RECORDING_ID as RECORDING1_0_0_, lpvrprogra0_1_.EQUIPMENT_ID as EQUIPMENT2_0_0_, lpvrprogra0_.PROGRAM_ID as PROGRAM1_1_0_ from IAP_PVR_L_PROGRAM_REC lpvrprogra0_ inner join IAP_PVR_L_RECORDINGS lpvrprogra0_1_ on lpvrprogra0_.RECORDING_ID=lpvrprogra0_1_.RECORDING_ID where lpvrprogra0_.RECORDING_ID=?
3694 [main] DEBUG org.hibernate.loader.Loader - Static select for entity com.jboss.seg.LpvrProgramRecordingEntity [READ]: select lpvrprogra0_.RECORDING_ID as RECORDING1_0_0_, lpvrprogra0_1_.EQUIPMENT_ID as EQUIPMENT2_0_0_, lpvrprogra0_.PROGRAM_ID as PROGRAM1_1_0_ from IAP_PVR_L_PROGRAM_REC lpvrprogra0_ inner join IAP_PVR_L_RECORDINGS lpvrprogra0_1_ on lpvrprogra0_.RECORDING_ID=lpvrprogra0_1_.RECORDING_ID where lpvrprogra0_.RECORDING_ID=?
3695 [main] DEBUG org.hibernate.loader.Loader - Static select for entity com.jboss.seg.LpvrProgramRecordingEntity [
@brmeyer
brmeyer / gist:3451049
Created August 24, 2012 14:12 — forked from stliu/gist:3451036
build EAP4
Hibernate Core
ant -lib lib clean jar junitreport -Dhibernate.test.validatefailureexpected=true
JPA-API
ant clean jar javadoc
ANNOTATIONS
ant clean jar junit junitreport -Dhibernate-core.home=../core -Dhibernate-core.jar=../core/build/hibernate3.jar
Entity Manager
when I build entitymanager, all the unit tests failed with the error below“Testsuite: org.hibernate.ejb.test.association.AssociationTestTests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec