Robuta

https://frontendmasters.com/blog/ Frontend Masters Blog – Helping Your Journey to Senior Developer Frontend Masters Boost is a blog about web development. It's written by the team at Frontend Masters, course instructors from the industry, and curated guest... frontend mastersyour journeybloghelpingsenior https://frontendmasters.com/blog/custom-progress-element-using-the-attr-function/ Custom progress element using the attr() function – Frontend Masters Blog Now that we're starting to be able to apply types (like `number`) to values of attributes we pull of HTML elements in CSS, doing interesting things with is... frontend masterscustomprogresselementusing https://frontendmasters.com/blog/two-circles-one-arrow-and-anchor-positioning/ Two Circles, One Arrow, and Anchor Positioning – Frontend Masters Blog Drawing an line with arrows pointing to the center of two arbitrary elements measuring and displaying the distance between them doesn't seem like it would be... two circlesanchor positioningfrontend mastersonearrow https://yout.com/how-to-format-shift/Frontend%20Masters%20Course-wav/ How to format shift Frontend Masters Course to WAV | Yout.com Convert Frontend Masters Course to WAV audio. Free online Frontend Masters Course to WAV converter. Lossless audio quality for professional use. how tofrontend mastersformatshiftcourse https://frontendmasters.com/blog/the-enforced-accessibility-of-the-geolocation-element/ The Enforced Accessibility of the Geolocation Element – Frontend Masters Blog It's a strange situation where some CSS is disallowed, some is allowed but breaks the button, and some is capped. frontend mastersenforcedaccessibilitygeolocationelement https://www.blind3y3design.com/writing/tags/frontend-masters/ Posts tagged with frontend-masters | Adam Sedwick Posts tagged with frontend-masters frontend masterspoststaggedadam https://frontendmasters.com/blog/author/temaniafif/ Temani Afif – Frontend Masters Blog Frontend Masters Boost is a blog about web development. It's written by the team at Frontend Masters, course instructors from the industry, and curated guest... temani afiffrontend mastersblog https://frontendmasters.com/blog/choosing-the-right-model-in-cursor/ Choosing the Right Model in Cursor – Frontend Masters Blog the rightfrontend masterschoosingmodelcursor https://frontendmasters.com/teachers/marcy-sutton/ Learn from Marcy Sutton Todd's courses | Frontend Masters Marcy Sutton Todd is a Senior Engineer on the Frontend Infrastructure team. In her 15+ year career Marcy has worked as an accessibility engineering consultant,... learn frommarcysuttontoddcourses https://frontendmasters.com/blog/the-web-is-fun-again-first-experiments-with-html-in-canvas/ The Web Is Fun Again: First Experiments with HTML in Canvas – Frontend Masters Blog An experimental API let's us put HTML within those opening and closing canvas tags and render it to the canvas, while remaining interactive. Lots of... https://frontendmasters.com/blog/the-top-trait-companies-look-for-in-a-technical-interview/ The Top Trait Companies Look For in a Technical Interview – Frontend Masters Blog A look at an example task an interviewer might give you and all the details of how you could approach and and what they are watching for. https://frontendmasters.com/courses/reactivity-solidjs/fine-grained-reactivity-demo/ Fine-Grained Reactivity Demo - Reactivity with SolidJS | Frontend Masters Ryan demonstrates the flexibility of the reactive code in the application. Local state can easily be moved to a global state and shared across components. finegrainedreactivitydemosolidjs https://frontendmasters.com/courses/java/strings-text-processing/ Strings & Text Processing - Java Fundamentals | Frontend Masters Angie discusses that strings are objects that contain a sequence of characters and walks through building a word count program. Appending variables in the... text processingjava fundamentalsstringsfrontendmasters https://FrontendMasters.com/teachers/matias-gonzalez/ Learn from Matias Gonzalez's courses | Frontend Masters Matias is a Design Engineer at Vercel. He started as a graphic designer before shifting into web development where he now blends his knowledge of design and... learn frommatiasgonzalezcoursesfrontend https://frontendmasters.com/courses/web-performance/javascript-performance-takeaways/ JavaScript Performance Takeaways - JavaScript Performance | Frontend Masters Steve wraps up JavaScript Performance by reviewing the main takeaways. javascriptperformancetakeawaysfrontendmasters https://frontendmasters.com/courses/angular-reactive/wiring-entities-to-the-component/ Wiring Entities to the Component - Reactive Angular with NgRx | Frontend Masters Lukas refactors the way that data is looked up. The project reducer is refactored to use NgRx entity. to thewiringentitiescomponent https://frontendmasters.com/courses/digging-into-node/gzip-uncompress-with-zlib/ gzip Uncompress with zlib - Digging Into Node.js | Frontend Masters Kyle continues adding gzip functionality to the program, enabling uncompression with the zlib Node module. Then, results are displayed for executing the... node jsgzipzlibdiggingfrontend https://frontendmasters.com/courses/ai-agents-v2/strategies-for-managing-context/ Strategies for Managing Context - AI Agents Fundamentals, v2 | Frontend Masters Scott explores strategies for managing context, including summarization, eviction, sliding windows, sub-agents, and RAG. He explains how RAG uses vector search... context aistrategiesmanagingagentsfundamentals https://frontendmasters.com/courses/algorithms/arraylist/ ArrayList - The Last Algorithms Course You'll Need | Frontend Masters ThePrimeagen demonstrates the ability to write list operations such as get, push, and pop on arrays using ArrayList. the lastarraylistalgorithmscourseneed https://frontendmasters.com/courses/vanilla-js-go/protecting-client-side-routes/ Protecting Client-Side Routes - Go & Vanilla JS: Fullstack Without Frameworks | Frontend Masters Maximiliano discusses implementing authentication checks in routes by verifying if a route requires authentication and if the user is logged in. He also... client sidevanilla js https://frontendmasters.com/blog/how-to-get-the-width-height-of-any-element-in-only-css/ How to Get the Width/Height of Any Element in Only CSS – Frontend Masters Blog Unlike JavaScript, there is no simple built-in method in CSS to access an element's width and height. But using some (call it hacky) modern CSS techniques, we... https://frontendmasters.com/courses/pro-css/css-layers/ CSS Layers - Professional CSS: Build a Website from Scratch | Frontend Masters Kevin introduces layers in CSS and explains how they can be used for project maintenance. He demonstrates how to create a layer and discusses the benefits of... build a websitefrom scratchcsslayersprofessional https://frontendmasters.com/company/privacy/ Privacy Policy | Frontend Masters privacy policyfrontendmasters https://frontendmasters.com/courses/git-in-depth/abort/ Abort - Git In-depth | Frontend Masters After discussing the abort command when rebasing attempts are not working, Nina reviews tips and advantages on implementing rebase. in depthabortgitfrontendmasters https://frontendmasters.com/courses/advanced-redux/using-custom-hooks-from-redux-toolkit/ Using Custom Hooks from Redux Toolkit - Advanced Redux with Redux Toolkit | Frontend Masters Steve demonstrates the custom hooks that Redux Toolkit automatically generates from services created with the createAPI method. This makes it possible for the... custom hooksredux toolkitusingadvancedfrontend https://frontendmasters.com/courses/webgl-shaders/gpgpu-for-computation/ GPGPU for Computation - Advanced Creative Coding with WebGL & Shaders | Frontend Masters Matt introduces GPGPU and how GPGPU algorithms are used to create visual and non-visual effects with shaders within a scene. creative codinggpgpucomputationadvanced https://frontendmasters.com/courses/functional-javascript-v3/functions-vs-procedures/ Functions vs Procedures - Functional-Light JavaScript, v3 | Frontend Masters Kyle explains the difference between functions and procedures, giving the requirements for a function keyword element to be a function as opposed to a... functionsvsproceduresfunctionallight https://frontendmasters.com/courses/sql/sql-overview-creating-a-database/ SQL Overview & Creating a Database - Complete Intro to SQL & PostgreSQL | Frontend Masters Brian shares some of the history of SQL and demonstrates how to create a database. The psql client provides a number of built-in commands to navigate and... a databasepostgresql frontendoverviewcreating https://frontendmasters.com/courses/ux-design-principles/simplifying-choice/ Simplifying Choice - Web UX Design for High Converting Websites | Frontend Masters Paul explains how offering too many options can lead to a decrease in conversions. Simplifying choice will easy the decision making process for users. web ux designsimplifyingchoice https://frontendmasters.com/courses/web-storage-apis/introduction/ Introduction - Web Storage APIs | Frontend Masters Maximiliano Firtman introduces the course by providing some personal and professional background. An overview of the course material and prerequisites are also... web storageintroductionapisfrontendmasters https://frontendmasters.com/courses/web-performance/painting/ Painting - JavaScript Performance | Frontend Masters Once the page has been laid out, elements in the Render Tree must be turned into images that can be displayed on the screen. While not all changes will cause a... paintingjavascriptperformancefrontendmasters https://frontendmasters.com/features/enterprise/ Enterprise Learning Solutions for Web Development | Frontend Masters Scale your team's skills with Frontend Masters. Industry experts teach web development best practices and cutting-edge techniques. View features or generate a... enterprise learning solutionsfor webdevelopmentfrontendmasters https://frontendmasters.com/teachers/adam-rackis/ Learn from Adam Rackis's courses | Frontend Masters Adam is a Senior Software Engineer. After a brief stint in the Air Force, Adam began his career as a software developer for a small company in Oklahoma City.... learn fromadam rackiscoursesfrontendmasters https://frontendmasters.com/reviews/ Reviews | Frontend Masters reviewsfrontendmasters https://frontendmasters.com/courses/html-email-v2/background-images/ Background Images - HTML Email Development, v2 | Frontend Masters Jason describes the benefits of adding background images to an HTML email with inline CSS, and how to set up fallback colors if the image does not appear in... html email developmentbackground imagesfrontendmasters https://frontendmasters.com/courses/design-systems-management/consistency-flexibility/ Consistency & Flexibility - Enterprise Design Systems Management | Frontend Masters Ben discusses managing a combination of flexibility and consistency in the system design. The system should enable creativity while the culture encourages... enterprise designsystems managementconsistencyflexibilityfrontend https://frontendmasters.com/courses/client-graphql-react-v2/introduction/ Introduction - Client-Side GraphQL with React, v2 | Frontend Masters Scott introduces the course and discusses the course prerequisites, including knowledge of React and JavaScript, as well as some experience with interacting... client sideintroductiongraphqlreactfrontend https://frontendmasters.com/courses/ux-testing/running-interviews/ Running Interviews - UX Research & User Testing | Frontend Masters Paul discusses the importance of conducting user interviews and provides advice on how to run them effectively. He emphasizes the value of building rapport... ux researchuser testingrunninginterviewsfrontend https://frontendmasters.com/learn/node-js/ Node.js Learning Path - Build Web APIs and Applications with Node.js | Frontend Masters Write JavaScript on the server and learn why Node.js is the go-to platform for high-performing web and CLI applications. js learning pathapis and applications https://frontendmasters.com/join/${banner.ctaPath} 404 - This page is lost :( | Frontend Masters The page was not found, sorry. :-( lostfrontendmasters https://frontendmasters.com/teachers/maxi-ferreira/ Learn from Maxi Ferreira's courses | Frontend Masters I'm a Staff Software Engineer at Help Scout. I've been designing and building software that runs at every level of the stack for the past 13 years. My primary... learn frommaxi ferreiracoursesfrontendmasters https://frontendmasters.com/courses/functional-first-steps-v2/recursion-art-exercise/ Recursion Art Exercise - Functional JavaScript First Steps, v2 | Frontend Masters Students are instructed to create an SVG design by recursively drawing a square with alternating colors and rotation. The SVG group element can be used to nest... functional javascriptfirst stepsrecursionartexercise https://frontendmasters.com/bootcamp/introduction-html/introduction/ Introduction - Introduction to HTML | Frontend Masters Jen Kramer welcomes students and then reviews the resources and assets for the Bootcamp. introduction to htmlfrontendmasters https://frontendmasters.com/courses/cypress/cypress-studio/ Cypress Studio - Testing Web Apps with Cypress | Frontend Masters Steve demonstrates Cypress Studio which writes tests based on actions performed in the user interface. When the command generator is selected, any actions... web appscypressstudiotestingfrontend https://frontendmasters.com/courses/mcp/setup-mcp-clients/ Setup MCP Clients - Complete Intro to MCP | Frontend Masters Brian introduces MCP servers and clients. MCP clients are tools like Claude Clode or Tome, an open-source alternative. Brian also introduces Ollama and... mcp clientssetupcompleteintrofrontend https://frontendmasters.com/courses/cloud-infrastructure/applying-database-reviewing-resources/ Applying Database & Reviewing Resources - Cloud Infrastructure: Startup to Scale | Frontend Masters Erik applies the database change and reviews the resources created in AWS. The VPC console in AWS also displays the router table, highlighting the subnet... cloud infrastructureto scaleapplyingdatabasereviewing https://frontendmasters.com/courses/react-accessibility/aria/ ARIA - Web App Accessibility (feat. React) | Frontend Masters Marcy dives deeper into the Accessible Rich Internet Application (ARIA) specification. While ARIA can help assistive technology better recognize elements on a... web appreact frontendariaaccessibilityfeat https://frontendmasters.com/courses/linux-command-line/signals/ Signals - Complete Intro to Linux and the Command-Line | Frontend Masters Brian explains that signals are notifications that are sent to programs from the command line, and gives examples of signals such as CTRL + D -SIG, a signal... the command linesignalscompleteintrolinux https://frontendmasters.com/courses/tensorflow-js/transfer-learning-overview/ Transfer Learning Overview - Machine Learning in JavaScript with TensorFlow.js | Frontend Masters Charlie introduces transfer learning, a technique that provides a pre-trained model with data for a new task. For example, an image classification model could... transfer learningoverviewmachine https://frontendmasters.com/courses/vim-fundamentals/macros/ Macros - VIM Fundamentals | Frontend Masters ThePrimeagen live codes how to use macros to record a set of keystrokes and replay them for quick code repetition and editing large chunks of similar code. How... macrosvimfundamentalsfrontendmasters https://frontendmasters.com/courses/algorithms/tries/ Tries - The Last Algorithms Course You'll Need | Frontend Masters ThePrimeagen discusses visualizing tries as autocomplete, demonstrates the structure of a trie tree with pseudo code, and implements a trie tree in the kata... the lasttriesalgorithmscourseneed https://frontendmasters.com/courses/advanced-async-js/observables-shift-and-recursion/ observables.shift() and Recursion - Advanced Asynchronous JavaScript | Frontend Masters With prompting from the class, Jafar reviews whether or not mutable arrays with observables.shift() is a good idea or not. Next Jafar discusses how to use... asynchronous javascriptobservablesshiftrecursionadvanced https://FrontendMasters.com/teachers/sabrina-goldfarb/ Learn from Sabrina Goldfarb's courses | Frontend Masters Software Engineer and Certified Scrum Master. Currently working as a SWE at GitHub, and an Engineering Manager for a side project managing over 30 active... learn fromsabrina goldfarbcoursesfrontendmasters https://coursehunter.net/source/frontendmasters Видеокурсы от Frontend Masters FrontendMasters предлагает видеокурсы по фронтенд- и веб-разработке. Учитесь у профессионалов из крупных компаний, изучайте JavaScript, React, TypeScript frontendmasters https://frontendmasters.com/courses/d3/filtering-updating-data-solution-animate/ Filtering & Updating Data Solution: Animate - Introduction to D3.js | Frontend Masters Shirley continues live coding the solution to the Filtering and Updating Data exercise by adding animation to the list of flowers filtered by parental guidance... updating datafilteringsolutionanimate https://frontendmasters.com/courses/cypress/creating-your-first-test/ Creating Your First Test - Testing Web Apps with Cypress | Frontend Masters Steve switches back to the main course repository and writes the first test. The beforeEach method is used to instruct Cypress to navigate to a specific URL... your firsttest testingweb appscreating https://frontendmasters.com/topics/ Frontend Masters | Frontend Masters frontendmasters https://frontendmasters.com/courses/typescript-v4/array-types-tuples-readonly/ Array Types, Tuples & readonly - TypeScript 5+ Fundamentals, v4 | Frontend Masters Mike discusses how TypeScript infers the type of array elements and how to define and use tuples. Using the `readonly` keyword to create immutable tuples and a... arraytypestuplesreadonlyfundamentals https://frontendmasters.com/courses/advanced-redux/api-service-with-rtk-query/ API Service with RTK Query - Advanced Redux with Redux Toolkit | Frontend Masters Steve wires up RTK Query in the packing list application. An API service is created with the createService method, and a builder object is passed to the... api serviceredux toolkitrtkqueryadvanced https://frontendmasters.com/courses/realtime/introduction/ Introduction - Complete Intro to Real-Time | Frontend Masters Brian Holt introduces the course and explains how it will follow a first-principles approach by covering lower-level details first and building up to... real timeintroductioncompletefrontendmasters https://frontendmasters.com/courses/intermediate-react-v6/what-are-deferred-values/ What are Deferred Values - Intermediate React, v6: RSCs, Hooks, & Performance | Frontend Masters Brian introduces the concept of deferred values in React and explains how they can be used to prevent jank (jerky animations or slow rendering) when dealing... what are https://frontendmasters.com/courses/vue-nuxt-apps/add-icon-with-conditional-layout/ Add Icon with Conditional Layout - Building Applications with Vue & Nuxt | Frontend Masters Sarah uses an SVG graphic for the application logo and makes the logo more accessible by setting the "role" attribute to "presentation" so it will not be read... layout buildingaddiconconditional https://frontendmasters.com/courses/web-perf-v2/performance-benefits-seo-advertising/ Performance Benefits, SEO, & Advertising - Web Performance Fundamentals, v2 | Frontend Masters Todd discusses how a fast-loading website can improve search engine rankings and increase traffic. He also demonstrates how improving web performance can... performance benefitsseo advertisingweb fundamentalsfrontendmasters https://frontendmasters.com/courses/advanced-vue/render-function-api/ Render Function API - Vue 2 Internal Features from the Ground Up | Frontend Masters Evan reviews the Render Function API by examining a component with an "h" function. The "h" function is a convention based on hyperscript, a method for writing... from the ground up https://frontendmasters.com/?q=react+native Learn JavaScript, React, and TypeScript to Node.js, Fullstack, and Backend | Frontend Masters Advance your web development and software engineering skills from front-end to full-stack! learn javascript https://frontendmasters.com/courses/interviewing-frontend-v2/portfolio-process-data/ Portfolio: Process Data - Senior Level Frontend Interview Prep | Frontend Masters Evgenii covers the follow-up requirements for the portfolio problem, explaining the rules and constraints around editing nodes. He walks through applying a... data seniorinterview prepportfolioprocesslevel https://frontendmasters.com/teachers/richard-feldman/ Learn from Richard Feldman's courses | Frontend Masters Richard is the creator of the Roc programming language, the host of the Software Unscripted Podcast, and the author of "Elm in Action" from Manning... learn fromrichard feldmancoursesfrontendmasters https://frontendmasters.com/courses/hardcore-js-patterns/the-endo-functor/ The Endo Functor - Hardcore Functional Architecture Patterns in JavaScript | Frontend Masters Brian explain that the endofunctor is called endo because it only works with the same kind of types. architecture patternsendofunctorhardcorefunctional https://frontendmasters.com/courses/intermediate-typescript-v2/variance-over-type-params/ Variance over type Params - Intermediate TypeScript, v2 | Frontend Masters Mike discusses variance over type parameters using an example of a snack factory. They explain the concepts of covariance and contravariance and how they... variancetypeparamsintermediatefrontend https://frontendmasters.com/courses/react-accessibility/introduction/ Introduction - Web App Accessibility (feat. React) | Frontend Masters Marcy Sutton Todd begins the course by sharing how she became interested in accessibility. She discusses areas of accessibility and the cost of having... web appreact frontendintroductionaccessibilityfeat https://frontendmasters.com/courses/backend-system-design/url-shortener-non-functional-requirements/ URL Shortener Non-Functional Requirements - Backend System Design | Frontend Masters Jem instructs students to consider non-functional requirements for URL shorteners, covering response time, latency, and URL length. He also discusses setting... backend system designurl shortenerfunctional requirementsnonfrontend https://frontendmasters.com/courses/unity/falling-sphere-solution/ Falling Sphere Solution - Game Development with Unity for Web Developers | Frontend Masters Nick walks through the solution to the sphere exercise. game development with unityfor web developers https://frontendmasters.com/courses/enterprise-typescript/api-reporting/ API Reporting - Enterprise TypeScript | Frontend Masters Mike adds an API surface report and documentation to the project by installing the api-extractor and api-documenter packages. The API Extractor package... apireportingenterprisetypescriptfrontend https://frontendmasters.com/courses/hardcore-js-v2/debugging-with-logging/ Debugging with Logging - Hardcore Functional Programming in JavaScript, v2 | Frontend Masters Brian demonstrates how to use logs to debug the code, and answers questions about the Writer monad, a monad that, along with values, returns an error message. functional programmingdebugginglogginghardcore https://frontendmasters.com/courses/advanced-algorithms/m-way-tree-structure/ M-Way Tree Structure - The Last Algorithms Course You'll Want (Part 2) | Frontend Masters ThePrimeagen introduces the concept of M-Way search trees, which are a variation of binary trees that allow for more than two children per node. The instructor... https://frontendmasters.com/courses/advanced-css-layouts/off-canvas-menu-styling/ Off-Canvas Menu Styling - Advanced CSS Layouts | Frontend Masters Jen adds styling to the navigation item container, adds movement to the menu with a transition, and adds styling to both the list and the links. off canvas menuadvanced cssstylinglayoutsfrontend https://frontendmasters.com/courses/deep-javascript-v3/es6-modules-node-js/ ES6 Modules & Node.js - Deep JavaScript Foundations, v3 | Frontend Masters Kyle discusses incompatibility issues with the ES6 module system and Node.js. node jsdeep javascriptmodulesfoundationsfrontend https://frontendmasters.com/teachers/nina-zakharenko/ Learn from Nina Zakharenko's courses | Frontend Masters Nina Zakharenko is a software engineer, technology leader, and international speaker. She previously led the Python Developer Advocacy team at Microsoft,... learn fromnina zakharenkocoursesfrontendmasters https://frontendmasters.com/courses/xstate-v2/final-states/ Final States - State Machines in JavaScript with XState, v2 | Frontend Masters David discusses and demonstrates what final states are used for, specifying final states with type: 'final', done transitions with onDone, final states in... final statesmachines https://frontendmasters.com/blog/the-drill-down-menu-with-details-and-scope/ The Drill-Down Menu with Details and @scope – Frontend Masters Blog Even if you nest details elements, you can ensure only one level of them is open at a time, making a menu you can drill down (and up!) from. the drill https://frontendmasters.com/courses/java/checked-unchecked-exceptions/ Checked & Unchecked Exceptions - Java Fundamentals | Frontend Masters Angie discusses the two categories of exceptions, checked and unchecked, and the differences between the two. Check exceptions are exceptions that are checked... java fundamentalscheckedexceptionsfrontendmasters https://frontendmasters.com/courses/webgl-shaders/wrapping-up/ Wrapping Up - Advanced Creative Coding with WebGL & Shaders | Frontend Masters Matt wraps up the course, and provides resources demonstrating different ways to deploy WebGL graphics as native applications for iOS. wrapping upcreative codingadvancedwebglshaders https://frontendmasters.com/teachers/lydia-hallie/ Learn from Lydia Hallie's courses | Frontend Masters Lydia Hallie is on the Claude Code team at Anthropic, where she focuses on developer experience and technical education. Previously, she was Head of Developer... learn fromlydia halliecoursesfrontendmasters https://frontendmasters.com/courses/angular-fundamentals/template-driven-forms/ Template Driven Forms - Angular Fundamentals | Frontend Masters Mark guides the students through creating a template-driven form in Angular. They demonstrate how to add input fields and a text area to the form, create model... templatedrivenformsangularfundamentals https://scottjehl.com/posts/frontend-masters-relatively-new-things-you-should-know-about-html-heading-into-2025/ Frontend Masters: Relatively New Things You Should Know about HTML Heading Into 2025 | Scott Jehl,... Over on the Frontend Masters blog, Chris Coyier has put together a great little roundup of new HTML goodies to be aware of, and there's a kind mention of my... things you should know https://FrontendMasters.com/teachers/rich-harris/ Learn from Rich Harris's courses | Frontend Masters Rich Harris is a software engineer at Vercel, and the creator of several widely-used open source projects including Svelte and Rollup. Before Vercel he was an... learn fromrich harriscoursesfrontendmasters https://frontendmasters.com/courses/digging-into-node/child-processes/ Child Processes - Digging Into Node.js | Frontend Masters Kyle sets up the functionality of creating child processes from a main process in Node, and demonstrates how to listen for the child process to exit using the... node jschildprocessesdiggingfrontend https://frontendmasters.com/courses/firebase/querying-firestore/ Querying Firestore - Firebase Fundamentals | Frontend Masters David briefly discusses simple and composite queries and walks through query operators, including equality, in, greater than, less than, and not-in. Simple... queryingfirestorefirebasefundamentalsfrontend https://frontendmasters.com/teachers/steve-kinney/ Learn from Steve Kinney's courses | Frontend Masters Steve is the front-end architect at Temporal. Previously, he was the front-end architect at Twilio and SendGrid. He is the director emeritus and founder of the... learn from stevekinneycoursesfrontendmasters https://frontendmasters.com/courses/ai-engineering/cloudflare-agent-q-a-and-summary/ Cloudflare Agent Q&A and Summary - AI Engineering Fundamentals | Frontend Masters Scott summarizes the Cloudflare Agent loop and analyzes the JSON returned to the client by the LLM. He also provides more detail about how architecture behind... ai engineering fundamentalscloudflareagentq https://frontendmasters.com/teachers/elie-schoppik/ Learn from Elie Schoppik's courses | Frontend Masters I lead live education at Anthropic as their Head of Technical Training. I've spent over a decade in technical education, working with multiple coding schools... learn fromeliecoursesfrontendmasters https://frontendmasters.com/courses/enterprise-devops/aws-security-credentials-doppler-cli/ AWS Security Credentials & Doppler CLI - Enterprise DevOps & Cloud Infrastructure | Frontend Masters Erik creates an AWS access key, which grants access to the AWS CLI. The access key is stored in Doppler with the other secrets. The Doppler CLI is set up and... aws securityenterprise devopscloud infrastructurecredentialsdoppler https://frontendmasters.com/courses/redux-mobx/introduction/ Introduction - State Management with Redux & MobX | Frontend Masters state managementintroductionreduxmobxfrontend