SubashCS’s Blog Hi I am Subash Chandra Sapkota. SubashCS is my personal portfolio where I share programming as well as personal experience. https://subashcs.com.np/ Unleashing the Power of the React Compiler https://subashcs.com.np/unleashing-the-react-compiler/ https://subashcs.com.np/unleashing-the-react-compiler/ This blog post explores the recently open-sourced React Compiler, discussing its functionality, optimization capabilities, and integration with the React ecosystem, and how to use it to enhance the performance of your React applications. Thu, 16 May 2024 00:00:00 GMT Serial and Concurrent Executions with Promises in JavaScript https://subashcs.com.np/serial-and-concurrent-execution-in-js/ https://subashcs.com.np/serial-and-concurrent-execution-in-js/ In serial execution code gets executed line by line, one task after another. Picture a juggler, keeping multiple balls in the air with impressive dexterity. That is the essence of concurrent execution Sat, 17 Feb 2024 00:00:00 GMT GRPC and Protocol buffers for communication between services https://subashcs.com.np/grpc-and-protocol-buffers/ https://subashcs.com.np/grpc-and-protocol-buffers/ Protocol Buffer, or Protobuf, is a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols and data storage. Protobuf is to gRPC as JSON to REST API, except it’s smaller and faster. Google Remote Procedure Call (gRPC) is a high-performance, open-source universal RPC framework, that uses Protobuf ... Tue, 07 Nov 2023 00:00:00 GMT Recapitulating SOLID Design Principles in JavaScript https://subashcs.com.np/recapitulating-solid-design-principles-js/ https://subashcs.com.np/recapitulating-solid-design-principles-js/ A thorough review of design principles Fri, 01 Sep 2023 00:00:00 GMT A Comprehensive Beginner's Guide to API Development with FastAPI https://subashcs.com.np/a-guide-to-developing-fastapi/ https://subashcs.com.np/a-guide-to-developing-fastapi/ The FAST API is a modern, fast (hence the name), and asynchronous web framework for building APIs. In this article, I’ll be sharing a guide to developing an API using the FastAPI micro-framework.First, we need to install PostgreSQL for setting up our database.. Sat, 15 Jul 2023 00:00:00 GMT Hugging Face Transformer - The super data analysis library https://subashcs.com.np/data-analysis-tool-hugging-face-transformer/ https://subashcs.com.np/data-analysis-tool-hugging-face-transformer/ Hugging Face Transformer is an open-source machine-learning library that provides pre-trained models for natural language processing (NLP). It was developed by Hugging Face, a startup company that focuses on developing and maintaining state-of-the-art machine learning models... Sat, 03 Jun 2023 00:00:00 GMT The Dialog Element in HTML https://subashcs.com.np/the-html-dialog-element/ https://subashcs.com.np/the-html-dialog-element/ The Dialog element is a new HTML element to create dialogs such as pop-ups, modals, and more. Though this is no new feature for the Javascript users who could have done this with a simple UI library Sun, 14 May 2023 00:00:00 GMT A tour to Kalinchowk Dolakha https://subashcs.com.np/a-tour-to-kalinchowk/ https://subashcs.com.np/a-tour-to-kalinchowk/ Some moments we experience while travelling end up completely blowing us away in ways we’d never have expected. The Kalinchowk tour is at high traffic specially in the Jan-March so it’s best to book hotels well in advance... Tue, 02 Feb 2021 00:00:00 GMT An insight into Vue-3 https://subashcs.com.np/an-insight-into-vue3/ https://subashcs.com.np/an-insight-into-vue3/ I see Vue-3 as a library that’s somewhere between react and angular comparing in terms of templating style, component lifecycle methods, middlewares and directives, and dependency injection features Mon, 01 Feb 2021 00:00:00 GMT