Published onAugust 5, 2021Setting up IstioKubernetesCloud-nativeDevopsHow to set up Istio, an open-source service mesh, including installation, configuration, and integration with other tools. It enables a more efficient and unified way to secure, connect, and monitor services in distributed applications.
Published onApril 29, 2021Reduce AWS Amplify bundle sizeReactJavaScriptTypescriptAWSAWS-AmplifyNextjsHow to optimize AWS Amplify imports and reduce the first-load size in web and mobile applications built using AWS cloud services.
Published onDecember 4, 2018Understanding React.SuspenseReactJavaScriptReact Suspense is a powerful feature that allows developers to pause rendering until a task, such as loading data from an API, is completed.
Published onNovember 21, 2018Avoid unnecessary re-renders with React.memoReactJavaScriptPrevent unnecessary component re-renders in React with React.memo, PureComponent, and shouldComponentUpdate.
Published onOctober 12, 2017Creating observables from scratchRxjsJavaScriptI'll walk you through the process of building your own small version of an RxJS-like library from scratch.