Pinned Repositories
CoSaMP
CoSaMP algorithm in Python language for sparse recovery problems.
experimenting-suspense
Experimenting new features from React 18 based on Sam Selikoff's channel.
ExpertsClub-Creating-CLI-with-Go
This is a demonstration of how we can create a basic CLI using Go
ExpertsClub-Nest-Workers
This app exemplifies how to use background jobs to send emails while avoiding blocking the Node.js event loop.
gestures-in-mobile-browser
Using react-use-gesture and framer-motion to create a smooth native-like behavior to drag and zoom image in PWA applications
GoStack-github-explorer
React project that consumes the GitHub API to list repositories and show their opened issues.
GoStack11-GoBarber
GoBarber is an application developed during the GoStack Bootcamp by Rocketseat
ignite-nodejs-Desafio-01-introducao-ao-SOLID
parallel-remote-rsync
Script to handle parallel data transfer from a remote server to a local host
react-use-draggable-scroll
useDraggable is a React hook that allows a wrapping div to be scrolled with the mouse. It adds momentum for a nice UX and has a high performance since it does not rely on any state changes.
rfmiotto's Repositories
rfmiotto/react-use-draggable-scroll
useDraggable is a React hook that allows a wrapping div to be scrolled with the mouse. It adds momentum for a nice UX and has a high performance since it does not rely on any state changes.
rfmiotto/CoSaMP
CoSaMP algorithm in Python language for sparse recovery problems.
rfmiotto/parallel-remote-rsync
Script to handle parallel data transfer from a remote server to a local host
rfmiotto/experimenting-suspense
Experimenting new features from React 18 based on Sam Selikoff's channel.
rfmiotto/ExpertsClub-Creating-CLI-with-Go
This is a demonstration of how we can create a basic CLI using Go
rfmiotto/ExpertsClub-Nest-Workers
This app exemplifies how to use background jobs to send emails while avoiding blocking the Node.js event loop.
rfmiotto/gestures-in-mobile-browser
Using react-use-gesture and framer-motion to create a smooth native-like behavior to drag and zoom image in PWA applications
rfmiotto/GoStack-github-explorer
React project that consumes the GitHub API to list repositories and show their opened issues.
rfmiotto/GoStack11-GoBarber
GoBarber is an application developed during the GoStack Bootcamp by Rocketseat
rfmiotto/ignite-nodejs-Desafio-01-introducao-ao-SOLID
rfmiotto/Ignite-NodeJS-Desafio-03-Corrigindo-o-Codigo
rfmiotto/Ignite-ReactJS-Chapter-05-Desafio-Otimizando-Aplicacao
rfmiotto/nextjs-tailwind-framermotion
Creating a simple futuristic interface using NextJS, Tailwind and Framer Motion
rfmiotto/Omnistack11-be-the-hero
App for Web and Mobile developed during the OmniStack Week 11.0 by Rocketseat
rfmiotto/optimistic-UI-with-react-query-mutations
rfmiotto/podcastr
App criado na NLW-5 da Rocketseat
rfmiotto/poisson_solvers
Simple implementation of Poisson solvers - Jacobi algorithm (Neumann and Dirichlet BCs) and Conjugate Gradient (only Dirichlet BC)
rfmiotto/post-processing
rfmiotto/pressure_distribution_infer
rfmiotto/pressure_distribution_training
rfmiotto/pressure_distribution_unet
rfmiotto/PyDMD
Python Dynamic Mode Decomposition
rfmiotto/PyEMD
Python implementation of Empirical Mode Decompoisition (EMD) method
rfmiotto/pyranda
A Python driven, Fortran powered Finite Difference solver for arbitrary hyperbolic PDE systems. This is the mini-app for the Miranda code.
rfmiotto/remove-coupling-btw-components-during-data-mutation
This project shows how to remove implicit coupling between components that appear due to the query keys during data mutation. This solution is based on Sam Selikoff's work, but here I use React Query.
rfmiotto/rfmiotto
rfmiotto/rfmiotto.github.io
rfmiotto.github.io
rfmiotto/siren
rfmiotto/suspense-after-initial-render-nextjs
This project explores the new React 18 Suspense to suspend render during initial render. This solution is based on Sam Selikoff's work, but using React Query instead.