In-depth blueprints that break down how to build something.
An interactive guide sharing what I have learned about Generative Art to help you go from zero to one faster.
Come read through a walkthrough of how we shipped the Scheduler feature at Crunchy Data using the layers approach.
You cannot build new connections or a network without trying something new. Getting out of your common pathways and blazing a trail of new experiences and people.
There is a reason this is the last in the group. It's because all of the networking techniques we have looked at before fall under this one.
This is a great way to dip your toe in the water. See if you like the vibe on the logistics side of running an event. I can guarantee who you at a minimum the founder of the event you're helping with will be a very appreciative connection.
Speaking at an event gives you networking superpowers. It involves more work, and a willingness to speak to crowds, but the benefit you get match the effort.
Speaking at an event gives you networking superpowers. It involves more work, and a willingness to speak to crowds, but the benefit you get match the effort.
In person events are the bullet train of networking. Why? You are put together with a set of people who all care about the same thing in a condensed time line. It's like summer camp for adults.
No matter what your skill level is there is always something out there new to learn. To grow your network there is a much more effective tactic to maximize the chance of building new connections.
As a developer, this may be one of my favorite networking categories. The possibilities are endless and I will only be able to touch on a few, but the big take away is this.
When it comes to networking, engaging with niche communities offers a more relaxed and effective approach. Here's why focusing on "niche" is a smart move.
You are here because you want to take the red pill. You are 0% interested in waltzing into a room of strangers and trying to make friends, and I have good news! You don't need to.
Here is an easy method for building forms with multiple outcomes using a not well known html feature.
Let's cover how you can add type guarantees to your JSON fields in Prisma, and create a migration system to make them backwards compatible.
How do you manage user preferences and persist them to improve user experience in your app? Let's answer that question.
There is no native way in Prisma to set a check constriant in your schema file. This article will explain how to do it.
Learn why database naming conventions are important and how to manually set table and column names in Prisma.
Sometimes you don't want just any string to be passed as a prop to your React component. Let's take a look at how template literals solve that problem.
Whether you call them list fields or repeater fields these are one of the more complicated patterns when building forms.