<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Sunny Golovine&apos;s Blog</title><description>Read my blog posts about tech, business, politics and life.</description><link>https://sunny.gg/</link><item><title>Build a powerful laptop for development on the cheap</title><link>https://sunny.gg/post/2016-10-12-build-a-powerful-laptop-for-development-on-the-cheap/</link><guid isPermaLink="true">https://sunny.gg/post/2016-10-12-build-a-powerful-laptop-for-development-on-the-cheap/</guid><pubDate>Wed, 12 Oct 2016 00:00:00 GMT</pubDate></item><item><title>A USB-C World</title><link>https://sunny.gg/post/2016-11-24-a-usb-c-world/</link><guid isPermaLink="true">https://sunny.gg/post/2016-11-24-a-usb-c-world/</guid><pubDate>Thu, 24 Nov 2016 00:00:00 GMT</pubDate></item><item><title>Personal Websites - Keep it Simple</title><link>https://sunny.gg/post/2017-02-22-personal-websites-keep-it-simple/</link><guid isPermaLink="true">https://sunny.gg/post/2017-02-22-personal-websites-keep-it-simple/</guid><pubDate>Wed, 22 Feb 2017 00:00:00 GMT</pubDate></item><item><title>VSCode debugging with custom Jest configurations</title><link>https://sunny.gg/post/2018-03-01-vscode-debugging-with-custom-jest-configurations/</link><guid isPermaLink="true">https://sunny.gg/post/2018-03-01-vscode-debugging-with-custom-jest-configurations/</guid><pubDate>Thu, 01 Mar 2018 00:00:00 GMT</pubDate></item><item><title>Bootstrapping a React Native Application with react-native init With Android Studio</title><link>https://sunny.gg/post/2018-07-01-bootstrapping-a-react-native-application-with-react-native-init-with-android-studio/</link><guid isPermaLink="true">https://sunny.gg/post/2018-07-01-bootstrapping-a-react-native-application-with-react-native-init-with-android-studio/</guid><pubDate>Sun, 01 Jul 2018 00:00:00 GMT</pubDate></item><item><title>Browser bookmarks suck, so I built an extension to make them suck less</title><link>https://sunny.gg/post/2019-05-27-browser-bookmarks-suck-so-i-built-an-extension-to-make-them-suck-less/</link><guid isPermaLink="true">https://sunny.gg/post/2019-05-27-browser-bookmarks-suck-so-i-built-an-extension-to-make-them-suck-less/</guid><pubDate>Mon, 27 May 2019 00:00:00 GMT</pubDate></item><item><title>Build a Chrome Extension using ReactJS and Webpack - Part 1</title><link>https://sunny.gg/post/2019-07-11-build-a-chrome-extension-using-reactjs-and-webpack-part-1/</link><guid isPermaLink="true">https://sunny.gg/post/2019-07-11-build-a-chrome-extension-using-reactjs-and-webpack-part-1/</guid><pubDate>Thu, 11 Jul 2019 00:00:00 GMT</pubDate></item><item><title>Building SunnyGolovine.com - Part 1</title><link>https://sunny.gg/post/2021-02-07-building-sunnygolovine-pt-1/</link><guid isPermaLink="true">https://sunny.gg/post/2021-02-07-building-sunnygolovine-pt-1/</guid><description>I recently rebuilt my personal website. In this part I&apos;ll talk about some of the decisions I made.</description><pubDate>Sun, 07 Feb 2021 00:00:00 GMT</pubDate></item><item><title>Building SunnyGolovine.com - Part 2</title><link>https://sunny.gg/post/2021-02-08-building-sunnygolovine-pt-2/</link><guid isPermaLink="true">https://sunny.gg/post/2021-02-08-building-sunnygolovine-pt-2/</guid><description>In my last post I talked about some of the decisions I made when building my site. In this post I&apos;ll talk about the architecture</description><pubDate>Mon, 08 Feb 2021 00:00:00 GMT</pubDate></item><item><title>Building SunnyGolovine.com - Part 3</title><link>https://sunny.gg/post/2021-02-09-building-sunnygolovine-pt-3/</link><guid isPermaLink="true">https://sunny.gg/post/2021-02-09-building-sunnygolovine-pt-3/</guid><description>With most of the site up, in this post I want to talk about landing pages and my blogging workflow</description><pubDate>Wed, 10 Feb 2021 00:00:00 GMT</pubDate></item><item><title>Building a Guest Book for my Site</title><link>https://sunny.gg/post/2021-02-17-building-a-guestbook/</link><guid isPermaLink="true">https://sunny.gg/post/2021-02-17-building-a-guestbook/</guid><description>I&apos;ve always wanted to have an old school guestbook for my site. I finally built one using Netlify Functions and Github Gist.</description><pubDate>Wed, 17 Feb 2021 00:00:00 GMT</pubDate></item><item><title>Keeping your Javascript project up to date</title><link>https://sunny.gg/post/2021-04-17-keeping-js-projects-updated/</link><guid isPermaLink="true">https://sunny.gg/post/2021-04-17-keeping-js-projects-updated/</guid><description>A few tips and tricks to keeping dependencies in your JS project fresh</description><pubDate>Wed, 14 Apr 2021 00:00:00 GMT</pubDate></item><item><title>Integrating Styled Components into Storybook</title><link>https://sunny.gg/post/2022-01-27-styled-components-storybook/</link><guid isPermaLink="true">https://sunny.gg/post/2022-01-27-styled-components-storybook/</guid><description>How to setup Storybook to work nicely with Styled Components custom theme.</description><pubDate>Thu, 27 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Fuzzy Git Branch Checkout</title><link>https://sunny.gg/post/2021-03-17-fuzzy-git-branch-checkout/</link><guid isPermaLink="true">https://sunny.gg/post/2021-03-17-fuzzy-git-branch-checkout/</guid><description>If you use JIRA at work then your git branches likely look like PROJ-12345-description. Here&apos;s a little script you can use to checkout these branches quicker</description><pubDate>Wed, 17 Mar 2021 00:00:00 GMT</pubDate></item><item><title>Migrating from Gatsby to NextJS</title><link>https://sunny.gg/post/2022-07-09-migrating-gatsby-to-next/</link><guid isPermaLink="true">https://sunny.gg/post/2022-07-09-migrating-gatsby-to-next/</guid><description>Instead of rebuilding my website this year, I migrated it from Gatsby to NextJS. Here&apos;s how that went.</description><pubDate>Sat, 09 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Configuring NetlifyCMS with JS instead of YAML</title><link>https://sunny.gg/post/2022-07-12-typed-netlify-cms-cfg/</link><guid isPermaLink="true">https://sunny.gg/post/2022-07-12-typed-netlify-cms-cfg/</guid><description>Wouldn&apos;t it be nice to have your NetlifyCMS configuration in JS rather than YAML? Here&apos;s how you can do that.</description><pubDate>Tue, 12 Jul 2022 00:00:00 GMT</pubDate></item><item><title>File Based Routing Needs to Stop (Being The Only Option)</title><link>https://sunny.gg/post/2022-09-22-file-based-routing/</link><guid isPermaLink="true">https://sunny.gg/post/2022-09-22-file-based-routing/</guid><description>Frameworks like Gatsby and NextJS use file-based routing for &quot;simplicity&quot;, but they need to offer a programmatic routing method.</description><pubDate>Thu, 22 Sep 2022 00:00:00 GMT</pubDate></item><item><title>America Needs Better Zoning</title><link>https://sunny.gg/post/2022-10-02-better-zoning/</link><guid isPermaLink="true">https://sunny.gg/post/2022-10-02-better-zoning/</guid><description>The white picket fence may be in the American Dream, but the zoning policy behind it is destroying our cities and making us less healthy.</description><pubDate>Sun, 02 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Building a better guestbook for my site.</title><link>https://sunny.gg/post/2022-10-28-building-a-better-guestbook/</link><guid isPermaLink="true">https://sunny.gg/post/2022-10-28-building-a-better-guestbook/</guid><description>Last year I built an old school style guestbook for my website. This year I built it again, taking in all the lessons learned to make it even better.</description><pubDate>Fri, 28 Oct 2022 00:00:00 GMT</pubDate></item><item><title>So how much do I owe in taxes?</title><link>https://sunny.gg/post/2022-11-17-how-much-taxes/</link><guid isPermaLink="true">https://sunny.gg/post/2022-11-17-how-much-taxes/</guid><description>I got five letters from the IRS about my 2020 taxes. And I still have no clue if I owe them taxes...</description><pubDate>Thu, 17 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Three Links - A Wikipedia Game</title><link>https://sunny.gg/post/2023-07-27-three-links-wiki-game/</link><guid isPermaLink="true">https://sunny.gg/post/2023-07-27-three-links-wiki-game/</guid><description>A wikipedia game inspired by cards against humanity</description><pubDate>Thu, 27 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Success Takes Time</title><link>https://sunny.gg/post/2024-02-16-success-takes-time/</link><guid isPermaLink="true">https://sunny.gg/post/2024-02-16-success-takes-time/</guid><description>One piece of advice I would give to my younger self is success takes a long time.</description><pubDate>Fri, 16 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Why I love my old 4Runner</title><link>https://sunny.gg/post/2024-10-03-my-4-runner/</link><guid isPermaLink="true">https://sunny.gg/post/2024-10-03-my-4-runner/</guid><description>With cars getting ever more technologically advanced, I&apos;ve never loved my dumb 4Runner more.</description><pubDate>Thu, 03 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Agility - The Edge Startups Have</title><link>https://sunny.gg/post/2024-10-21-friction-and-agility-the-edge-startups-have/</link><guid isPermaLink="true">https://sunny.gg/post/2024-10-21-friction-and-agility-the-edge-startups-have/</guid><description>Engineering agility is the most underrated advantage that startups have.</description><pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Emulating my childhood with a Steam Deck</title><link>https://sunny.gg/post/2024-11-05-emulation/</link><guid isPermaLink="true">https://sunny.gg/post/2024-11-05-emulation/</guid><description>I think I&apos;ve finally scratched the itch to play my childhood video games.</description><pubDate>Tue, 05 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Done with Airpods</title><link>https://sunny.gg/post/2025-01-17-done-with-airpods/</link><guid isPermaLink="true">https://sunny.gg/post/2025-01-17-done-with-airpods/</guid><description>I used to love Airpods and thought they were the best product Apple made besides the iPhone. But now I&apos;m not so sure.</description><pubDate>Fri, 17 Jan 2025 00:00:00 GMT</pubDate></item><item><title>How Grand Theft Auto got me into tech.</title><link>https://sunny.gg/post/2025-02-15-grand-theft-auto/</link><guid isPermaLink="true">https://sunny.gg/post/2025-02-15-grand-theft-auto/</guid><description>The story of how my parents telling me I can&apos;t play Grand Theft Auto 20 years ago eventually led me into technology.</description><pubDate>Sat, 15 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Keeping your Javascript Project Updated - 2025 Edition</title><link>https://sunny.gg/post/2025-03-11-keeping-your-js-project-up-to-date/</link><guid isPermaLink="true">https://sunny.gg/post/2025-03-11-keeping-your-js-project-up-to-date/</guid><description>How to keep your Javascript (or Typescript) project up to date - the 2025 edition.</description><pubDate>Tue, 11 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Why I bought a 5 year old laptop.</title><link>https://sunny.gg/post/2025-04-04-new-thinkpad/</link><guid isPermaLink="true">https://sunny.gg/post/2025-04-04-new-thinkpad/</guid><description>I&apos;ve had great luck over the years buying used laptops but this most recent purchase is my most audacious yet.</description><pubDate>Fri, 04 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Getting TailwindCSS to play nice in monorepos.</title><link>https://sunny.gg/post/2025-04-14-tailwind-v4-monorepo/</link><guid isPermaLink="true">https://sunny.gg/post/2025-04-14-tailwind-v4-monorepo/</guid><description>How to configure Tailwind so you can import components from other packages</description><pubDate>Mon, 14 Apr 2025 00:00:00 GMT</pubDate></item><item><title>I found my grail keyboard.</title><link>https://sunny.gg/post/2025-09-23-kenesis-mwave/</link><guid isPermaLink="true">https://sunny.gg/post/2025-09-23-kenesis-mwave/</guid><description>I recently bought a Kenesis mWave keyboard and it might be my favorite keyboard yet.</description><pubDate>Mon, 29 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Need Help? Go Slack Yourself!</title><link>https://sunny.gg/post/2025-04-15-go-slack-yourself/</link><guid isPermaLink="true">https://sunny.gg/post/2025-04-15-go-slack-yourself/</guid><description>Rubber duck debugging in 2025.</description><pubDate>Tue, 15 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Bad for Business. Good for Humanity</title><link>https://sunny.gg/post/2025-02-10-bad-for-business-smart-for-society/</link><guid isPermaLink="true">https://sunny.gg/post/2025-02-10-bad-for-business-smart-for-society/</guid><description>Companies like SpaceX, AstroForge and Boom Supersonic may not be the best deal for investors looking for a return, but it&apos;s a great deal for humanity.</description><pubDate>Mon, 10 Feb 2025 00:00:00 GMT</pubDate></item></channel></rss>