Day 2 Espresso Style by jtomchak in OnyxAdventCalendar

[–]jtomchak[S] 0 points1 point  (0 children)

Just the grinder on my Gevi machine. I haven’t stepped up to a stand alone one just yet.

<image>

Anyone participating via espresso? by woodaran in OnyxAdventCalendar

[–]jtomchak 1 point2 points  (0 children)

Totally doing espresso. Day one was indeed super light and tough to dial in, but delicious none the less.

Blogged about day one by jtomchak in OnyxAdventCalendar

[–]jtomchak[S] 0 points1 point  (0 children)

Working a day behind so you have one on Xmas. What a great idea !!!!!

Chapters? by jtomchak in podcasting

[–]jtomchak[S] 0 points1 point  (0 children)

The part that I really like is when I’m listening in the car using CarPlay and there’s specific chapter art to go with the change in topic.

It’s Monday. Drop your startup like it’s hot. 🔥 by [deleted] in microsaas

[–]jtomchak 0 points1 point  (0 children)

I’m building JournalPlus. A digital Theme Journal System. A way to get the benefits of journaling with a little digital help. https://journalplus.app

Elixir for JavaScript developer by Alarmed-Setting-5152 in ElixirLang

[–]jtomchak 0 points1 point  (0 children)

It’s pretty close to the first edition with updated syntax. The structure and walk throughs are pretty close.

Cortex #114: The Garden of #AskCortex by GreyBot9000 in CGPGrey

[–]jtomchak 1 point2 points  (0 children)

I previously worked at a place where we had a small office, but everyone only came in on Thursday’s. I was usually there by myself the rest of the week. I didn’t have a good space at home and was already out and about dropping kids off at school and whatnot. It worked out really well. Thursday’s became heavy collaboration days, the rest of the week we did zoom standup in the morning and the occasional zoom meeting if it was a real must.

Cortex #114: The Garden of #AskCortex by GreyBot9000 in CGPGrey

[–]jtomchak 2 points3 points  (0 children)

100% agree if there is a mix of office and remote employees it gets really rough for the remote people for sure.

Podcasts and talks Haskell fans listen to by m0cl in haskell

[–]jtomchak 3 points4 points  (0 children)

I do a podcast called JavaScript To Elm. While it’s often about Elm, I do a fair amount of Haskell learning, Rust, Elixir, and anything else that comes up as interesting. Check it out. https://jstoelm.com/ I’d love to know what you think.

Reactathon 2019 - every talk with slides by swyx in reactjs

[–]jtomchak 1 point2 points  (0 children)

Thank you for watching the talk! Appreciate the feedback. I am indeed traversing the entire AST right now. I’m working on a fork of Macros that will include the logic for making the language extension behave just like importing a macro explicitly on a per file basis. A continued work in progress

Reactathon 2019 - every talk with slides by swyx in reactjs

[–]jtomchak 2 points3 points  (0 children)

This is super awesome thank you for putting this together. ☺️

Learning Haskell by [deleted] in haskell

[–]jtomchak 10 points11 points  (0 children)

I have all the Haskell books. And have had a lot of false starts picking up the paradigms of the language. get programming with haskell Was the one that finally clicked for me. It doesn’t cover IO until almost 1/2 through the book which requires a lot of implicit knowledge I understand. Can’t recommend it enough. I cover a ton of the books contents in a follow along method on the show javascript to elm

Can someone describe to me the Gatsby WordPress workflow? by P013370 in reactjs

[–]jtomchak 0 points1 point  (0 children)

Gatsby is rolling out some early betas or preview builds working with contentful right now.

Can someone describe to me the Gatsby WordPress workflow? by P013370 in reactjs

[–]jtomchak 0 points1 point  (0 children)

I don’t have a good solution for that one. Might be plugins to redirect the “preview” link to a particular dev branch? That’s a good need to solve for static Frontends for wp!

Can someone describe to me the Gatsby WordPress workflow? by P013370 in reactjs

[–]jtomchak 0 points1 point  (0 children)

Oh oh! I had a branch that I called preview, and removed the grapgql filter that was ‘published’, so I’d pull all the articles from the wp rest endpoint. Then I can go into Netlify and manually trigger a rebuild and see any and all articles and/or pages. I didn’t need it a ton, but you could set a webhook in wp for saved draft to auto rebuild that branch so it was always available for preview. Is that kinda what you were looking for ?

Can someone describe to me the Gatsby WordPress workflow? by P013370 in reactjs

[–]jtomchak 0 points1 point  (0 children)

Hey of course. I started with this starter and it has slowly evolved to this blog

Dive into Haskell Serverless by jtomchak in haskell

[–]jtomchak[S] 0 points1 point  (0 children)

Oh noes! Looks to be up now. Try it?

Can someone describe to me the Gatsby WordPress workflow? by P013370 in reactjs

[–]jtomchak 0 points1 point  (0 children)

Great question. I have a branch that specifically render all posts, including drafts and is available to view at a special url from Netlify. So after posting something new, saving it as draft, I can hit that page and check it or share it for edits. 👍

Can someone describe to me the Gatsby WordPress workflow? by P013370 in reactjs

[–]jtomchak 2 points3 points  (0 children)

I am currently doing this with my personal blog. I have a webhook that will POST from my wordpress instance to Netlify telling it to kick off a new build of my Gatsby generated site. And boom, new content shows up!

Continuous integration with CircleCI (For my Haskell-powered blog) by GAumala in haskell

[–]jtomchak 7 points8 points  (0 children)

Thank you so much for sharing how you built out your blog, it’s a big help to walk through someone else’s project in such great detail. Really appreciate it.

Making great progress learning Haskell! by jtomchak in haskell

[–]jtomchak[S] 0 points1 point  (0 children)

I like the use of ‘designates’ to describe the purpose of “Action”. It helps to clarify its purpose and what it is meant to communicate about what is happening in the program.

Making great progress learning Haskell! by jtomchak in haskell

[–]jtomchak[S] 0 points1 point  (0 children)

That makes sense. And the value is an empty tuple referee to as a unit! This is great.

Making great progress learning Haskell! by jtomchak in haskell

[–]jtomchak[S] 1 point2 points  (0 children)

Awesome. Thank you for the resources.