Logo
    Search

    Potluck - Sass × Houdini × No JS? × Solid Project × First Dev Job Tips × Bartering × DRM × Dev Laptops × Databases × Frontity × More!

    enSeptember 08, 2021

    Podcast Summary

    • Discussing summer break and sponsors, sharing personal experiences, and exploring SaaS and SCSS use casesThe hosts discuss their personal experiences during summer break and share insights on using Sass for CSS development, offering benefits like easier nesting and variables for efficient coding. SaaS and SCSS have different use cases, and the choice depends on project requirements and developer preference.

      During this episode of Syntax, the hosts discuss their upcoming summer break and share some personal experiences. They also introduce three sponsors: Linode, Sentry, and Auth0. The hosts share their experiences of leaving their children for the first time and how they were pleasantly surprised by their children's ability to adapt. They also talk about upcoming changes, including a move to a new house and studio. Regarding the technical topic of the episode, a question was asked about the use cases for SaaS (Software as a Service) and SCSS (Sass, a CSS preprocessor) in 2021. The hosts discuss their experiences with Sass in their projects and how it can offer benefits such as easier nesting and variables, making development more efficient. They also mention that CSS and post-CSS can cover most use cases, but the choice between them depends on the specific project requirements and the developer's preference. The hosts also mention that they use CSS variables extensively but cannot use them in media queries, which is a small use case for Sass variables. Overall, the episode covers both personal experiences and technical topics, providing insights and tips for developers.

    • Exploring Sass and CSS Houdini for CSS DevelopmentSass offers useful features for CSS development, but avoid heavy frameworks. CSS Houdini is an exciting API, but it's not fully implemented yet.

      Sass, though not as trendy as some newer technologies, remains a reliable and useful tool for CSS development. Its features like nesting and automatic BEM generation continue to make it a valuable asset. However, it's important to avoid over-reliance on heavy frameworks and keep refactoring in mind. As for CSS Houdini, it's an exciting web API that allows writing custom CSS with JavaScript access to APIs like Paint, Layout, and Animation. While progress has been made in Chrome, Edge, Opera, and Samsung, Firefox and Safari still have a way to go. The spec is not yet complete, and there's a lot of underlying work to be done before it can be fully implemented. So, while we wait, it's worth keeping an eye on IsHoudiniReadyYet.com for updates.

    • Building projects without JavaScript and benefits of progressive enhancementEnsure websites function without JavaScript, use tools like server-side rendering and hydration for progressive enhancement.

      While JavaScript plays a crucial role in enhancing user experience on websites, it's important to ensure that the site functions properly without it. The discussion highlighted the experience of building projects without JavaScript and the benefits of using tools that allow progressive enhancement, such as server-side rendering and hydration. Additionally, the Solid project was introduced as an intriguing solution for web developers to own and control their data, potentially reducing the need for storing and managing large amounts of data in the cloud. However, the success of such a solution would depend on its ease of use and integration.

    • Modern tools and practices for developersUsing modern tools like Square, Sentry, and being helpful can simplify processes, improve security, and enhance productivity for developers.

      Using modern tools and practices can simplify processes, improve security, and enhance productivity. This was evident in the discussion about the importance of not storing sensitive customer information and the convenience of using tools like Square for transactions. Another modern tool mentioned was Sentry, which not only handles errors and exceptions but also provides performance tracking metrics to optimize website speed. For beginners starting their first developer job, being helpful and a quick learner are essential practices to lay a foundation for a successful career. These are just a few of the valuable insights shared during the podcast discussion.

    • Be a good team player and learn from colleaguesFocus on learning and growing as a developer, ask questions, and respect ongoing projects.

      Starting your career as a developer involves being a good team player, learning from experienced colleagues, and respecting the context of ongoing projects. Don't try to argue or change things unnecessarily, especially as a junior developer. Instead, be hungry to learn, ask questions, and absorb knowledge. Regarding bartering skills for goods or services, it can be an interesting concept but may not always be practical or efficient. Instead, focus on building your career and expertise through formal channels. The speaker shared an experience of trading a patio installation for their services, but they acknowledged that such opportunities might not come up frequently. Overall, the key is to stay focused on learning and growing as a developer.

    • DRM: A Necessary Evil for Content ProtectionDRM is essential for major studios and content providers to protect their intellectual property. It ensures user access to content while preventing unauthorized usage.

      Digital rights management (DRM) is a necessary evil in the world of content protection for major studios and content providers. While some may argue against it, the reality is that these entities invest significant resources into producing content, and they will not make it readily available for free. DRM ensures that their intellectual property is protected, and it's here to stay. However, the implementation of DRM should not be invasive and ruin the user experience. In a smaller context, collaborative projects can be successful without a formal contract, but as projects grow in size and complexity, a clear agreement and a common denominator like money become essential. For instance, a small website fix can be done through a wine-bottle barter system, but a massive website project requires a more formal approach. Regarding Widevine DRM, it's a leading content protection solution used by major streaming services like Disney, Warner Brothers, Netflix, and Hulu. Its lack of compatibility with Linux is a limitation that can be frustrating for users, but it's a necessary measure to protect content. Ultimately, it's important to understand the rationale behind DRM and focus on finding ways to work with it rather than against it.

    • Impact of DRM on user experienceDRM can negatively impact user experience with content expiration and internet requirement. Use Auth0 for secure authentication and authorization to enhance user experience

      While Digital Rights Management (DRM) can provide security and authentication for products, it can also negatively impact the user experience. The speaker shared examples of DRM causing frustration, such as content expiring or requiring an internet connection, which can make the product worse for the user. The speaker also highlighted the importance of secure authentication and authorization for applications, and recommended using a service like Auth0 to handle these tasks. Auth0 provides features like social login, customizable login pages, SDKs for various frameworks, user management with roles and permissions, and multi-factor authentication. The speaker also mentioned the complexity of implementing biometric authentication and how Auth0 can simplify this process. Overall, the speaker emphasized the importance of balancing security with a positive user experience.

    • DIY Linux Laptop for Web Developers: Customizable and UpgradeableA new DIY laptop for web developers runs Linux and offers easy upgrades and replaceable components, but challenges include soldered components and potential Linux bugs.

      The concept of a DIY, high-end, upgradeable laptop running Linux is an intriguing development for web development. This laptop, which resembles a MacBook Pro, promises easy upgrades and replaceable components. However, its success may face challenges due to the increasing use of soldered components in computers, which can make them faster but less repairable. Some users, particularly those coming from a Mac background, may also find the Linux operating system less polished, with potential bugs and compatibility issues. On the other hand, tools like Prisma, which offer support for databases like MongoDB, can make querying and aggregating data much easier and faster, improving overall productivity for web development projects. Overall, these developments reflect the ongoing tension between the desire for customizability and the pursuit of speed and efficiency in technology.

    • Simplifying database work with PrismaPrisma is a framework that simplifies MongoDB interactions, handles translations, and addresses issues like n+1 problem. It also offers built-in migrations and GraphQL support.

      While working with databases, especially MongoDB, can be tricky and come with its own challenges, such as writing complex aggregations and dealing with migrations. Prisma, a framework that supports MongoDB, aims to simplify the experience by handling translations to MongoDB and addressing issues like the n+1 problem. However, it may not eliminate the need for custom aggregations in certain situations. The speaker also expressed a desire for a more solid database structure, especially in larger projects, and mentioned that they would consider using Prisma for future projects due to its built-in migrations and GraphQL support. Regarding the use of GraphQL and Svelte in TypeScript, the speaker mentioned that they currently use GraphQL Cogent and Apollo in their project but that the development experience with Svelte and GraphQL might differ with SvelteKit. Overall, the conversation touched on the challenges of working with databases and the potential benefits of using frameworks like Prisma to simplify the process.

    • Using Cogent for handling data in Svelte is more streamlined compared to React hooksSvelte simplifies data handling with Cogent by eliminating the need for hooks and providing both async and observable functions for flexibility.

      The speaker found the experience of using Cogent, a GraphQL codegen for Svelte, to be more streamlined and easier compared to using hooks in React for handling data. In Svelte, instead of importing and using a hook to create a function, you can directly import and use a function. This simplifies the process and eliminates the need for additional steps. Additionally, Cogent provides both an async and observable version of the function, allowing for flexibility in handling data on the client or server side. The speaker also mentioned that they have moved away from using Apollo cache in Svelte, as they can update Svelte stores directly and don't need to worry about loading screens or other complexities. Overall, the speaker found that Svelte simplifies the development process and eliminates unnecessary complications. However, they have not evaluated Froniti, a tool for using React with WordPress, and cannot provide thoughts on it.

    • Comparing Frontity, Gatsby, Next.js, and WebpackFrontity offers a more WordPress-focused approach while faster tools like Vite, Parcel, and esbuild gain popularity, the future of Webpack is uncertain but these tools cater to different developer preferences and project needs.

      Frontity, a new WordPress framework using React, offers a more WordPress-focused and batteries-included approach compared to tools like Gatsby or Next.js. This could be appealing to WordPress developers who prefer fewer concepts to learn and minimal configuration. However, the dominator in the discussion expressed a preference for faster tools like Vite, Parcel, and esbuild, which have gained popularity due to their significant speed improvements over Webpack. The future of Webpack remains uncertain, as it may shift towards being an under-the-hood tool, with create React app, Next.js, and Gatsby already incorporating it. Ultimately, the choice between tools depends on individual preferences and project requirements.

    • Appreciating advancements in web development and addressing MacBook Pro performance issuesWeb development has come a long way, with fewer configs needed and exciting future possibilities. MacBook Pro users can use Hot to monitor CPU temperature and usage for performance troubleshooting.

      The current state of technology, specifically in the realm of web development, is a vast improvement from the past due to the abundance of options and fast-paced competition. During a recent episode of Syntax, the hosts expressed their gratitude for not having to write webpack configs anymore and shared their excitement for the future. They also highlighted their sponsor Linode, a cloud computing hosting service offering various solutions beyond Linux servers. A significant issue discussed was the MacBook Pro's CPU throttling, causing audio issues and slowdowns. To address this, the hosts recommended an app called Hot, which displays the CPU temperature and capacity usage. Understanding this information can help determine whether performance issues stem from the CPU or excessive processes. In a lighter note, the hosts shared their "sick picks," including a free app called Hot and a silicone mat used under bowls to prevent spills and protect surfaces. The mat's versatility extends to electronics work and potentially even soldering.

    • Protecting floors during soldering with a waterproof matUse a waterproof mat, like a silicone one designed for pets, to protect floors during soldering. Check out Wes's courses on web development at westboss.com/courses, using coupon code 'syntax' for a discount.

      Wes mentioned the importance of having a waterproof mat for protecting floors during soldering, and he recommended a silicone mat designed for pets. He also announced his new web components course on Level Up Tutorials, emphasizing its foundational nature and affordability for beginners. Wes encouraged listeners to check out his courses on web development, offering a discount for annual subscriptions or team sign-ups at westboss.com/courses, using the coupon code "syntax" for a $10 discount. Wes expressed his gratitude to Level Up Tutorials for sponsoring the podcast. He hinted at potential future changes to the show, such as new bumpers, but made no firm commitments. Listeners can find the full archive of Syntax.fm episodes at syntax.fm.

    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

    Tech News (May 7th)

    Tech News EP 2

    Tech News EP 2
    Tech News from Tech_Uncensored http://sample.com/podcasts/unknown/index.html en-us ℗ 2018 Tech_Uncensored Going through technology news in a few minutes News for the software developers uncensored@uncensored.tech Episode 2 Tech_Uncensored News for all the Software Developers


    News for all the software developers


    Episode 2 hard link

    Todays episode links for more info

    google stopping url service

    Facebook thieves

    IOS PWA's

    cloudflare 1111

    Tech News (WEEKLY 6-4-2018)

    Tech News (WEEKLY 6-4-2018)
    Please follow Tech_Uncensored:
    IG: tech_uncensored
    Twitter: tech_uncensored
    FB:  /techuncensored
    Now ONE new episode every week!

    Topics in this week's episode (copy/paste links)

    Tech_News (5/2/2018)

    Tech_News (5/2/2018)
    Face Book news by TRUST?

    Facebook CLEAR HISTORY (Post at bottom)

    Facebook Dating APP?

    Youtube getting $$ for ads that promote kids to cheat in school??

    Jupyter receives ACM award!

    Jupyter site

    ivelope

    GraphQL learning with JSON

    GCC 8.1 released!

    gVisor released from Google

    Digital Ocean introduces Kubernetes product

    Learn how to stand out as a web-dev

    Mysterious CABINETS?

    Tech_Uncensored now on iTunes!


    (From FB Mark Zuckerberg...)

    --Today at our F8 conference I'm going to discuss a new privacy control we're building called "Clear History".
    In your web browser, you have a simple way to clear your cookies and history. The idea is a lot of sites need cookies to work, but you should still be able to flush your history whenever you want. We're building a version of this for Facebook too. It will be a simple control to clear your browsing history on Facebook -- what you've clicked on, websites you've visited, and so on.
    We're starting with something a lot of people have asked about recently: the information we see from websites and apps that use Facebook's ads and analytics tools.
    Once we roll out this update, you'll be able to see information about the apps and websites you've interacted with, and you'll be able to clear this information from your account. You'll even be able to turn off having this information stored with your account.
    To be clear, when you clear your cookies in your browser, it can make parts of your experience worse. You may have to sign back in to every website, and you may have to reconfigure things. The same will be true here. Your Facebook won't be as good while it relearns your preferences.
    But after going through our systems, this is an example of the kind of control we think you should have. It's something privacy advocates have been asking for -- and we will work with them to make sure we get it right.
    One thing I learned from my experience testifying in Congress is that I didn't have clear enough answers to some of the questions about data. We're working to make sure these controls are clear, and we will have more to come soon.--