What’s new in Microsoft .NET 6

Introduction Recently on November 8, 2021, Microsoft released the .NET 6.0 framework that is more advanced and has plenty of features, and provides the capability to perform in various operating systems. In previous versions, we have seen it supported … more Read More

What’s Vanilla JS? Why Vanilla JS?

This article aims to highlight how important it is to know JavaScript fundamentals for all front-end developers. I’ll explain the reasons you need to have a thorough understanding of Pure (Vanilla) JavaScript. This is JavaScript without other frameworks … more Read More

React Native Project Structure

React Native Project Structure This project aims to be a strong foundation for react-native applications. It provides a clear and organized structure Base dependencies axios for networking. react-navigation navigation library. redux for state management. … more Read More

React Native Pokédex App

React Native Pokédex App Demo About the project Created with Expo and TypeScript. Renders pokémons list and a detail page. It uses a locally saved user and allows you to select pokémons as favorites. Made as part of the React Native Course Series on Platzi. … more Read More

Material Design Svg Icons for Vue.js

Material Design Svg Icons for Vue.js Library to render Material Design Svg Icons in Vue.js Never mind the project name, you can actually use any monochrome svg icon(like Font Awesome Svg). 📖 Doc for Simplified Chinese Setup Here we use @mdi/js as an … more Read More

A Customize And Easliy Use Alert Component For React.js

react-custom-alert Easy to set up and call alert function like calling a hook. light weight. (gzipped : 1.3KB) customize alert component. Installation $ npm install –save react-custom-alert $ yarn add react-custom-alert Example import React from ‘react’; … more Read More