Yeah hiding sensitive stuff like API credentials is tricky. The simplest solution is to only work on stuff where the likelihood of exposing such things is low. (i.e. nothing involving API usage, production data, etc)
I use Custom hotkeys to change screens on the fly. So if I am looking at something that shouldn't be shown, I hide my screen temporarily.
And when its about using that sensitive bit in code, put that into a flat file somewhere and just read from it in code while you work on it on-stream. Easy fix! :)
Love the light setup. Do you do any Twitch streaming as well?
Not at the moment, but I'd love to get into it. Having a stream where people can follow my coding process sounds like fun, but I'd have to figure out how to hide sensitive information
Yeah hiding sensitive stuff like API credentials is tricky. The simplest solution is to only work on stuff where the likelihood of exposing such things is low. (i.e. nothing involving API usage, production data, etc)
I use Custom hotkeys to change screens on the fly. So if I am looking at something that shouldn't be shown, I hide my screen temporarily.
And when its about using that sensitive bit in code, put that into a flat file somewhere and just read from it in code while you work on it on-stream. Easy fix! :)
That desk needs more stickers!
Absolutely. C’MON MARC SEND ME THOSE STICKERS! 😈
Hotel room in Eindhoven
Marcccc.. 😮 You always bring your iMac wherever you go? #SendMeThatSticker!
Yes, Zapier integration would be very useful for a bunch of things. Definitely want to add this at some point.
RSS would be quicker to implement. But there's a bunch of different ways to implement it. And people might have different preferences depending on the integration they want to build.
I'll give this some thought the coming days. Feel free to ping me in a week to check the status.
👍 the advantage of RSS is that you can have multiple RSS alternatives for the same page, maybe you can try with something that seems ok for you and later see if it is worth making alternatives?