Logo
    Search

    Podcast Summary

    • Insights from a CSS expert on adding new properties to CSSCSS expert Adam Argyle discusses the process of proposing and implementing new CSS features, from community support to rigorous testing and review.

      Adam Argyle, a developer at Google and CSS enthusiast, shared insights on how new properties get added to CSS during his appearance on the Syntax podcast. He emphasized his passion for creating smooth, beautiful interfaces and his dedication to creating and sharing information about the latest CSS developments through his Twitter account, @argyleink. The discussion touched on the process of proposing and implementing new CSS features, which involves submitting proposals to the CSS Working Group, gaining community support, and undergoing rigorous testing and review. Argyle also shared his creative inspiration for his Twitter handle, which he chose for its business-like sound and potential visual possibilities. Overall, the conversation highlighted the importance of the CSS community and the ongoing evolution of this essential technology for web development.

    • Proposing new CSS features involves formal processThe addition of new CSS features goes through a formal process involving GitHub, W3C, and browser implementation, which can take years.

      The process of adding new features to CSS involves more than just tweeting about it or expressing a desire for it. Instead, there is a formal process in place, which includes proposing ideas on GitHub, having them discussed and refined within the CSS Working Group at the W3C, and eventually being implemented in browsers. This process can take years, as was the case with Flexbox and Grid. It's important to note that CSS itself was once a proposal, and there was even competition with other style sheet proposals like JSS. The process begins with articulating a problem and potential solution on GitHub, and it's important to remember that not all proposals will be successful. The number of comments and engagement a proposal receives in the initial days can be a good indicator of its potential success. Overall, the process of adding new features to CSS is a collaborative and iterative one, involving the entire web development community.

    • Discussing and improving CSS on GitHubThe CSS community on GitHub fosters collaboration, feedback, and debates, leading to new solutions and improvements in CSS through open discussions and historical resources.

      The CSS community on GitHub is an open and dynamic space for proposing and discussing new ideas. The level of interest and engagement is gauged by the number of comments and the provocativeness of the proposal. While it may take time for an idea to gain traction, the public nature of the platform allows for collaboration, feedback, and even healthy debates. These discussions can lead to new solutions and improvements in CSS. The open-source nature of CSS and the availability of historical issues make it a valuable resource for researchers and developers alike. While the process can involve some "bike shedding," or focusing on minor details instead of the bigger picture, it ultimately contributes to the ongoing evolution of CSS.

    • Debating Logical Properties for Margin ShorthandCSS community discusses implementing logical properties for margin shorthand using contextual syntax, debating whether to apply it selectively or document-wide.

      There's ongoing debate in the CSS community about how to implement logical properties for margin shorthand, allowing users to specify logical properties for all sides instead of just physical ones. The proposed syntax includes using "margin: 1rem 1rem 1rem 1rem logical;" to indicate the desire for logical properties. This syntax is preferred because it's contextual to the specific instance of the declaration and allows for selective modification. Other proposals suggest setting the whole document to use logical properties exclusively, but this approach might be too sweeping and require more effort. The discussion also touched upon the industry's unique terminology and the evolution of CSS proposals over time.

    • CSS Working Group's dedication to explicitness and considerationThe CSS Working Group prioritizes explicitness and collaboration in developing new CSS features, with ongoing work on functional color notation, CSS variables in media queries, and potential addition of decimal opacity to hex colors.

      The CSS Working Group values explicitness and consideration in their development of new CSS features. This is evident in their use of separators like spaces, slashes, and parentheses, as well as their ongoing work on functional color notation and CSS variables in media queries. The community plays a crucial role in identifying the need for these features, and both interested users and implementers must come together for a new feature to be successfully integrated into CSS. The current progress on color functions demonstrates this process, with an editor's draft now available at color level 5. Another exciting development is the potential addition of decimal opacity to hex colors, which would simplify the process of setting opacity for hex colors. Overall, the CSS Working Group's dedication to refining and improving CSS through a collaborative process is noteworthy and ensures that the language remains relevant and effective for developers.

    • Microsoft and Chromium collaborate on new color feature for web developmentMicrosoft and Chromium are working together to create a new color feature, Color Level 5, for web development, enabling designers to manage their brand values in one place and easily apply them throughout their apps using CSS.

      The web development community is working on a new feature called color level 5, which builds upon color level 4 and brings in new color functions. Two major companies, Microsoft and Chromium, are collaborating on this engine improvement. Once completed, this feature will allow designers to articulate their brand values in one place and easily apply them throughout their apps, all managed in CSS. The editor's draft for this feature is being written publicly and collaboratively, with the goal of gaining implementer interest. Origin trials, a more advanced version of experiments, can be used to test and prototype new features with a wider audience. Vendor prefixes, once used for testing and experimentation, are no longer in use due to their potential to favor one browser over another. Tools like LogRocket can be used to gather user feedback and identify issues with new features, ensuring a better user experience.

    • Web development process stages from drafting to standardizationTools like LogRocket help identify and fix issues in each stage of the web development process, making it more efficient and effective. The process includes drafting, hardening, candidate recommendation, and standardization, with each stage representing a different level of risk and readiness for implementation.

      The web development process involves various stages from drafting to standardization, and tools like LogRocket can help developers identify and fix issues more efficiently. During the drafting phase, proposals are discussed and reviewed, leading to editor's drafts. Once the drafts are hardened and reviewed extensively, they become working drafts. The next stage is a candidate recommendation, and finally, the standard is established. This process is similar to the stages in JavaScript development, with each stage representing the level of risk and readiness for implementation. Tools like LogRocket can help developers identify issues early on, making the development process more efficient and effective. Additionally, the web development community comes together through conference calls and face-to-face meetings to discuss and resolve issues, ensuring a collaborative and inclusive process. These meetings, which are held around the world, aim to find synchronous resolutions and move the development process forward.

    • Ensuring web compatibility through testingWeb development involves testing to maintain browser compatibility and encourage the adoption of new features. Post CSS provides initial styling, while web platform tests help ensure consistency and web standards.

      The web development process involves various stages and tests to ensure new features are implemented consistently across different browsers. Post CSS provides initial styling, while working drafts undergo community review and testing. Web platform tests, similar to unit tests, help ensure browser compatibility and encourage the implementation of desired features. Acid tests from the past were used to expose rendering differences between browsers, while current tests help maintain web standards. The community, browser implementers, and the working group all play crucial roles in this process. For example, writing web platform tests can encourage the adoption of new features, like Flex Gap. It's an intriguing process that ensures the web remains functional and adaptable to new technologies.

    • Apple's stance on user privacy and secure web featuresApple delays implementation of certain web features to address security concerns, prioritizing user privacy

      Apple is taking a stance on user privacy by refusing to implement certain web features until the security concerns are addressed. This is due to the potential for fingerprinting, which allows tracking of user preferences and history. An example given was the removal of the ability to get the color of visited links in JavaScript, as it was a significant security issue. The process for implementing new features in browsers includes going through web platform tests, prototyping, and filing for intent to ship. Apple's approach is aimed at enhancing privacy on the web, even if it means delaying the implementation of certain features. This is not about unsecure features in Chromium, but rather about Apple's desire for increased security. The intent to prototype and intent to ship stages ensure that the implementation is well-received and stable before it is officially added to the browser. Overall, this discussion highlights Apple's commitment to user privacy and the lengths they will go to ensure that web features are secure before implementation.

    • From proposal to draft: The CSS processThe CSS process involves community input to transform proposals into drafts, emphasizing the importance of developer relations and encouraging feedback for continuous improvement.

      The CSS process may seem lengthy and daunting, but it's essential to follow it for meaningful outcomes. The speaker shared their experience of proposing FlexGap and how it went from a proposal to a draft in a short time due to community input. They also highlighted the importance of developer relations and encouraging feedback to improve CSS. Additionally, they shared a success story of a proposal for a data saver mode in CSS, which was quickly adopted after community input. However, there are also instances where things move too fast without proper consideration, leading to mistakes. To learn from these mistakes, there's a CSS mistakes document available online. Overall, the process may be long, but it's worth it for the valuable improvements it brings to CSS.

    • CSS Working Group Improves Syntax and FunctionalityThe CSS Working Group is simplifying syntax and addressing past inconsistencies, including HSL notation, box-sizing, pseudo classes vs pseudo elements, and the potential removal of commas and renaming of current color.

      The CSS Working Group has acknowledged and is addressing past mistakes and inconsistencies in CSS syntax and functionality. For instance, they're simplifying HSL and HSLA notation due to earlier issues with commas and decimal values. Another change is making box-sizing default to border-box, although this won't be applicable to older versions of IE. Other adjustments include clarifying the difference between pseudo classes and pseudo elements, and making important have a bang character for better readability. These changes aim to make CSS more consistent and user-friendly. Additionally, the group is discussing the potential removal of commas and the renaming of current color to current dash color. Overall, these updates reflect the CSS Working Group's ongoing efforts to improve the language and address long-standing issues.

    • Collaborative Effort of CSS CommunityThe CSS community is a collaborative effort involving spec authors, community members, and implementers, using tools like PostCSS Preset Env and Houdini to create and improve web design technologies.

      The CSS community is a collaborative effort between spec authors, community members, and implementers to create and improve web design technologies. CSS, specifically, does not have official stages, but developers can simulate them using tools like editors drafts and working drafts. One exciting feature is PostCSS Preset Env, which allows developers to use the latest CSS syntax while maintaining compatibility with older browsers. Implementers write code in languages dependent on the browser, such as C++ in Chromium. The CSS working group is also working on Houdini, a new technology that aims to bring low-level, high-performance capabilities to the web platform. As a developer or designer, you might be contributing to the web in ways you don't even realize, such as implementing features or writing code for popular apps. It's an intricate process that requires teamwork and continuous improvement.

    • Exploring Houdini: A New Web Technology for Advanced Layouts and AnimationsHoudini, a new web tech, offers efficient control over complex layouts and animations via layout worklets and the Typed Object Model, enabling advanced masonry layouts and animations off the main thread.

      Houdini, a new web technology, is making significant strides forward and offers developers the ability to grab the reins and take control of complex layouts and animations in a more efficient and powerful way. With the recent refactors in Chromium's codebase, Houdini is now better equipped to handle layout worklets, enabling true empowerment for developers to create advanced masonry layouts and animations off the main thread. Additionally, the Typed Object Model (Type 2M) is a game-changer, as it provides an object-based interface instead of the traditional string-based method for interacting with CSS and JavaScript. This means developers can now work with unitless values and manipulate values just like in CSS, making the process more streamlined and efficient. Houdini's website showcases the numerous features that have already shipped, including the layout API, paint API, parser API, property value API, animation worklet, and typed object model. Overall, Houdini represents an exciting development in web technology, and it's worth exploring further to unlock its full potential.

    • Contributing to web platform testsStay updated and engaged in web development by contributing to platform tests and exploring unique tools for personal interests.

      The web development world is an ever-evolving landscape with new tools and technologies constantly emerging. While there are rough edges and challenges, the excitement and innovation make it an engaging and rewarding field. A key way to contribute back to the platform is by creating web platform tests, which not only helps improve the technology but also provides valuable learning experiences. As for personal interests, the speakers shared their enthusiasm for unique tools like the Ardu Boy and the wok, emphasizing the joy and intensity that comes with using them. Overall, the conversation highlighted the excitement and importance of staying updated and engaged in the world of web development.

    • Using the right tools can enhance efficiency and productivityInvesting in tools like propane burners, security bits, and foam pads can lead to significant time and energy savings, making them valuable additions to any toolkit.

      Having the right tools on hand can significantly improve efficiency and productivity in various aspects of life, whether it's cooking, hacking, or even stretching. For instance, a propane burner allows for faster and easier deep frying outside, while a set of security bits ensures that one can easily take apart devices without being hindered by security screws. Similarly, a thick foam pad can save the knees during stretching sessions, allowing for a more comfortable and effective workout. These are just a few examples of how having the right tools can make a big difference. Whether it's a propane burner, security bits, or a foam pad, investing in these items can lead to significant time and energy savings, making them valuable additions to any toolkit.

    • Refactoring CSS in ReactRefactoring CSS from scratch in React can help prune code, prevent bugs, and systematize the codebase. Listen to the CSS Podcast for in-depth discussions on CSS as a form of computer science.

      Refactoring is an essential part of coding. The speaker shared his experience of rewriting the CSS from scratch while keeping the JavaScript in React layouts, which helped him prune things up and systematize the code. He emphasized the importance of assuming that code will break and writing as little as possible to prevent bugs. The speaker also mentioned his podcast, the CSS Podcast, which focuses on in-depth discussions about CSS as a form of computer science. He encouraged listeners to check it out and subscribe. In essence, refactoring is a crucial aspect of coding that helps maintain clean and efficient code, and the CSS Podcast offers valuable insights into the world of CSS.

    Recent Episodes from Syntax - Tasty Web Development Treats

    790: State of JS 2023 Reactions

    790: State of JS 2023 Reactions

    Scott and Wes dive into the 2023 State of JavaScript survey, breaking down the latest trends and pain points in front-end frameworks, build tools, and JavaScript runtimes. Tune in for their hot takes and insights on what’s shaping the JavaScript landscape this year!

    Show Notes

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    789: Do More With AI - LLMs With Big Token Counts

    789: Do More With AI - LLMs With Big Token Counts

    Join Scott and CJ as they dive into the fascinating world of AI, exploring topics from LLM token sizes and context windows to understanding input length. They discuss practical use cases and share insights on how web developers can leverage larger token counts to maximize the potential of AI and LLMs.

    Show Notes

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    CJ: X Instagram YouTube TwitchTV

    Randy: X Instagram YouTube Threads

    788: Supabase: Open Source Firebase for Fullstack JS Apps

    788: Supabase: Open Source Firebase for Fullstack JS Apps

    Scott and CJ chat with Paul Copplestone, CEO and co-founder of Supabase, about the journey of building an open source alternative to Firebase. Learn about the tech stack, the story behind their excellent documentation, and how Supabase balances business goals with open-source values.

    Show Notes

    • 00:00 Welcome to Syntax!
    • 00:30 Who is Paul Copplestone?
    • 01:17 Why ‘Supa’ and not ‘Super’?
    • 02:26 How did Supabase start?
    • 08:42 Simplicity in design.
    • 10:32 How do you take Supabase one step beyond the competition?
    • 12:35 How do you decide which libraries are officially supported vs community maintained?
      • 15:17 You don’t need a client library!
    • 16:48 Edge functions for server-side functionality.
    • 18:51 The genesis of pgvector.
    • 20:59 The product strategy.
    • 22:25 What’s the story behind Supabase’s awesome docs?
    • 25:26 The tech behind Supabase.
    • 35:46 How do you balance business goals with open source?
    • 42:01 What’s next for Supabase?
    • 44:15 Supabase’s GA + new features.
    • 48:24 Who runs the X account?
    • 50:39 Sick Picks + Shameless Plugs.

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    CJ: X Instagram YouTube TwitchTV

    Randy: X Instagram YouTube Threads

    787: You Should Try Vue.js

    787: You Should Try Vue.js

    Scott and CJ dive deep into the world of Vue.js, exploring what makes this frontend framework unique and why it stands out from React and Svelte. CJ gives a comprehensive tour, covering everything from getting started to advanced features like state management and Vue’s built-in styles.

    Show Notes

    Vue.js: The Documentary.

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    786: What Open Source license should you use?

    786: What Open Source license should you use?

    Scott and CJ dive into the world of open source, breaking down its meaning, benefits, and the various types of licenses you’ll encounter. From permissive licenses like MIT and Apache 2.0 to copy-left licenses such as GNU GPLv3, they’ll help you choose and apply the right license for your project.

    Show Notes

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    785: What’s Next for NextJS with Tim Neutkens

    785: What’s Next for NextJS with Tim Neutkens

    Scott and Wes dive into the world of Next.js with special guest Tim Neutkens from Vercel. They explore the latest updates, including the React Compiler and React Server Components, discussing their impact on developer workflows and the future of Next.js development.

    Show Notes

    • 00:00 Welcome to Syntax!
    • 00:30 What does the React Compiler do?
    • 05:04 Will React Compiler help with managing Context?
    • 06:39 What happens if you’re not using a React Compiler?
    • 09:30 Will this work on any NextJS version?
    • 12:18 What are React Server Components?
    • 16:28 Shipping all the data inside an encapsulated component.
    • 20:17 Clearing up the frustrations around retrofitting server components.
    • 23:13 Handing migration.
    • 28:30 Is this just a fetch request with props?
    • 36:41 How closely are the NextJS and React teams working?
    • 41:53 Will we ever get Async Client Components?
    • 43:52 Async Local Storage API.
    • 45:31 Turbopack.
    • 57:51 Sick Picks & Shameless Plugs.

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    784: Logging × Blogging × Testing × Freelancing

    784: Logging × Blogging × Testing × Freelancing

    In this Potluck episode, Scott and Wes tackle listener questions on modern blogging, website environmental impact, and using LangChain with LLMs. They also cover CSS hyphens, unit vs. integration testing, and balancing web development with new parenthood.

    Show Notes

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    783: How We Built a Netflix Style “Save for Offline” Feature Into Syntax

    783: How We Built a Netflix Style “Save for Offline” Feature Into Syntax

    Scott and Wes dive into the world of browser caching for audio files, exploring the File System API and the Cache API. They discuss size restrictions across different browsers, how tools like Riverside.fm leverage IndexedDB, and walk through code examples for creating, retrieving, and managing cached audio data.

    Show Notes

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott:X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    782: The Developer’s Guide To Fonts with Stephen Nixon

    782: The Developer’s Guide To Fonts with Stephen Nixon

    Scott and CJ are joined by Stephen Nixon of ArrowType to delve into the world of fonts and type for developers. They explore the intricacies of font creation, the utility of variable fonts, and offer tips for making visually appealing typography on the web.

    Show Notes

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott:X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    781: Potluck - The Value of TypeScript × Vue vs Svelte × Leetcode

    781: Potluck - The Value of TypeScript × Vue vs Svelte × Leetcode

    In this potluck episode of Syntax, Scott and CJ serve up a variety of community questions, from the nuances of beginner vs. advanced TypeScript to the pros and cons of SvelteKit. They also discuss falling out of love with React, shipping private packages via NPM, and the eternal struggle of always starting but never finishing projects.

    Show Notes

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott:X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    Related Episodes

    UI Elements - Basics, Best Practice, and Built Ins

    UI Elements - Basics, Best Practice, and Built Ins

    In this episode of Syntax, Wes and Scott talk about UI elements and best practices with UI elements, as well as UI elements that exist in browsers.

    Show Notes

    ××× SIIIIICK ××× PIIIICKS ×××

    Shameless Plugs

    Tweet us your tasty treats

    2021 In Review

    2021 In Review

    In this episode of Syntax, Scott and Wes review their predictions and highlights for 2021.

    .TECH Domains - Sponsor

    .TECH is taking the tech industry by storm. A domain that shows the world what you are all about! If you're looking for a domain name for your startup, portfolio, or your own project like we did with uses.tech, check out .tech Domains. Syntax listeners can snap their .TECH Domains at 80% off on five-year registration by visiting go.tech/syntaxistech and using the coupon code "syntax5".

    Sentry - Sponsor

    If you want to know what’s happening with your code, track errors and monitor performance with Sentry. Sentry’s Application Monitoring platform helps developers see performance issues, fix errors faster, and optimize their code health. Cut your time on error resolution from hours to minutes. It works with any language and integrates with dozens of other services. Syntax listeners new to Sentry can get two months for free by visiting Sentry.io and using the coupon code TASTYTREAT during sign up.

    Mux - Sponsor

    Mux Video is an API-first platform that makes it easy for any developer to build beautiful video. Powered by data and designed by video experts, your video will work perfectly on every device, every time. Mux Video handles storage, encoding, and delivery so you can focus on building your product. Live streaming is just as easy and Mux will scale with you as you grow, whether you're serving a few dozen streams or a few million. Visit mux.com/syntax.

    Show Notes

    ××× SIIIIICK ××× PIIIICKS ×××

    Shameless Plugs

    Tweet us your tasty treats

    Career Foundry Coding Bootcamp Review

    Career Foundry Coding Bootcamp Review

    I invited 3 Career Foundry graduates on to talk about their experience at the coding bootcamp. It's a self-paced program. While they don't have instructors, it sounds like they have mentors and tutors to help you along the way. This is another coding bootcamp that offers a "job guarantee". We read some of the requirements they impose on students in order for the coding bootcamp to have to honor the job guarantee - completely unrealistic expectations.. Also, see you if you can find the easter egg in this episode I left in here. It’s not subtle.. Enjoy!

    Host & Guests:
    Don Hansen - https://www.linkedin.com/in/donthedeveloper
    Nicole Villa - https://www.linkedin.com/in/nicole-villa
    Hunter Evanoff - https://www.linkedin.com/in/hunterevanoff
    Teresa Loafman - https://www.linkedin.com/in/teresa-loafman

    ---------------------------------------------------

    🤝 Join our junior friendly developer community:
    https://discord.gg/donthedeveloper

    ❤️ If you find my content helpful, please consider supporting me on Patreon and get access to additional perks. Every little contribution helps me continue to do this full-time.
    https://www.patreon.com/donthedeveloper

    Goddamnit, Improve Your Customer Care

    Goddamnit, Improve Your Customer Care

    I’m going to go on a bit of a rant today, but I promise if you listen all the way to the end, you’re going to learn the number one way to improve your sales and repeat customers.

    Literally, the number one thing that has kept my clients coming back to me, referring me to their friends and contacts, and giving me great reviews.

    Want to know what that is?

    Of course you do!

    Listen to today's episode to find out.

    A191 - What are lead generation techniques to get me out of the feast and famine revenue cycle?

    A191 - What are lead generation techniques to get me out of the feast and famine revenue cycle?

    In the last 5 episodes I shared with you a course called Stop the Cycle where Curtis McHale and myself to be delivered to you on November 30th at 3:30 PM EST.

    A few people who have registered, jumped in and shared some feedback they had, well because we asked them what is it that they hope to get out of the course. What sparked you in deciding to join us. We want to make sure whoever joins us, gets the most value from it.

    This came by way of some feedback from one of those people.

    So with anything in business, it comes down to who you are, who you work with, and most importantly what’s working right now.

    The great thing about the Stop the Cycle course is that you will get 2 people’s point of view on running a business that is quite similar.

    What’s worked for me hasn’t for Curtis and vice versa.

    We are going to give you our best strategies and techniques that has landed us great work over the past decade, and still does to this very day.

    What I want you to do right now is to think about what’s working for you today.

    Also I want you to think about what is it about that lead generation strategy that you want to get away from? And why?

    Podcasting

    See for me, podcasting has been a great lead generation strategy for me. Ever since I started my business I found podcasting to be beneficial to me in a variety of different ways including widening my network and positioning myself in the market.

    Writing

    Curtis is a writer of several books and does a ton of writing very well. He gets paid to write for other companies and it also brings in clients to him as well. He does a lot of content marketing, writing specifically, well to be honest, hasn’t worked as well for me.

    Seeking out specific conversations

    Another tactic that I will dive deep on is jumping into highly specific conversations on Twitter and Facebook. By targeting certain keywords, I built a system to look for those keywords and then ping me in Slack when a tweet contained that keyword.

    This way it allowed me to be mindful of my time so that I can not be distracted for 20, 30, or 60 minutes down the social media rabbit hole.

    If my sales bot pings me in Slack, I can look at it in realtime or later even, and if it’s relevant, jump into that conversation and then get back to work.

    Time Management

    Curtis will dive into the time management since he’s much better at this than I. He has literally written the book on Analog Productivity. Curtis has built his business to work around his schedule and he’ll show you how to do this so that you actually have the time to market yourself.

    If you are wondering what else you are going to get out of this course is that you’ll get lead generation strategies. A huge benefit of this course is that you will get both of us and hear our takes on various strategies, how we approached them, and hear how different things worked for us.

    We both have families that we enjoy spending time with, businesses that are stable that support our families and afford us to enjoy the kind of lives we want.

    Stop the Cycle is the foundation of our businesses.

    -------------------
    👉 For full show notes to this episode & more resources for you.
    -------------------