Bibek MagarinwesionaryTEAMFlutter infinite scrolling using riverpodInfinite scrolling is a technique that loads content continuously as the user scrolls down the page which eliminates the need for…Mar 30, 20221Mar 30, 20221
Bibek MagarinwesionaryTEAMImage optimization in REACT during upload.The sole purpose of optimize the image is to find the balance between file size and acceptable quality. We all want our website to render…Dec 4, 2020Dec 4, 2020
Bibek MagarinwesionaryTEAMPurpose of Interface in GOIf you are from JavaScript, JAVA or any other programming language background it will took time to understand the purpose of interface in…Oct 6, 2020Oct 6, 2020
Bibek MagarinwesionaryTEAMAsynchronous Code Test in JESTAsynchronous code is a fundamental concept of web today. We found a lot of asynchronous code in JavaScript. Though, JavaScript is single…Jun 23, 2020Jun 23, 2020
Bibek MagarinwesionaryTEAMCREATE-REACT-APP VS GATSBY VS NEXT.JS | Which one to choose? Depending upon your website.Being a web-developer, we have probably heard any one of these or all of these. These all are to build react application without having…May 4, 2020May 4, 2020
Bibek MagarinwesionaryTEAMPerformance Optimization by code-splitting | React lazy and SuspenseEach module or component will merged into a single file called bundle, which includes our whole webpage. But, as app grow bigger and…Mar 17, 2020Mar 17, 2020
Bibek MagarinwesionaryTEAMBasic things you should know about CORSWe developer may face or encounter the CORS policy error at some point of time. So we search for error we copy paste the code as the…Feb 13, 2020Feb 13, 2020
Bibek MagarinwesionaryTEAMPerformance optimization in React | useCallback & useMemo hooksPerformance is very common thing that every developer may faces at some point after building the application. We architect, code and build…Feb 9, 2020Feb 9, 2020
Bibek MagarinwesionaryTEAMCSS IN JS | REACTThe normal way of adding CSS in REACT application is either by importing CSS file or in-line styling CSS. It is suitable or best for the…Feb 4, 2020Feb 4, 2020