It's Friday!!!!
Looking back on the week, what was something you're proud of?
All wins count -- big or small!
Examples of 'wins' include:
- Getting to all your meetings on time
- Starting a new project
- Fixing a tricky bug
- Cleaning your house...or whatever else that may spark joy 😄 🎉
Oldest comments (51)
This week, I...realized my flight was going to get snowed out so I got on an earlier flight to have a stress-free vacation!!
And even though I had nothing to do with this, @sarthology 's post felt like a win to me:
🇹🇼✈️ Taking DEV to Taiwan with me ✈️🇹🇼
Sarthak Sharma
Oh dear! It surely is 😊
This week, I helped improve the code coverage in our front-end code base as well as merge code coverage reports. Outside of work, I'm close to finishing the enabling of strict mode in TypeScript for the Refined GithHub browser extension (Chrome, Firefox).
Basically going with the non-null assertion operator in almost all places, because as mentioned in github.com/sindresorhus/refined-gi..., the assumption with the extension is that the DOM nodes referenced in most cases are expected to be there. If they aren't, the extension breaks, a bug is filed and it's fixed.
One thing to note @bfred-it, is currently dom-chef types need to handle JSX (Element and IntrinsicElements) or we import
@types/react
.This week, I crossed a bunch of items off my to-do list, including several that I had been putting off because I knew that they'd be especially tedious and frustrating. I've also been making a lot of progress in writing (non-technical) documentation for some of our internal processes. It feels really good to get more of this knowledge recorded.
This week, I... announced my course that I've been thinking about for the past year!!!
I was really excited about the news. Can't wait to see what you come up with :)
This week, I got a ticket to Google Next 19 from Udacity, where I've completed some nanodegrees. I've been wanting to visit SF and SV and now I have an excuse.
I released Orchid 0.16.0 on Sunday, which added support for Groovydoc (in addition to the existing Java and Kotlin docs) and a new theme!
I also published a how-to post here on using Orchid for a Kotlin project's documentation.
How To Document A Kotlin Project
Casey Brooks
This week, I... brought attention to the linting issues in the DEV project and helped open a discussion.
I have the feeling that view linting could be presenting a pretty strong burden to contributions. You could make a small contribution and get hung up with a huge linting fix chore as it currently stands.
I just feel like as an outsider without context it could add a bit too much burden at the time being. Thoughts on taking it away as a blocker to pushing and leave it as something folks can voluntarily make progress on until the app is at a closer place to being fully linted on the view with our preferred styles?
This week, I
A simple, opinionated Cookiecutter template for a Swift Library.
cookiecutter-swift-library
A cookiecutter template for starting a new library in Swift
Requirements
Install
cookiecutter
command line:pip install cookiecutter
Usage
Generate a new Cookiecutter template layout:
cookiecutter gh:theodesp/cookiecutter-swift-library
License
This project is licensed under the terms of the MIT License
Solutions and implementations of Leetcode problems in Go.
go-leetcode
Solutions and implementations of Leetcode problems in Go. May the code be with you.
Challenges completed
LICENCE
Copyright © 2019 Theo Despoudis MIT license
Silly Song iOS app
Silly Song
Example ios App (Swift)
Tutorial Link Udacity
Wow!
We try to do more "showing" than "telling" in this organization, but this week I felt the urge to tweet about how great our site is and it was super well received!
It brought it a bunch of new, curious folks to the platform—which is great. 😄
This is the reason I’m on Dev.to and not on medium anymore
I personally love the dev.to community.
This week, I...
Restarted work on the next update for my learning Unity game. I also figured out how to get svg exported from my prototype/design tool to my Gatsby WIP site.