Logo
    Search

    Coding with the Open AI / Chat GPT API

    enMarch 27, 2023

    Podcast Summary

    • Exploring the OpenAI API with JavaScriptThe OpenAI API offers affordable AI functionality for developers, and Sentry.io helps diagnose and resolve website issues

      The OpenAI API is a powerful tool for developers to integrate artificial intelligence functionality into their projects, and it's becoming increasingly affordable due to recent updates. During this episode of Syntax, Wes, Barracuda, Boss, and Scott El Toro Loco discussed the basics of the OpenAI API and how to use it with JavaScript. Before diving into the OpenAI API, they took a moment to talk about their sponsor, Sentry.io. Sentry is a valuable tool for developers to diagnose and fix issues on their websites. Scott shared an experience where an uncaught error from an API caused his node process to crash, but with Sentry, he was able to quickly identify and resolve the issue. As they moved on to the OpenAI API, they mentioned that it's important to be mindful of costs since a single mistake could lead to unexpected expenses. However, recent updates have made it more affordable for developers to experiment with the technology. They provided an overview of what the OpenAI API is and how it can be used, with Wes leading the technical discussion. In summary, the OpenAI API offers an exciting opportunity for developers to incorporate AI functionality into their projects, and with recent updates, it's becoming more accessible and affordable. Sentry.io, on the other hand, is an essential tool for developers to diagnose and resolve issues on their websites, saving time and resources.

    • Exploring OpenAI's Affordable and User-Friendly APIOpenAI's API is now affordable, user-friendly, and easy to integrate with Axios for chat completion. Its straightforward methods and error messages simplify development.

      OpenAI's prices have become affordable, making it an accessible tool for developers to experiment with. The API is user-friendly, and using it involves signing up, obtaining an API key, and integrating it with Axios for easy implementation. OpenAI's API is straightforward, with methods for chat completion and simple error messages. It's refreshing to see an API that prioritizes ease of use by focusing on an API key for authentication, as opposed to complex OAuth processes. The API's integration with Axios also simplifies the development process. Overall, OpenAI's API is a streamlined and accessible solution for developers looking to add advanced language processing capabilities to their projects.

    • Cost-effective text processing with OpenAI's modelsOpenAI's text-based models offer affordable and efficient text processing, with a cost as low as 3 cents for a 25-minute podcast.

      OpenAI's text-based models, like GPT-3.5 Turbo, offer a cost-effective solution for processing text data. The cost is based on the number of tokens, which is roughly equivalent to 750 words per 1,000 tokens. With a price of $0.002 per 1,000 tokens, the cost for processing a 25-minute podcast is as low as 3 cents. However, the cost can increase depending on the size of the output. For instance, if you ask for a detailed summary or paraphrasing of a large text, the cost will be higher. The model's ability to process text makes it a valuable tool for various applications, including summarizing podcasts or generating bullet points from longer texts. However, for large-scale applications or businesses, the costs can add up. Overall, OpenAI's text-based models provide an affordable and efficient way to process text data.

    • Advanced language models becoming more affordablePrices of advanced language models are expected to decrease as technology evolves, but users may face unexpected costs and token limits.

      We're witnessing a trend towards more advanced and affordable language models, with Warp's new API being a recent addition to this landscape. These models, such as GitHub Copilot, offer significant assistance in coding and text generation but come with varying costs. The pricing for these models is not static and can change based on new releases, making it both an exciting and concerning prospect for users. The speaker noted that the cost of using these models, like GitHub Copilot, might be higher than anticipated, considering the amount of usage. However, they believe that the prices will continue to decrease as technology evolves and becomes more accessible to individual users. Additionally, the speaker mentioned the token limit on some models, which restricts the amount of text that can be processed at once. To work around this, users can employ summarization techniques, breaking down large chunks of text into smaller parts and summarizing them before passing them through the model. Overall, the conversation highlights the potential and affordability of advanced language models, with their prices expected to decrease as technology advances. However, the fluid nature of pricing and potential for new, expensive releases creates a balance of excitement and concern for users.

    • Understanding the costs of interacting with large language modelsInteracting with large language models like ChatGPT requires sending the entire context of the conversation, leading to increased token usage and costs. The models have a 'goldfish memory' and forget the conversation once the data is sent back, necessitating constant context sending.

      Interacting with large language models like ChatGPT comes with costs that go beyond just the monetary kind. Every interaction requires sending the entire context of the conversation, which can result in a significant increase in token usage. For instance, a 3¢ cost for a podcast summary might end up being 9¢ or 10¢ due to the model's need for the entire context to remember the conversation. The same applies to text-based interactions, where every follow-up question requires sending the entire transcript to provide context. This "goldfish memory" aspect of the model means that it forgets the conversation once the data is sent back, necessitating the constant sending of context. This was an interesting revelation for the speaker, who initially thought the model had some form of storage for content. Additionally, the popular myth about goldfish having a 5-second memory was debunked during the conversation. Another intriguing aspect discussed was the potential for fine-tuning these models with specific information, such as all transcripts, tweets, and show notes. While not currently possible with the latest models like GPT-3 and GPT-4, this feature could be a game-changer in the future. Overall, the conversation highlighted the importance of understanding the underlying mechanics of these models and the costs associated with interacting with them.

    • Exploring the Use of AI for Generating CSS Interview QuestionsAI, specifically OpenAI's chat completion API, can generate valuable CSS interview questions, streamlining the process and ensuring thorough technical evaluation.

      The use of AI, specifically OpenAI's chat completion API, can provide valuable assistance in generating questions for interviews, particularly in technical fields like CSS. During their discussion, the speakers explored the idea of training the AI on their podcast's back catalog, specifically the potluck episodes, to ask them questions. They generated a list of potential CSS-related questions for an interview, demonstrating the API's ability to create thoughtful and relevant queries. The speakers also discussed the different APIs offered by OpenAI, with the chat completion API being the most popular and versatile for their use case. They explained the process of using the API, which involves setting the system prompt, user prompt, and assistant's response. They also touched upon the text completion API, which functions similarly but returns text instead of a chat interface. The speakers' conversation showcased the potential of using AI to generate interview questions, streamlining the process and ensuring that candidates are thoroughly evaluated based on their technical knowledge. While the idea of a "robot stumped" version was also floated, the primary focus remained on the practical applications of integrating AI into their interview process.

    • Struggles of AI models with textAI models excel at visual data but struggle with text, limiting their usefulness in complex scenarios. Continued development is needed to enhance their ability to understand and manipulate text, especially in relation to audio files.

      AI models, such as the one used for generating image variations, are impressive in their ability to understand and manipulate visual data, but they still face limitations when it comes to handling text. The model discussed in the conversation could generate new images based on given ones, but it struggled with text, only producing random letters instead. Another AI model mentioned, Whisper, excels at speech-to-text conversion, but it doesn't include speaker detection, making it less useful for transcribing complex conversations. Figma, a design software, was praised for its ability to understand and manipulate text layers, which the AI models seem to struggle with. Otter.ai, a transcription service, was suggested as a workaround for speech-to-text and speaker identification, but it requires manual input of speaker names. A relatedness API was also mentioned as a potential solution for suggesting related content based on audio and text files, which could significantly enhance the user experience. Overall, the conversation highlighted the progress and potential of AI models in various applications, but also emphasized the challenges they face and the need for continued development to overcome limitations. The ability to fully understand and manipulate text, especially in relation to audio files, remains an important area for improvement.

    • Improvements and Alternatives to ChatGPTGPT 4 has a larger capacity but higher cost, libraries like Langchain can optimize and execute models, and ChatGPT has limitations, requiring fine-tuning and understanding for optimal results.

      While the larger capacity of GPT 4 (up to 8,000 tokens, expandable to 32,000) is an improvement, it comes with a higher cost per token. Additionally, there are libraries like Langchain, which can be used to optimize and execute machine learning models efficiently. Langchain, specifically, is a JavaScript library that interfaces with various machine learning frameworks and allows for functions like summarization. However, the summarization feature may require some prompt massaging to achieve desired results. Furthermore, ChatGPT has limitations, refusing to engage in certain topics like performance enhancing drugs or illegal activities. It's important to remember that while these tools can be helpful, they do require some fine-tuning and understanding to get the best results.

    • Potential benefits and challenges of using advanced AI systemsEnsure trustworthy and unbiased information from advanced AI systems like OpenAI, be mindful and responsible in their implementation.

      As we move forward, the use of advanced AI systems like OpenAI could lead to a significant increase in information dissemination and automation. However, it's crucial to ensure that the information being provided by these systems is trustworthy and unbiased. The speaker expressed concerns about potential misinformation and the need for careful consideration when using such systems. Additionally, he shared a practical tip for developers working with OpenAI, suggesting the creation of a function to save replies to a file for easier review. Overall, the conversation highlighted the potential benefits and challenges of using advanced AI systems, and the importance of being mindful and responsible in their implementation.

    Recent Episodes from Syntax - Tasty Web Development Treats

    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

    780: Cloud Storage: Bandwidth, Storage and BIG ZIPS

    780: Cloud Storage: Bandwidth, Storage and BIG ZIPS

    Today, Scott and Wes dive into cloud storage solutions—why you might need them, how they use them, and what you need to know about the big players, fees, and more.

    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

    779: Why SQLite is Taking Over with Brian Holt & Marco Bambini

    779: Why SQLite is Taking Over with Brian Holt & Marco Bambini

    Scott and CJ dive into the world of SQLite Cloud with special guests Brian Holt and Marco Bambini. They explore why SQLite is gaining traction, its unique features, and the misconceptions surrounding its use—let’s get into it!

    Show Notes

    • 00:00 Welcome to Syntax!
    • 01:20 Who is Brian Holt?
    • 02:26 Who is Marco Bambini?
    • 05:12 Why are people starting to talk so much about SQLite now?
    • 08:47 What makes SQLite special or interesting?
    • 09:46 What is a big misconception about SQLite?
    • 11:13 Installed by default in operating systems.
    • 12:03 A perception that SQLite is intended for single users.
    • 13:36 Convincing developers it’s a full-featured solution.
    • 15:11 What does SQLite do better than Postgres or MySQL?
    • 17:30 SQLite Cloud & local first features.
    • 20:38 Where does SQLite store the offline information?
    • 23:08 Are you typically reaching for ORMs?
    • 25:00 What is SQLite Cloud?
    • 27:29 What makes for an approachable software?
    • 29:18 What make SQLite cloud different from other hosted SQLite options?
    • 32:13 Is SQLite still evolving?
    • 34:40 What about branching?
    • 37:37 What is the GA timeline?
    • 40:04 How does SQLite actually work?
    • 41:19 Questions about security.
    • 44:28 But does it scale?
    • 45:52 Sick Picks + Shameless Plugs.

    Sick Picks

    Brian: Trainer Road
    Marco: Tennis

    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

    KI-Marathon, oder: Wie bleibe ich mit meinem Unternehmen up to date? - mit Jens Polomski

    KI-Marathon, oder: Wie bleibe ich mit meinem Unternehmen up to date? - mit Jens Polomski
    Seit ChatGPT den Mainstream erreicht hat, ist gerade mal ein Jahr vergangen. Seitdem hat sich in der KI-Welt eine Menge getan und das Tempo, in dem optimiert und erweitert wird, scheint erstmal nicht abzunehmen. Ist es überhaupt möglich, mit jedem Trend mitzuhalten? Oder ist FOMO vorprogrammiert? In der vierten Folge “Insight Talk” überlegen sich Digitale Vorreiter:innen Host Christoph Burseg und KI- und ChatGPT-Experte Jens Polomski gemeinsam, welchen Nutzen vor allem Unternehmen aus diesen rasanten Entwicklungen ziehen können. Wie fängt man überhaupt an, sich mit KI auseinanderzusetzen? Wie definiert man Needs und mögliche Anwendungsbereiche im eigenen Unternehmen? Braucht man eine KI-Strategie oder reicht ein gewisses Maß an Basiswissen erstmal aus? Wie viel Zeit sollte man idealerweise investieren, um auf dem aktuellen Stand zu bleiben? Und warum ist eine transparente Fehlerkultur hierbei so wichtig? Mit all diesen Fragen entwerfen die beiden in dieser Folge ein nützliches Framework, um nicht nur für Orientierung, sondern auch Inspiration im KI-Dschungel zu sorgen. Spannende Use Cases und ein Blick in die KI-Glaskugel für 2024 dürfen natürlich auch nicht fehlen.

    SharePoint roadmap pitstop May 2023

    SharePoint roadmap pitstop May 2023

    May 2023 brought great new offerings to SharePoint and Microsoft 365: Customizable Viva Connections mobile dashboard, Syntex image tagger, Syntex prebuilt model for contracts, OneDrive: Simplified sharing, Loop components in Outlook Mobile, and more.  We also highlight public disclosures from two recent events, Microsoft 365 Conference and Microsoft Build. We also share an audio clip of Rajesh Jha, EVP for experiences and devices at Microsoft, when he spoke recently at the Microsoft 365 Conference about his first time seeing ChatGPT 4 with Bill Gates, Sam Brockman from OpenAI and others - that initial wow impact that laid the foundation for Copilot innovation at Microsoft.

     

    Read this episode's corresponding blog post and transcript.

     

    01:15 Two upcoming June events: 1) Viva Round the World, and 2) AMA - SharePoint, OneDrive, Lists, and Stream

    04:30 Employee engagement

    08:53 Audio snippet of Rajesh Jha about ChatGPT and AI (from the Microsoft 365 Conference keynote)

    11:35 Teamwork

    13:51 Related items

    18:58 Announcements from Microsoft 365 Conference and Microsoft Build)

    26:35 Teasers

     

    SharePoint Facebook | @SharePoint | SharePoint Community Blog | Feedback

    Mark Kashman |@mkashman [co-host]

    Chris McNulty |@cmcnulty2000 [co-host]

     

    Welcome to the new era of SharePoint and OneDrive in Microsoft 365” by Jeff Teper.

    SharePoint in the AI Era: Introducing 'Copilot in SharePoint' and 10 more innovations for creators” by Adam Harmetz.

    Experience the New OneDrive: Fast, Organized, and Personalized” by Jason Moore.

    Microsoft Lists: Easier, Better, Faster, Stronger” by Lincoln DeMaris.

    Enhanced Video in Microsoft 365” by Owen Paulus.

    New era in content management and security in SharePoint, OneDrive, and Teams” by Sesha Mani.

    Microsoft Build "Book of News" (May 23, 2023)

    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

     

    Upcoming events:

    Viva Round the World | June.2.2023

    CollabDays Netherlands | June.10.2023 Vianen, Utrecht

    365 EduCon - DC | June.12-16 Washington D.C. - USA

    AMA | SharePoint, OneDrive, Lists, and Stream | June.14.2023 at 10am PT (90 minutes)

    CollabDays - Central Europe | June.17.2023 Technopark Zuerich

    European Power Platform Conference | Jun.20-22 Dublin, Ireland

    Microsoft Inspire (Partner event) | July.18-19.2023 (virtual only)

    365 EduCon - Seattle (plus 365 PWRCon) | Aug.21-25.2023

     

    Discover and follow other Microsoft podcasts at aka.ms/microsoft/podcasts.

     

    Follow the Intrazone at aka.ms/TheIntrazone.

    I Owe OpenAI $5,000 Dollars and Might Lose Access to My Main Tool of Work

    I Owe OpenAI $5,000 Dollars and Might Lose Access to My Main Tool of Work

    This story was originally published on HackerNoon at: https://hackernoon.com/i-owe-openai-dollar5000-dollars-and-might-lose-access-to-my-main-tool-of-work.
    This is the story of how I, a PhD student, owe @OpenAI $5,000 dollars and might lose access to my main tool of work.
    Check more stories related to machine-learning at: https://hackernoon.com/c/machine-learning. You can also check exclusive content about #ai, #artificial-intelligence, #openai, #api, #gpt-3, #chatgpt, #ai-applications, #tech-twitter-thread, and more.

    This story was written by: @techtweeter. Learn more about this writer by checking @techtweeter's about page, and for more stories, please visit hackernoon.com.

    At the beginning of 2022, I created Narrative Device, a GPT3 app that went viral on Twitter. It did something very simple: take two words and create a little story. For reasons I am still trying to understand, the internet loved it. And things got a bit crazy.

    SharePoint roadmap pitstop June 2023

    SharePoint roadmap pitstop June 2023

    June had wonderful new offerings for SharePoint and Microsoft 365: New Stream (on SharePoint) web part, Playlist view in the SharePoint List  web part, Viva Connections supports different audiences, OneDrive Home update, Loop Components sync with Planner and To Do, get ready for Microsoft 365 Copilot, and more. We also added a sneak peek of Sync Up - The OneDrive podcast (it's back!). And pulled audio of Jason Moore (VP of Lists and OneDrive) to frame the essence of OneDrive and the new Home experience. Stay to the end for a bonus snippet of the conversation between Jeff Teper and his manager Rajesh Jha - where they talk about the early days and decisions evolving BPOS > Office 365 > Microsoft 365.

     

    Read this episode's corresponding blog post.

    Plus, click here for transcript of this episode.

     

    03:18 Sync Up podcast snippet with Stephen Rice and Arvind Mishra

    04:33 Employee Engagement

    09:30 Jason Moore on OneDrive innovation

    13:17 Teamwork

    16:15 Related Technology

    21:42 Teasers

    23:08 Jeff Teper and Rajesh Jha (Fireside chat on Office 365 customer journey)

     

    SharePoint Facebook | @SharePoint | SharePoint Community Blog | Feedback

    OneDrive | Website | Help and learning | @OneDrive | OneDrive community blog | Feedback

    Mark Kashman |@mkashman [co-host]

    Chris McNulty |@cmcnulty2000 [co-host]

     

    Sync Up - The OneDrive podcast with Stephen Rice and Arvind Mishra

    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

     

    Upcoming events:

    Microsoft Inspire (Partner event) | July.18-19.2023 (virtual only)

    365 EduCon - Seattle (plus PWR EduCon) | Aug.21-25.2023

    Microsoft Power Platform Conference | Oct.3-5.2023 (Las Vegas)

    365 EduCon - Chicago | Oct.30 - Nov.4, 2023 (Chicago, IL)

    European SharePoint Conference | Nov.27-30 in (Amsterdam, Netherlands)

    European Cloud Summit | Dec.4-6.2023 (Wiesbaden, Germany)

     

    Discover and follow other Microsoft podcasts at aka.ms/microsoft/podcasts.

     

    Follow the Intrazone at aka.ms/TheIntrazone.