Logo

    Potluck EP × Remote Work × Headless WordPress × Good Client Questions × Alternate Careers × React API Credentials

    enJuly 04, 2018
    What features did Scott add to his project recently?
    How does position sticky behave in unsupported browsers?
    What is the functionality of the Level 1 Electron app?
    What reasons for job changes did the hosts discuss?
    What benefits come from becoming a Level Up Pro member?

    Podcast Summary

    • Personal updates and new featuresScott shared his excitement about pushing new features to his project and going mountain biking, while Wes discussed his upcoming vacation and the addition of new features to the Syntax website. They also mentioned the support for position sticky and its fallback, and the open-source nature of their project with recent listener contributions.

      Scott and Wes, the hosts of the Syntax podcast, shared their recent experiences and updates in their personal lives and work. Scott discussed his excitement about pushing new features to his project and his recent mountain biking adventure, while Wes talked about his upcoming vacation and the addition of new features to the Syntax website. They also mentioned the support for position sticky in various browsers and its fallback to position relative when not supported. The podcast episode was sponsored by CoffeeCups CSS Grid Builder and FreshBooks Cloud Accounting. Additionally, they mentioned the open-source nature of the Syntax website and the recent contributions made by listeners. Overall, the conversation showcased the hosts' enthusiasm for their work and their appreciation for their listeners' contributions.

    • Job changes can raise concerns, but having good reasons helps mitigate thisSeeking better opportunities is valid, but changing jobs for trivial reasons can raise red flags. Explain reasons in interviews and present as a reliable employee.

      Job hopping every 6 months can be a concern for potential employers, but having good reasons and maintaining high skills can help mitigate this. The speakers in the discussion acknowledged that not all job changes are negative, and that seeking better opportunities is a valid reason for leaving a company. However, they advised against changing jobs for trivial reasons, as this could raise red flags. They emphasized the importance of being able to explain the reasons for job changes in interviews and presenting oneself as a reliable and committed employee. The speakers also acknowledged the changing landscape of employment, where loyalty to companies may not be as valued as it once was, and encouraged individuals to prioritize their own growth and development.

    • Setting up a productive remote workspaceA dedicated workspace, clear work hours, a wind-down period, and a prioritized to-do list can help maximize productivity while working remotely.

      Working remotely as a web developer offers great flexibility and cost savings, allowing individuals to live in various locations. However, to make the most of this setup, having a dedicated workspace is crucial for maintaining focus and productivity. Establishing clear on and off times also helps create a work-life balance. Lastly, incorporating a wind-down period before transitioning to personal responsibilities can improve overall well-being. Additionally, implementing a commute time with non-work activities can help prepare the mind for the workday. Creating a specific to-do list with prioritized tasks is also essential for staying focused and productive.

    • Maintaining focus and productivity while working from homeCreate a dedicated workspace, use apps to block distracting websites, plan for the next day, consider using WordPress as a headless CMS or hosting it traditionally, and take breaks to maintain mental discipline.

      Creating a conducive work environment while working from home goes beyond just having the right tools and technology. It also requires mental discipline and a change of scenery to maintain focus and productivity. The speaker shared their personal experience of using apps and software to block distracting websites, creating a dedicated workspace, and even working from a coffee shop to stay focused. They also emphasized the importance of having a clear to-do list and planning for the next day. However, they also warned against the potential stress of over-planning. Another important topic that came up was the decision between using WordPress as a headless CMS or hosting it traditionally. The speaker mentioned the potential pitfall of double hosting and the need to consider the trade-offs carefully. Overall, the conversation highlighted the importance of a holistic approach to working from home, encompassing both physical and mental aspects.

    • Custom front end hosting with headless WordPressWhile offering custom features, hosting a custom front end using a headless WordPress setup can be confusing for clients due to manual editing, loss of speed benefits, and need for double hosting and separate URLs.

      Hosting a custom front end using a headless WordPress setup comes with its own set of challenges. While it provides access to custom features, it can be confusing for clients who are used to the ease of plugins and WordPress's user-friendly interface. The disconnection between the front end and back end means manual editing and custom development, leading to a loss of some speed benefits. Additionally, the need for double hosting and managing separate URLs for the front end and back end can add complexity. It's crucial to communicate these complexities to clients and ensure they understand the custom nature of the project to avoid frustration and unexpected costs.

    • API security considerations when using in React appsRegister client-side domains, use server-side implementation, write your own API endpoints, include API keys, implement caching, and be aware of rate limits to secure API keys in React apps. Use CoffeeCup's CSS Grid Builder for visual CSS Grid layout creation and editing.

      When working with APIs in a React application, it's important to consider the security of your API keys. Some APIs allow you to use the key directly in the client-side JavaScript, while others require server-side implementation. In the case of client-side usage, make sure to register the domain names where the API key will be used. For server-side usage, write your own API endpoint and include the API key there, possibly implementing caching to limit requests. This helps prevent unauthorized access and misuse of your API key. Additionally, always be aware of API rate limits and adjust accordingly. We also discussed CoffeeCup's CSS Grid Builder, a free tool for creating and editing CSS Grid layouts, which can be exported to code and imported into websites. It's a visual and effective way to build responsive websites using CSS Grid.

    • Implement security measures and monitor performanceRegularly implement security measures like API keys, CSRF tokens, and rate limiting, and use tools for performance monitoring and testing to maintain optimal security and performance in production.

      Maintaining the security and performance of an app or website in production is crucial. To ensure security, implement measures like API keys, cross origin resource sharing URLs, rate limiting, and CSRF tokens. For performance monitoring, use tools like Uptime Robot to check site availability regularly and receive notifications if it goes down. Additionally, consider using performance testing tools and setting up monitoring dashboards to identify and address performance issues proactively. Regularly reviewing server logs and implementing continuous integration and continuous delivery practices can also help in maintaining optimal performance. Overall, staying informed about the latest security and performance best practices and implementing them promptly is essential for keeping your app or website running smoothly and securely.

    • Monitoring website performanceCheck performance tabs in dev tools, use monitoring services, and optimize databases for improved query performance.

      Regularly monitoring and optimizing website performance is crucial for ensuring a good user experience. The speaker shared his personal practices, such as checking performance tabs in dev tools across different browsers and using services like Apollo engine and Meteor Galaxy for monitoring and identifying slow queries or issues. He also recommended tools like New Relic, Pingdom, and Sentry for more automated and comprehensive performance monitoring. Indexing databases to keep frequently searched data in memory was also mentioned as an effective way to improve query performance. Overall, the speaker emphasized the importance of having a clear understanding of what's happening in your codebase and taking steps to address any performance issues that arise.

    • Indexing and Canvas: Efficient Data ProcessingEffective indexing and Canvas usage can enhance website functionality and user experience by improving query performance and enabling dynamic image processing.

      Indexing can significantly improve query performance in databases, but it comes with a cost. Indexing every single item in a large database would take a long time and require a lot of memory and processing power. Instead, it's more efficient to index only the necessary data. Canvas, an HTML element used for drawing and image processing, is still in use despite the hype around HTML5 dying down. It's a useful utility for creating images dynamically or performing image processing in the browser. For example, converting a frame of a video into a JPEG or creating a favicon that displays the currently pressed keycode. Overall, understanding when and how to use indexing and Canvas effectively can lead to improved website functionality and user experience.

    • Exploring Canvas API for dynamic graphics and FreshBooks for simplified accountingCanvas API streamlines dynamic graphics creation, while FreshBooks simplifies accounting management for businesses

      JavaScript's Canvas API offers a flexible and powerful solution for handling dynamic graphics and visual effects on websites. This was exemplified during the discussion when it was revealed that using Canvas allowed for the efficient creation of custom number keys, rather than the laborious process of creating hundreds of separate image files. The speaker also highlighted the use of Canvas in creating dynamic backgrounds and visual effects, as well as its role in more advanced applications like 3D processing with libraries such as 3 JS. Another key point from the conversation was the mention of FreshBooks, a small business accounting software that simplifies the often tedious process of managing finances for businesses. The speaker shared their personal experience using FreshBooks for over a decade and praised its user-friendly interface and features, such as automatic expense tracking and currency management. One common challenge faced by developers was also addressed, with the speaker sharing their experience of dealing with analysis paralysis - the tendency to get bogged down in choosing the "right" libraries and following "best practices" to the point where development is halted. They advised against spending too much time at the beginning of a project making decisions and instead encouraged starting and making adjustments as needed.

    • Embrace change and learn as you goFocus on starting and learning, not on choosing the absolute best solution, as things will change anyway. Be open to new experiences and technologies.

      It's natural and expected to adapt and change technologies throughout your career. The speaker is an experienced developer who has made numerous changes to the tech stack of his sites over time. He emphasizes that it's not necessary to choose the absolute best solution right now, as things will change anyway. Instead, focus on getting started and learning as you go. He also mentions that the choice of technology likely will not significantly impact the success of a business. The speaker is open to trying new things and even imagines a career change. He shares his childhood experiences of selling pears and buying and selling bicycles, which reflect his natural inclination towards finding value in things and selling them for a profit. In essence, the key takeaway is to embrace change, focus on the present, and be open to new experiences.

    • Entrepreneurial Spirit and Creative PursuitsThe speaker's passion for finding opportunities to buy and sell products, along with his diverse interests in music, audio production, snowboard instruction, and DJing, highlight his entrepreneurial spirit and creativity.

      The speaker has a knack for finding opportunities to buy and sell products at a profit, whether it's used cell phones, blackberries, or stickers. He enjoys the process of sourcing, designing, and selling these products. The speaker also expressed an interest in various creative pursuits, such as DJing, turntablism, and even snowboard instruction. He revealed his passion for music, audio production, and being outside. When asked about what he would do if he had infinite money, he mentioned developing a video game as his dream project. Overall, the speaker's conversation showcased his entrepreneurial spirit, creativity, and diverse interests.

    • Understanding project scope and effective communicationAsking specific questions about budget, communication methods, and end goal helps ensure project alignment and successful outcome.

      Effective communication and understanding project scope are crucial elements for freelance developers when taking on a new project. The speaker shared his experience with an old game called Cross Country Canada, which involved hitchhiking and getting robbed instead of dying from diseases like in Oregon Trail. He then transitioned into discussing the importance of asking clients specific questions before starting a project. These questions include budget, preferred communication methods, and the end goal of the project. Understanding the client's business model and end goal is essential to ensure that the project aligns with their needs and that the developer can effectively deliver a solution that meets their objectives. Effective communication and project scope definition can help prevent misunderstandings and ensure a successful project outcome.

    • Asking the right questions for successful web development projectsEffective communication between web developers and clients is vital. Asking questions to clarify needs, technical terms, and potential add-ons can lead to successful projects. Being transparent and collaborative builds strong relationships. Being aware of clients' assumptions and offering solutions can lead to increased revenue.

      Effective communication between a web developer and their client is crucial for creating a successful website. This means asking the right questions to understand the client's specific needs, such as whether they require a marketplace, inventory management, or just a simple image gallery. It's also important to clarify technical terms and potential add-ons like logos or branding. By asking as many questions as possible, a web developer can ensure they deliver a product that meets the client's expectations and helps them avoid potential disagreements or misunderstandings. Additionally, being transparent and collaborative throughout the process is essential for building a strong working relationship and ultimately, a successful project. Another key point from the discussion is the importance of being aware of clients' assumptions and potential upsell opportunities. For instance, clients may not realize that a logo is an additional cost or that they need a responsive design. As a web developer, being proactive in addressing these potential issues and offering solutions can lead to increased revenue and a more comprehensive service offering. Lastly, the speaker shared some recommendations for inspiring websites and resources, including Good Hertz, a company that creates innovative audio plugins, and the book "Anything You Want" by Derek Sivers, which offers valuable insights for entrepreneurs.

    • Embrace opportunities that excite you, not just for profitFocus on opportunities that bring joy and fulfillment, not just profit, and use platforms like Audible for convenient and cost-effective learning.

      Running a business should be about creating a life you enjoy, rather than just making a profit. Derek Sivers, the founder of CD Baby for independent artists, emphasizes this perspective. He encourages saying "hell yeah" to opportunities that truly excite you and "no" to the rest. This approach can help simplify decisions and reduce stress. Additionally, using an audiobook platform like Audible can make consuming educational content more convenient and cost-effective. It allows you to listen to books at your own pace and even request refunds if you don't find the content valuable. The subscription model can save you money compared to buying books individually. My courses are currently on sale, and I encourage you to brush up on Express, Express Middleware, ES 6, sync await, and React before my advanced React course, which will cover these topics. Remember, the goal of running a business should be to create a fulfilling life, not just to work endlessly. Embrace the "hell yeah" opportunities and make the most of your learning journey.

    • Learn to build a cross-platform journaling app with React, create React app, and JavaScriptCreate, edit, and save markdown files with a functional alternative to Ulysses using Level 1 Electron, a new and improved series by Level Up Tutorials. Access a fully working interface with auto-save, change between files, and styled components. Purchase with a limited-time sale offer or become a Level Up Pro member for all series.

      The Electron series by Level Up Tutorials, which is now called Level 1 Electron, is a new and improved cross-platform markdown editor built using React, create React app, and JavaScript. This journaling app allows users to create, edit, and save markdown files, making it a functional alternative to popular journaling apps like Ulysses. The application also includes features like auto-save, change between files, and a fully working interface using styled components. The Level 1 Electron series is available for purchase on leveluptutorials.com/forward/store, and it comes with a limited-time sale offer. By becoming a Level Up Pro member, you can access not only this series but also all other series offered by Level Up Tutorials. The application is fully functional and can be turned into a real tool for journaling or note-taking. So, if you're interested in learning React, Node, and building a cross-platform application, check out Level 1 Electron. It's a valuable learning experience that results in a functional and useful application.

    Recent Episodes from Syntax - Tasty Web Development Treats

    817: You Need These 30 Apps - PART 1

    817: You Need These 30 Apps - PART 1

    Scott and Wes kick off part 1 of a 2-part series, breaking down 30 must-have apps for web developers and productivity enthusiasts. From file management tools to media utilities, they cover everything you need to supercharge your workflow.

    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

    816: Why Your CSS Sucks

    816: Why Your CSS Sucks

    Scott and Wes break down why your CSS might suck—from misusing specificity to not leveraging CSS variables. Tune in as they dive into common pitfalls that are making your stylesheets a hot mess.

    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

    815: Deno 2 with Ryan Dahl

    815: Deno 2 with Ryan Dahl

    In this episode of Syntax, Wes and Scott talk with Ryan Dahl about Deno 2.0, its new features and use of web standards, and how it seamlessly integrates with popular frameworks like Next.js. Ryan shares insights on the motivations behind Deno’s creation, its emphasis on simplicity and security, and offers his take on the evolving JavaScript ecosystem.

    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

    814: Fundamentals: HTML

    814: Fundamentals: HTML

    In this episode of Syntax, Wes and Scott talk about HTML fundamentals — from basic structure and semantics to practical tips for better accessibility and SEO. They also discuss the difference between block and inline elements, form functionalities, HTML5 elements like dialog and canvas, and more.

    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

    813: CSS: Scroll Driven Animations

    813: CSS: Scroll Driven Animations

    In this episode of Syntax, Wes and Scott talk about CSS’ new scroll-driven animations, its implementation, uses, and potential pitfalls. They also discuss animation-timeline and animation-range, and how they can be utilized to control animations based on scroll positions.

    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

    812: CSS 4, 5, and 6! With Google’s Una and Adam

    812: CSS 4, 5, and 6! With Google’s Una and Adam

    In this episode of Syntax, Wes and Scott talk with Una Kravetz and Adam Argyle from Google Chrome about the evolution of CSS, new features, and the push toward more advanced UI capabilities on the web. They discuss the introduction of CSS versioning, exciting new properties like text-box-trim, state queries, and scroll state functionalities, select, and more!

    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

    How To Stay Up To Date with Daily.dev’s Francesco Ciulla

    How To Stay Up To Date with Daily.dev’s Francesco Ciulla

    In this episode of Syntax, Scott and Wes talk with Daily.dev’s Francesco Ciulla about the platform's history, community features, and significant growth. They dive into the core ideas behind daily.dev, including its personalized feed for developers, new features like squads, community contributions, and tech stack. Francesco also shares his passion for Rust, and highlights the importance of content creation in the ever-evolving tech landscape.

    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

    808: The Future of JavaScript Frameworks × Building Auth × DB Design Tips, and more!

    808: The Future of JavaScript Frameworks × Building Auth × DB Design Tips, and more!

    In this potluck episode of Syntax, Wes and Scott answer your questions about the future of JavaScript frameworks, building custom authentication systems, limiting API access, using Caddy server proxy for local development, component props in JSX, structuring a relational database, and more!

    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

    2020 Recap and 2021 Anticipation

    2020 Recap and 2021 Anticipation

    In this year's final episode, we look back over 2020, discussing product highlights, our team’s learnings and achievements, and what we are looking forward to in 2021. Today's guest is Randy Wong. Principal PM Manager, responsible for customer success, sharing, and collaboration. OneDrive played a critical role for customers all over the world this year in essential jobs in governments, schools, pharmaceutical companies and more. We also share other important learning lessons from this year, including our focus on empathy, health, gratitude, and Jason's "No Meetings Friday" policy.

    View the transcript. 

    Favorite holiday movies: Home Alone, Elf, Wonder Woman 1984, Die Hard, Scrooged

    Resources and Info Links:

    OneDrive | Twitter | OneDrive Community Blog | UserVoice

    Ankita Kirti | Twitter [co-host]

    Jason Moore | Twitter [co-host]

    Randy Wong | LinkedIn [guest]

    OneDrive Tech Community Blog

    OneDrive Webinars

    Microsoft Docs - The home for Microsoft documentation for end users, developers, and IT professionals. 

    Microsoft Tech Community Home

    Stay on top of Office 365 changes

    Relay FM is a podcast network for the technically creative, curious, and maybe even a little obsessive. 

    Subscribe to Sync Up at aka.ms/syncup or wherever you get your podcasts.

    Listen and subscribe to other Microsoft podcasts at aka.ms/microsoft/podcasts.

     

    Potluck - Dev Culture Fit × Slack Communities × Vanilla JS × Backpacks × Raspberry Pi × More!

    Potluck - Dev Culture Fit × Slack Communities × Vanilla JS × Backpacks × Raspberry Pi × More!

    It’s another potluck! In this episode, Scott and Wes answer your questions about dev culture fit, Slack communities, vanilla Javascript, backpacks, Raspberry Pi, beards, and more!

    .TECH Domains - Sponsor

    If you need eyes on your project, you’ll need a domain, and .TECH is perfect for representing your brand. Find out if your .TECH domain is available at go.tech/syntax2020. Use the coupon code Syntax2020 and get 90% off 1- 5- and 10-year domain names.

    Netlify - Sponsor

    Netlify is the best way to deploy and host a front-end website. All the features developers need right out of the box: Global CDN, Continuous Deployment, one click HTTPS and more. Hit up netlify.com/syntax for more info.

    Show Notes

    3:10 - Q: Recently I took a job as a lead dev doing the exact kind of work I’ve always wanted to do. But after the first week, I really hate it. I feel like I don’t fit in and I’m seeing many red flags. There are no processes and there doesn’t seem to be any real excitement around what we are building. What should I do? Do I suck it up for a while? Or do I start looking for something else, potentially taking a pay cut (and moving back into doing web dev as opposed to building apps) to work at another creative agency with people who are more my jam?

    10:32 - Does Syntax have a Discord or Slack community channel to collaborate on topics?

    12:00 - What is one thing that really annoys you about Javascript? I’m curious if you could change one thing about the language itself, what would it be?

    15:08 - Have you tried Fauna DB?

    19:13 - What are your thoughts on including tutorial projects in a portfolio? (For example, putting the Sick Fits site from Wes’ Advanced React course in a portfolio.) I’m relatively new to React and have a couple of my own projects, but a bunch of projects from following a course.

    23:58 - A site you’re maintaining is hacked, how do you handle fixing it?

    30:28 - My bookmarks are overwhelming! I just started learning web dev and even though I sort my bookmarks into folders, I end up with so much that I don’t even know how to use them. What do you guys do for managing bookmarks on browsers?

    34:15 - How would you recommend integrating React and other modern JS frameworks into (more or less) “static” or “brochure” websites? Say for instance I have a banking website that has mostly static content, but also has complicated JS pieces such as calculators, location finders and sign-up forms? I currently reach for jQuery & jQuery plugins for these pieces of functionality, but React and Vue sound like they could also help solve these one-off pieces of functionality. Most tutorials and examples are based on creating apps from the ground up, but what if you only want to sprinkle these frameworks in and only use them where JS is necessary? How might the both of you solve for these scenarios?

    38:00 - I was wondering whether you could share which backpack, or bag do you use for carrying your laptops? I’m looking for something that would be useful for carrying my 16" Macbook Pro, but also could hold some other stuff like groceries, clothes, or other various things that one may want to put there.

    41:50 - Do you write out a vanilla fetch() in your components that need it, or do you use a fetch “wrapper” written by yourself or someone else? If so, what does it look like?

    46:16 - Have you ever done any automation projects using a Raspberry Pi? I am trying my hand at remote access to the solar power setup at our ‘bach’ (pronounced ‘batch’) here in New Zealand, which is the same thing as a ‘cottage’ in Canada. Finding it hard to find good resources for this online as most get really technical really fast. My idea is to take the RS485 modbus data and just send it up to a DB every 5 minutes or so.

    51:38 - What do Wes and Scott think about beards and have you ever thought about growing one?

    Links

    ××× SIIIIICK ××× PIIIICKS ×××

    Shameless Plugs

    Tweet us your tasty treats!

    How Dashboard Analytics Bolster Security and Risk Management Insights Across IT Supply Chains

    How Dashboard Analytics Bolster Security and Risk Management Insights Across IT Supply Chains

    The next  BriefingsDirect security enhancement discussion examines how innovative managers are increasingly benefiting from interactive dashboard analytics. The resulting actionable knowledge elevates security situation awareness to the higher order value of overall business risk assessment and mitigation.

    Learn how Bruce Auto Group has gained such deep insights -- not only into how its distributed apps, systems, and data are secured, but also into the hidden risks that can develop across entire IT and data services supply chains.

    Subscribe to the podcast on iTunes. Read a full transcript or Download a copy. 

    Here to share his story on how to elevate IT security to a mission-critical value of comprehensive risk mitigation and overall business resiliency is Paul Jobson, Director of Marketing and IT Strategy at Bruce Auto Group in Wolfville, Nova Scotia, Canada. The discussion is moderated by Dana Gardner, Principal Analyst at Interarbor Solutions.

    Subscribe to the podcast on iTunes. Read a full transcript or Download a copy.  Sponsor: Bitdefender.

    It’s Official—Flexible and Remote Work are Here to Stay, Say Empowered Employees

    It’s Official—Flexible and Remote Work are Here to Stay, Say Empowered Employees

    The world’s office workers have more clout and influence now than ever over where and how they do their jobs. Those who have worked from home and want to continue are spurring on their employers to do more than just embrace hybrid work. They’re seeking to reinvent the very nature of employment.

    Subscribe to the podcast on iTunes. Read a full transcript or download a copy.

    Stay with BriefingsDirect as we explore new research into how innovations such as contingent labor exchanges and intelligent workspaces are changing the future of work forever.

    To learn more about how flexible work models are the new normal for workers and businesses alike, please welcome Andrew Bartolini, Founder and Chief Research Officer at Ardent Partners in Boston, and Tim Minahan, Executive Vice President of Business Strategy at Citrix, in Fort Lauderdale, Florida. The discussion is moderated by Dana Gardner, Principal Analyst at Interarbor Solutions.

    Subscribe to the podcast on iTunes. Read a full transcript or download a copy. Sponsor: Citrix.

    Defending the Perimeter Evolves into Securing the User Experience Bubble for UK Cancer Services Provider

    Defending the Perimeter Evolves into Securing the User Experience Bubble for UK Cancer Services Provider

    An underappreciated aspect of enhancing IT security is the impact on an end user’s comfort and trust in the services provided. In the case of health care services and support, making the patient feel welcome and safe can be a game-changer as they seek access to needed services and care. 

    The next BriefingsDirect security innovations discussion examines how Macmillan Cancer Support in the United Kingdom (UK) places the ease of use and sense of security in the services provided as a top IT -- and community service -- requirement.

    Subscribe to the podcast on iTunes. Read a full transcript or download a copy.

    Here to share their story on how to develop and deliver a cloud-ready security bubble around all users, their activities, and the sensitive data they share is our guest, Tim O’Neill, Head of Information Security at Macmillan Cancer Support in London. The interview is moderated by  Dana Gardner, Principal Analyst at Interarbor Solutions.

    Subscribe to the podcast on iTunes. Read a full transcript or download a copy. Sponsor: Bitdefender.