Blog
Using <StrictMode> in React projects.
April 5, 2025
<StrictMode> is a component provided by React that acts as a development tool to help you detect potential problems in the application.
ReactStrictModeReact 18RenderingReact Hooks
Optimizing Component Loading in Next.js:
November 14, 2024
Lazy loading of components is a fundamental technique in Next.js for optimizing the performance of a web application.
NextjsReactReact LazyPrefetchingLazy Loading
Setting up multiple Git users/accounts on your work team.
September 06, 2024
If you've reached this point, it's because you encountered the problem/question of how to configure or have multiple users on a .git account.
GitGitHubGit ConfigKeychainGit Action
ViewBinding and Data Binding on Android
March 26, 2024
In Android application development, efficiency, maintainability, and scalability are critical aspects for project success.
AndroidData BindingView BindingKotlin
Migration of Theme AppCompat, Material Components and Material Design 3 for Android
February 29, 2024
Themes on Android are not simply an aesthetic matter; they are the very essence of an application's visual identity.
AndroidMigrationMaterial DesignAppcompatMaterial Ui
Publish a React app to GitHub Pages
January 04, 2024
Basic step-by-step guide on how to build a web application with React in GitHub Pages and have your public web project.
ReactGithubGithub PagesRepositoriesWebsite