|
| 1 | +import { Link } from '@remix-run/react'; |
| 2 | +import LeadText from '~/components/content/LeadText'; |
| 3 | + |
| 4 | +export const handle = { |
| 5 | + meta: { |
| 6 | + title: 'Virtual Coffee Newsletter, August 2024', |
| 7 | + description: 'Photography Challenge! 💝', |
| 8 | + }, |
| 9 | + date: '2024-08-01', |
| 10 | + listTitle: 'August 2024', |
| 11 | +}; |
| 12 | + |
| 13 | +export const meta = () => { |
| 14 | + return handle.meta; |
| 15 | +}; |
| 16 | + |
| 17 | +export default function Issue() { |
| 18 | + return ( |
| 19 | + <> |
| 20 | + <h2>Hey Friends!</h2> |
| 21 | + <LeadText> |
| 22 | + <p> |
| 23 | + After a month of welcoming new community, we’re decided to take some |
| 24 | + time outside! As programmers, we spend all day in front of the screen. |
| 25 | + Let's get folks out and about! |
| 26 | + </p> |
| 27 | + </LeadText> |
| 28 | + |
| 29 | + <hr /> |
| 30 | + |
| 31 | + <h2>💞 Kindness and Gratitude</h2> |
| 32 | + <p> |
| 33 | + <em>Spotlighting some of the kindness happening in our community.</em> |
| 34 | + </p> |
| 35 | + <blockquote className="blockquote"> |
| 36 | + <p className="mb-0"> |
| 37 | + "Grateful for folks in VC who gave me recommendations for todo list |
| 38 | + apps a few months ago." |
| 39 | + </p> |
| 40 | + <footer className="blockquote-footer">Brian</footer> |
| 41 | + </blockquote> |
| 42 | + <blockquote className="blockquote"> |
| 43 | + <p className="mb-0"> |
| 44 | + "Grateful for the things I have learnt by just listening in VC." |
| 45 | + </p> |
| 46 | + <footer className="blockquote-footer">Taiwo</footer> |
| 47 | + </blockquote> |
| 48 | + <blockquote className="blockquote"> |
| 49 | + <p className="mb-0"> |
| 50 | + "I am grateful to Andy and Justin for addressing my Visual Studio Code |
| 51 | + problem so quickly in <code>#help-and-pairing</code>. Problem solved!" |
| 52 | + </p> |
| 53 | + <footer className="blockquote-footer">Joan</footer> |
| 54 | + </blockquote> |
| 55 | + |
| 56 | + <hr /> |
| 57 | + |
| 58 | + <h2 className="my-5">💡 What's happening at Virtual Coffee</h2> |
| 59 | + <h3 className="mb-4">July Recap: New Member Welcome!</h3> |
| 60 | + <p> |
| 61 | + We spent the month opening the space up to new members. Having an influx |
| 62 | + of new folks in the space keeps the community healthy, thriving, and |
| 63 | + moving forward. Cheers to all our new members! |
| 64 | + </p> |
| 65 | + |
| 66 | + <h3 className="mb-4">August Challenge: Photography Challenge!</h3> |
| 67 | + <p> |
| 68 | + This challenge asks the community to get outside! Go out into the world, |
| 69 | + have some great moments and then bring them back to share with the |
| 70 | + community. We’re more than our times behind the desk and we want to see |
| 71 | + all the cool things our members get up to. So we’re asking everyone to |
| 72 | + share those moments of joy and fun and happiness with each other, and |
| 73 | + turn the space into a place of inspiration, wonderment, and beauty. |
| 74 | + </p> |
| 75 | + <p> |
| 76 | + Learn more about this challenge in{' '} |
| 77 | + <a href="https://dev.to/virtualcoffee/monthly-challenge-photography-4g18"> |
| 78 | + this blog post. |
| 79 | + </a> |
| 80 | + </p> |
| 81 | + <p> |
| 82 | + To view all of the details of this year's challenge,{' '} |
| 83 | + <Link to="/monthlychallenges/aug-2024"> |
| 84 | + check out the August 2024 challenge page |
| 85 | + </Link> |
| 86 | + . |
| 87 | + </p> |
| 88 | + |
| 89 | + <h3 className="mt-4">☕🪑 Coffee Table Events</h3> |
| 90 | + <ul> |
| 91 | + <li>Tech Interview Study Group (Mondays at 4:00 PM ET)</li> |
| 92 | + <li> |
| 93 | + Accountabilibuddies (Tuesdays at 7:00 PM ET | Thursdays at 9:00 AM ET) |
| 94 | + </li> |
| 95 | + <li>The Pack Hunt (Tandem Job Hunting) (Wednesdays at 10:00 AM ET)</li> |
| 96 | + <li> |
| 97 | + Data Structures and Algorithms (DSA) Office Hours (Wednesdays at 4:00 |
| 98 | + PM ET) |
| 99 | + </li> |
| 100 | + <li>Feelings Friday (Fridays at 8:00 PM ET)</li> |
| 101 | + <li> |
| 102 | + Frontend Friday Folks fighting CSSBattle.dev (Fridays at 11:00 AM ET) |
| 103 | + </li> |
| 104 | + </ul> |
| 105 | + |
| 106 | + <h3 className="mt-4">📅 Weekly Async Events</h3> |
| 107 | + <ul> |
| 108 | + <li> |
| 109 | + Mondays: Goal-setting post in <code>#goals-and-wins</code> |
| 110 | + </li> |
| 111 | + <li> |
| 112 | + Tuesdays: Trivia in <code>#game-night</code> |
| 113 | + </li> |
| 114 | + <li> |
| 115 | + Wednesdays: Midweek check-in in <code>#general</code> |
| 116 | + </li> |
| 117 | + <li> |
| 118 | + Fridays:{' '} |
| 119 | + <a href="https://twitter.com/VirtualCoffeeIO">X (formerly Twitter)</a>{' '} |
| 120 | + chat and gratitude post in <code>#general</code> |
| 121 | + </li> |
| 122 | + </ul> |
| 123 | + |
| 124 | + <h3 className="mt-4">☕ Official Virtual Coffee Events</h3> |
| 125 | + <ul> |
| 126 | + <li> |
| 127 | + Virtual Coffee (Tuesdays at 9:00 AM ET | Thursdays at 12:00 PM ET) |
| 128 | + </li> |
| 129 | + <li> |
| 130 | + Async Twitter Chat (Weekly chat begins every Friday at 9:00 AM ET) |
| 131 | + </li> |
| 132 | + </ul> |
| 133 | + |
| 134 | + <p className="mt-4"> |
| 135 | + <strong>Note:</strong> These are the currently scheduled times for these |
| 136 | + events at the time of this publication. Please check the official VC{' '} |
| 137 | + <code>#announcements</code> Slack channel, or other noted channels, for |
| 138 | + any updates and links to event rooms. For the full list of events, check |
| 139 | + out <Link to="/events">our events page</Link>. |
| 140 | + </p> |
| 141 | + |
| 142 | + <h3 className="mt-5 mb-4">🆕 New Career Focus Channels Alert</h3> |
| 143 | + <p> |
| 144 | + We've added three new private channels — <code>Senior+</code>,{' '} |
| 145 | + <code>Mid-level</code>, <code>Early-career</code> — to our Slack for |
| 146 | + peer-to-peer conversation, because we know that it's good to be able to |
| 147 | + support and nurture conversations specific to your career level. If |
| 148 | + you're interested in joining the one you identify with most, DM Bekah or |
| 149 | + Meg on Slack. |
| 150 | + </p> |
| 151 | + |
| 152 | + <hr /> |
| 153 | + |
| 154 | + <h3 className="mb-4">🤝 Volunteering at VC</h3> |
| 155 | + <p> |
| 156 | + We're very excited to continue open membership with the support of our |
| 157 | + active volunteers! All our active volunteers have an invite to send out |
| 158 | + to someone interested in joining Virtual Coffee. If you're interested in |
| 159 | + joining the volunteer team, check out{' '} |
| 160 | + <Link to="/resources/virtual-coffee-handbook/get-involved/paths-to-leadership"> |
| 161 | + some the roles |
| 162 | + </Link> |
| 163 | + ! |
| 164 | + </p> |
| 165 | + |
| 166 | + <hr /> |
| 167 | + |
| 168 | + <h2>✨ Member Content Highlights</h2> |
| 169 | + <p> |
| 170 | + <em> |
| 171 | + Our members are making the internet a better place with their words |
| 172 | + and wisdom! |
| 173 | + </em> |
| 174 | + </p> |
| 175 | + |
| 176 | + <h3>Articles</h3> |
| 177 | + <ul> |
| 178 | + <li> |
| 179 | + <a href="https://opensauced.pizza/blog/open-source-network-effects"> |
| 180 | + The Compound Interest of Open Source: How Collaboration Leads to |
| 181 | + Growth — Bekah Hawrot Weigel |
| 182 | + </a> |
| 183 | + </li> |
| 184 | + <li> |
| 185 | + <a href="https://flottform.io/updates/2024-07-01-boosting-web-form-efficiency"> |
| 186 | + Boosting web form efficiency — Jörn Bernhardt |
| 187 | + </a> |
| 188 | + </li> |
| 189 | + </ul> |
| 190 | + |
| 191 | + <h3>Videos</h3> |
| 192 | + <ul> |
| 193 | + <li> |
| 194 | + <a href="https://www.youtube.com/watch?v=gjmIbKyjpbo"> |
| 195 | + Highlight: An Intro to Elixir — Brian Meeker and Nick Taylor |
| 196 | + </a> |
| 197 | + </li> |
| 198 | + </ul> |
| 199 | + |
| 200 | + <div className="card my-5 border-primary"> |
| 201 | + <div className="card-body"> |
| 202 | + <h2 className="card-title text-primary mb-3">🏆 Member Wins</h2> |
| 203 | + <div className="card-text"> |
| 204 | + <blockquote className="blockquote"> |
| 205 | + <p className="mb-0"> |
| 206 | + "Pumped that I can announce that I’m giving a talk at Netlify |
| 207 | + Compose this year!" |
| 208 | + </p> |
| 209 | + <footer className="blockquote-footer">Nick Taylor</footer> |
| 210 | + </blockquote> |
| 211 | + <blockquote className="blockquote"> |
| 212 | + <p className="mb-0"> |
| 213 | + "Added user accounts, a Library, ability to save stories for my |
| 214 | + kids story-generating app-launched today!" |
| 215 | + </p> |
| 216 | + <footer className="blockquote-footer">Mike Cavaliere</footer> |
| 217 | + </blockquote> |
| 218 | + <blockquote className="blockquote"> |
| 219 | + <p className="mb-0"> |
| 220 | + "Got honorable mention in the "You're so Nashville. If.." |
| 221 | + contest ran by the local entertainment independent paper." |
| 222 | + </p> |
| 223 | + <footer className="blockquote-footer">Chris Jarvis</footer> |
| 224 | + </blockquote> |
| 225 | + </div> |
| 226 | + </div> |
| 227 | + </div> |
| 228 | + |
| 229 | + <h2>👀 What our members are up to</h2> |
| 230 | + <ul> |
| 231 | + <li> |
| 232 | + Chris J. does a{' '} |
| 233 | + <a href="https://dev.to/jarvisscript/what-are-your-goals-for-the-week-3kc0"> |
| 234 | + weekly post for goals of the week. |
| 235 | + </a> |
| 236 | + </li> |
| 237 | + <li> |
| 238 | + Dominic Duffin co-hosts{' '} |
| 239 | + <a href="https://twitter.com/ArtTechChat">ArtTechChat on Twitter</a>{' '} |
| 240 | + every Sunday at 1:00 PM ET. |
| 241 | + </li> |
| 242 | + <li> |
| 243 | + Ray Deck is{' '} |
| 244 | + <a href="https://www.youtube.com/@techmesomethingcool"> |
| 245 | + co-hosting a vid-pod about low code/no code solutions |
| 246 | + </a>{' '} |
| 247 | + on YouTube! |
| 248 | + </li> |
| 249 | + <li> |
| 250 | + Michael Jolley is{' '} |
| 251 | + <a href="https://www.twitch.tv/baldbeardedbuilder"> |
| 252 | + streaming on twitch! |
| 253 | + </a> |
| 254 | + </li> |
| 255 | + </ul> |
| 256 | + |
| 257 | + <h2>💻 Resource Highlights!</h2> |
| 258 | + <p> |
| 259 | + <a href="https://dev.to/virtualcoffee/monthly-challenge-photography-4g18"> |
| 260 | + Monthly Challenge: Photography |
| 261 | + </a>{' '} |
| 262 | + — Dominic Duffin |
| 263 | + </p> |
| 264 | + |
| 265 | + <hr /> |
| 266 | + |
| 267 | + <p> |
| 268 | + If you're a member and you’d like to give a Lunch & Learn or Workshop, |
| 269 | + you can{' '} |
| 270 | + <a href="https://virtualcoffee.io/lunch-and-learn-idea"> |
| 271 | + submit your idea here |
| 272 | + </a> |
| 273 | + . |
| 274 | + </p> |
| 275 | + <p> |
| 276 | + Have a question, suggestion, or want to nominate someone’s act of |
| 277 | + kindness or blog post? Email us at{' '} |
| 278 | + |
| 279 | + </p> |
| 280 | + </> |
| 281 | + ); |
| 282 | +} |
0 commit comments