HN user

d2xdy2

67 karma

I'm Josh. I currently live in Atlanta, GA. When I'm not building cool stuff or putting out fires, I like to take photos of wildlife trying to make it in the city.

Senior Software Engineer & SRE @ STORD [current] Senior Software Engineer & DevOps @ ShowcaseIDX Senior Software Engineer & DevOps @ Warner Media (ODT) Software Engineer @ Warner Media (Adult Swim)

[ my public key: https://keybase.io/jpsandlin; my proof: https://keybase.io/jpsandlin/sigs/B2f6_loYbCpExyBLGJwLhmi4RbblebkcIWdY_ag-A6g ]

Posts2
Comments74
View on HN

Working out some discovery and maybe a PoC for a CI/CD pipeline. We're trying some interesting micro-service techniques for a new internal platform, and I'm juggling a lot of technologies and stacks to get everything to operate and deploy correctly.

The post earlier from Single SPA about their import-map-deployer spurred some huge progress for coordinating frontend deployments.

I narrowly avoided layoffs when I worked in the enterprise space for years; finally got spooked enough after a very large merger that I left to go work in the start-up space.

Got laid off two weeks ago with not much to walk away with except a weeks salary. There were severe cash-flow problems, and I get the impression that those that remained at work are potentially facing some more layoffs soon.

Sort of freaked out for a day or so and started grinding through the "find a new job ASAP" process. Thankfully the market where I live seems to be doing well, so I have a new gig to walk into next week.

Location: Atlanta, GA

Remote: Maybe

Willing to relocate: No

Technologies: Ruby, JavaScript, Python, PHP, Kubernetes, ElasticSearch, Redis, RethinkDB, MySQL/MariaDB, Postgres, Google Cloud, AWS, Terraform, Ansible, Docker

Résumé/CV: www.linkedin.com/in/jpsandlin (PDF available by request)

Email: joshua.sandlin@gmail.com

Currently looking for a role doing full-stack development or purely backend work. Very proficient at some of the activities of an SRE as well.

Mostly good. Celebrating 10 months of being sober and leaving my last job.

Just spent the past two days rolling out a new Elasticsearch cluster for work that was giving me panic attacks for weeks (first time “architecting” on that level). Things went really well, so I can probably sleep alright before a big “investors meeting” later this week.

Idk, I feel good. I just think I could probably sleep a bit more and be better.

How are _you_?

Was certainly an interesting alert when my Cloud Functions started reporting downtime. Among the many things that dip in and out on what seems like a monthly basis, I’ve not seen them just drop out in quite a while. Hopefully they get things sorted out. I can’t really imagine what it looks like internally when this level of outage is going on, but I want to think everyone is fairly collected

Showed this to some of the dev team / folks around NBA. Overwhelming good response. Good job!

Only qualms might surround ToS for `stats.nba.com`:

You may download material displayed on the Site to any single computer only for your personal, noncommercial use, provided you also maintain all copyright and other proprietary notices contained on the materials. You may not, however, distribute, reproduce, republish, display, modify, transmit, reuse, repost, link to, or use any materials of the Site for public or commercial purposes on any other Web site or otherwise without the written permission of the Operator.”

But I don't think you're likely violating this.

For Webpack, that's creating an empty project and incrementally adding config, starting with just an entry point (use a simple script importing some modules) and an output filename. Add one loader/plugin at a time. Move into boilerplates once you're familiar with the basic concepts.

I attended a General Assembly bootcamp last year (to great success afterward for me), and the pervasiveness of jumping right into a generator / boilerplate really caught me the wrong way.

I felt like going the path you describe, starting with relatively low complexity and building on top of it, was/is the right way.

Even talking to co-workers who have been doing this stuff for years, there's little incentive to jump into a boilerplate, if only there's then two learning curves... one for the boilerplate / its layout, and one for the tooling involved (React or Angular, etc).

A boilerplate is another person's code, and while it's good to avoid NIH, unless it's superbly documented, it contains tricks and workarounds that only cloud real understanding.

This caused a lot of headaches with other students in my class (and classes afterward).

My idea to "solve" it was to incrementally build out my/our own boilerplate so we'd be able to at least use that confidently, as well as maybe have some understanding into how someone else built their boilerplate. It got shot down due to time constraints, though.

Whenever I'm asked to come in and mentor newer students for their projects, this is something I try to impart, though.

Hmmm. I think the interaction where it says that it is not yet available in my area and to try again with a New York address could be improved a little.

Go ahead and let me enter in my information and put me in some sort of potential new location queue-- get enough people near / around me, and you can start to decide where to support next.

Just a thought.

Perhaps purely anecdotal, but in the years I've been working, I can't say I or anyone I've talked to has perceived an opportunity cost in not having / ignoring LinkedIn (especially the folks who had one and then got rid of it)

I've really only ever received an inordinate amount of entry level recruiters "connect" with me using the same canned email they send everyone. I thought the references feature was nice, but the past few places I've been at have officiously discouraged using the feature because of PR issues (I might personally give someone a recommendation which could then not actually represent the company's perspective of the person)

In my opinion, LinkedIn is just a very creepy and annoying service.

I recently finished out a stint at General Assembly's Web Development course in Atlanta. I'm definitely not an average example of my cohort, though I would like to say that prior experience I brought in really drove up the "average" for many of my peers.

Of a class size of 17 people, many of us had jobs lined up before we finished while several were / are still taking time to "get ready"; There was only one who sort of remained clueless during the cohort, but in spite of that they have worked very hard to keep up in class.

The coding required to get into GA was minimal, and the interview beforehand was not very difficult-- the person I mentioned who was generally clueless actually blew through the admissions process (better than I did, in fact).

I'm not sure where it's appropriate to set that barrier to entry, especially given that most of the early material caters to someone with very limited knowledge-- it would have been interesting to see a course targeted at someone who already has a foundation in basic web technologies.

Living in Atlanta, I've had the opportunity to speak with grads of many other bootcamps both in Atlanta and on the West coast. The biggest difference I really notice is between people who were able/willing to work those 60/70 hour weeks to gain as much as possible and those who couldn't/wouldn't.

Atom 1.1 is out 11 years ago

I might do that, I just hate submitting bug reports without being able to really say where the problem is sort of coming from.

Atom 1.1 is out 11 years ago

I just updated to Atom 1.1 on my early 2015 rMBP... still takes upward of 20 seconds to open up a project containing <5 markdown files and a `.git` containing <10 commits.

Once its started, it lags quite a bit. I really _want_ to use Atom, but the performance just kills it for me.

Vue.js 1.0.0 11 years ago

I think Jeffrey Way does a pretty great job of explaining things with Vue (among many other things); I think its also really great of him to put most of that series up for free.

It starts in chosing the right tool for the work and ends with structured and usefull documentation.

Usually; I have the misfortune of meeting a non-trivial number of green-behind-the-ear CS grads who don't know where to start looking for tools, let alone pick the right ones.

The hard part of it, to me, really is the notion of a "guaranteed job". They're no more guaranteed a job than I am to wake up tomorrow; though the odds of being successful probably not so bad.

I've seen that "problem" in college graduates as well, and the flurry of problems arising after that guaranteed job never came to fruition.

I can see the fulfillment in having taken someone from nothing to being prepared for (or having) gainful employment in that field. I'm sure screening out folks who perhaps weren't immediately going to be competitive / successful plays into that fulfillment and success as a teacher; higher risk, higher potential gain (or at least, personal fulfillment).

I'm actually signed up for the General Assembly WDI next month in Atlanta; while its interesting to hear that Google has done this with GA, it wont strictly affect my class (I don't think it will, at any rate)... but speaking to that "guaranteed job"-- I do have _slightly_ more confidence that I'll be able to find a place I want to work (vs what I'm doing now, basically doing triage on broken webapp backends for various folks as a consultant).

As for the refunds; yeah, idk-- I could just imagine some really sore feelings surrounding it, and I'm sure there would be individuals raising cain about having spent money and time on the program (though, I don't know of a college that offers refunds...). I can't really speak to a solution there besides having possible remediation style "classes" or having a really strong network of after-hours study groups.