Tash Postolovski (@tashicorp) 's Twitter Profile
Tash Postolovski

@tashicorp

Founder / Engineer / Plant Nerd ๐ŸŒฟ She/Her

ID: 8460032

linkhttp://goodteams.app calendar_today27-08-2007 12:02:19

2,2K Tweet

4,4K Takipรงi

3,3K Takip Edilen

Tash Postolovski (@tashicorp) 's Twitter Profile Photo

Thanks to the generosity of CipherStash I'll be heading to RubyConf in Melbourne this month. ๐ŸŽ‰ Please hit me up if you'll be there - would love to say hello IRL! ๐Ÿ‘‹

Tash Postolovski (@tashicorp) 's Twitter Profile Photo

I'm learning that in the early days of a startup your addressable userbase is a super small slice of your eventual userbase. It's challenging to find early adopters (already rare) who *also* have the problem you solve.

I'm learning that in the early days of a startup your addressable userbase is a super small slice of your eventual userbase.

It's challenging to find early adopters (already rare) who *also* have the problem you solve.
Tash Postolovski (@tashicorp) 's Twitter Profile Photo

Just discovered you can publish games made with HTML, CSS & JS to Steam with Electron. ๐ŸŽฎ Always wanted to try making a game for fun but didn't have the time or energy to properly learn Unity. Feels so much more approachable now. ๐Ÿ˜Š

Tash Postolovski (@tashicorp) 's Twitter Profile Photo

Newsletter popups are effective at increasing signups, but I can't bear to do that on goodteams.app. ๐Ÿ™…๐Ÿฝโ€โ™€๏ธ So I made the signup box glowy and holographic instead. ๐Ÿชž๐Ÿชฉ๐Ÿ˜…

Newsletter popups are effective at increasing signups, but I can't bear to do that on goodteams.app. ๐Ÿ™…๐Ÿฝโ€โ™€๏ธ

So I made the signup box glowy and holographic instead. ๐Ÿชž๐Ÿชฉ๐Ÿ˜…
Tash Postolovski (@tashicorp) 's Twitter Profile Photo

๐Ÿšจ New team alert ๐Ÿšจ Psyched to welcome Kanopi to GoodTeams. They're a truly flexible engineering team hiring a remote (within AU) full stack engineer role with a full-time or part ๐Ÿ‘ time ๐Ÿ‘ option ๐Ÿ‘! goodteams.app/teams/kanopi

๐Ÿšจ New team alert ๐Ÿšจ

Psyched to welcome <a href="/KanopiCover/">Kanopi</a> to GoodTeams.

They're a truly flexible engineering team hiring a remote (within AU) full stack engineer role with a full-time or part ๐Ÿ‘ time ๐Ÿ‘ option ๐Ÿ‘!

goodteams.app/teams/kanopi
Tash Postolovski (@tashicorp) 's Twitter Profile Photo

What are some things you'd love to do, but don't have the time? My list: โ™Ÿ๏ธ Play chess ๐ŸŽฎ Play more video games ๐Ÿฆ€ Learn Rust

GoodTeams ๐Ÿ‘ (@goodteamsapp) 's Twitter Profile Photo

We've made a few small QOL improvements for engineers browsing goodteams.app ๐Ÿ‘‡ ๐Ÿ™…๐Ÿฝโ€โ™€๏ธ 'No Open Roles' badge for teams not hiring ๐Ÿ—บ๏ธ View HQ office location on Gmaps ๐Ÿ“ˆ Links to ASX stock chart for public orgs ๐Ÿšช Links to team's Glassdoor reviews page

Tash Postolovski (@tashicorp) 's Twitter Profile Photo

IMO the best marketing is providing free value to the community you serve. Putting this into practice for goodteams.app by releasing a free Engineering Job Application Tracker template for Notion. ๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป Try it out here โžก๏ธ goodteams.app/engineering-joโ€ฆ

IMO the best marketing is providing free value to the community you serve.

Putting this into practice for goodteams.app by releasing a free Engineering Job Application Tracker template for Notion. ๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป

Try it out here โžก๏ธ goodteams.app/engineering-joโ€ฆ
Tash Postolovski (@tashicorp) 's Twitter Profile Photo

I'm thrilled with the stats from the first month of the goodteams.app newsletter, where I introduce new engineering teams and jobs. Still a small list, but engagement is fantastic so far! Next edition going out in just a few hours! โณ

I'm thrilled with the stats from the first month of the goodteams.app newsletter, where I introduce new engineering teams and jobs.

Still a small list, but engagement is fantastic so far!

Next edition going out in just a few hours! โณ
Tash Postolovski (@tashicorp) 's Twitter Profile Photo

I'm on the under desk walking pad hype train. ๐Ÿš‚ After being sedentary for months, I've walked five hours in the last three days. ๐Ÿ™Œ

Tash Postolovski (@tashicorp) 's Twitter Profile Photo

๐ŸŽ‰ Bilue are the newest engineering team to join GoodTeams ๐Ÿ‘! They're a culture-first design and dev agency hiring in Syd + Mel. ๐Ÿ›‹๏ธ Hybrid ๐Ÿฅž Swift, Kotlin, React +more ๐Ÿ›ซ 6 wks annual leave ๐Ÿ’ก Communities of practice ๐Ÿ“บ Household name clients goodteams.app/teams/bilue

Tash Postolovski (@tashicorp) 's Twitter Profile Photo

Feels pretty scary, but one of my goals for 2024 is to get out of my comfort zone and create more video content. I've started on this path with a little video showing how I use Linear to manage my work as a solo developer while I #buildinpublic. youtube.com/watch?v=T6rKdBโ€ฆ

Tash Postolovski (@tashicorp) 's Twitter Profile Photo

This #vscode tip will save you minutes every day. โฑ๏ธ In your keybindings.json: { "key": "alt+right", "command": "cursorWordPartRight", "when": "textInputFocus" } // repeat for alt+left Now alt + โ† and alt + โ†’ skips words *inside* camel case & pascal case vars and fn names.

Tash Postolovski (@tashicorp) 's Twitter Profile Photo

It's so easy to make tactile buttons like this with #tailwindcss. ๐Ÿ•น๏ธ Add -translate-x-1 -translate-y-1 to the button, then wrap it in a div that isn't translated. This adds a 3D effect. Then add hover:translate-x-1 hover:translate-y-1 transition duration-300 for 3D button push.