Irving JuárezUnlock the Potential: Elevate Your RAG Apps with React!Agentic RAG apps is how to take your RAG app to the next level. In this post I’ll guide you through the process of creating an Agentic RAG…Jun 5Jun 5
Irving JuárezCreate your first Web App using Machine Learning On-DeviceNowadays, as web developer, you need to outstand from the others in this fast-changing market that’s technology.Dec 18, 2023Dec 18, 2023
Irving JuárezThe coming use(promise) hook in ReactYou can think of use as a React-only version of await. Although you need to keep in mind that at the moment to writing this article, this…Nov 3, 2022Nov 3, 2022
Irving JuárezForget nodemon, use watch mode instead in your Node appsSince Node 18.11.0, there is a built-in feature that allows us to watch every time a file is updated in our Node applications.Oct 19, 20221Oct 19, 20221
Irving JuárezHow to use promise modules in Node.jsNode.js provides us with promise modules to make our code cleaner and more maintainable, but not everyone know how and when to apply these…Sep 26, 2022Sep 26, 2022
Irving JuárezinTowards DevStop using Redux, you can use useContext and useReducer insteadSince some years ago, Redux has been the default option at the moment to manage the state in your React Apps. However, hooks are built-in…Apr 27, 20226Apr 27, 20226
Irving JuárezinTowards DevuseId(), the new hook introduced in React 18The useId() hook is a new way to generate an ID for both the client and server side in React 18.Apr 21, 20227Apr 21, 20227
Irving JuárezinDev GeniusWhat’s new in React 18?In this quick guide you will learn the most relevant features available in React latests version.Apr 18, 20221Apr 18, 20221
Irving JuárezI built my portfolio inspired by VSCode text editorAs a Frontend developer, one of my major worries has been the creation of my own portfolio, because it is something I can create from…Apr 8, 2022Apr 8, 2022
Irving JuárezBuild a Shopping Cart using React and TypeScriptBy the end of this tutorial, you will have the key-concepts to build a Shopping Cart App using React.js with TypeScript. The project will…Mar 17, 20222Mar 17, 20222