👋👋👋👋
Looking back on your week -- what was something you're proud of?
All wins count -- big or small 🎉
Examples of 'wins' include:
- Getting a promotion!
- Starting a new project
- Fixing a tricky bug
- Cleaning your house...or whatever else that may spark joy 😄
Happy Friday!
Top comments (65)
Landing a new job 🎉
Congrats!
Thanks @genzouw
That's great! Congratulations!! 🎉
Thanks @vaibhavkhulbe 🙏🏼
Built my own open-source markdown editor in a couple of days, and increased my productivity by 500%. no big whoop 🙃
I decreased the likelihood that one of our admins accidentally submits a dangerous site config option...
Add additional safeguards for config write access #6064
What type of PR is this? (check all applicable)
Description
This related to this issue: #6049
I wouldn't want to say it fully closes it, but is a step in safeguarding this area.
This pull request adds extra safeguards for the
/internal/config
area of the site. This area contains values which could cause big problems if accidentally changed. It makes sense to restrict them even more thoroughly than other parts of the internal experience.It now makes it so that anyone with
admin
,super_admin
orsingle_resource_admin Config
can view this area, but only users with the rolesingle_resource_admin Config
can write to it. And they need to submit this phrase when making a change as confirmation:My username is @your_username and this action is 100% safe and appropriate.
The details here really should not change very often, so I think this is all pretty reasonable.
Added a message to make it clear:
Also made a small tweak to
/internal/permissions
to make it clearer which exact permissions folks have.Thanks to @vaidehijoshi for being the catalyst on this.
My son born on valentines day. I think we can call it a win.
...and with one fell swoop Tuna covered this year's valentines day gifts and all future valentines day gifts like a boss 😂
seriously Congratulations Dad!
😂 i need to step up my dad jokes this year. So I'm posting this from the upstairs computer. (image a dad laugh here)
Launched my website debugg.me and posted about it. Got a very good response and have 16 people subscribed to my email list. Now working on getting my beta ready
I was able to fix an issue I'd been having with a Reacstrap(bootstrap + react) component, by actually going to the GH repo and reading the source code.
It was nowhere to be found in the official docs.
I'm usually scared of diving deep into a repo for a package to see its source code because it literally hurts my brain most times, especially if it's written in TypeScript(and I don't know TS yet).
I'm proud because I overcame my fear, solved the issue I was having and didn't procrastinate about writing an article about it. This is a win for me.
The "especially if it's written with TypeScript" is my situation also. I don't even waste my time whenever I see the library is written with it. it's becoming unpleasant these days. perhaps, it's a sign to learn it ;)
Maybe it is :)
Woot! Congrats, I know the fear! TypeScript can be scary, but it has no teeth...only error messages. 😜
Haha thanks Ryan! I already plan to learn it (and fall in love with it) in the coming month, the confidence I've gained since solving that issue has increased!
I would say if you solved an issue in code using Typescript, you are well on you way!
I have a resource for you actually (one of mine)! It's a "game of life" clone you can edit 🏝️.fm
I managed to post 3 times!!!
I gave my first ever tech talk!! I feel sooo happy to overcome my public speaking fear🐨🐨🎉
The talk was about web performance, here's an animated version of the talk: visconf.netlify.com/saurabhdaware/...
Finally set up my personal cloud at home! No longer depending on the big cloud storage providers is very freeing and I'll be doing a lot more with it in the future I'm sure!
Also, I was able to refactor some very complicated code into something that's simple and easy to understand. As an added bonus, everything is covered by unit testw, so I know it won't break soon.
I want to setup a personal cloud too but I have not decided yet which tools I should use for this, what do you use in your case?
I use a raspberry pi 4 4gb, an external hard drive and NextCloud as the software. So far it works really well! My latest post on here goes into more detail, so maybe that helps you as well.
I was thinking about using OwnCloud or Syncthing, but I will take a look to NextCloud too. Thanks for sharing the post, I would like to see a post about how you expose your cloud to the internet too :)
My next post will have a section about that, it should be on dev on Thursday :)
Edit: The post is right here! dev.to/roelofjanelsinga/how-to-set...
I finally started a personal blog. As a dev I was spending way too much time tryna decide if I wanted to build it from the ground up, use Wordpress, etc...eventually I just told myself to quit messing around and START. So I did! 🥳
LOL this is me, permanently stuck halfway in the attempt to build my personal site! Congrats for getting out of the indecision black hole!
Thank you! Honestly I still want to build my own site, but as of right now I know that getting my ideas out is what I need to do. Hopefully I can find some down time to get my own site up and running.
Good luck to you though! Just remember: progress is progress.