What is Nx? Nx is a Monorepo pattern and built by Nrwl. Is available through the Angular CLI. All Angular apps will live within the singular Angular Application Workspace. Why? Large Enterprise Apps, consistency, community standardization and patterns. Consider to be a robust why for developing applications. Setup Run the following command to create a… Continue reading Learn how to build Enterprise Angular apps with Nx
Author: bellino.brian@gmail.com
Create a WordPress Child Theme
Create a new folder inside your theme directory. Naming the usual practice when creating a child theme is to give its folder the same name as the parent theme appended with -child. That way, anyone knows immediately that this is the child of an existing theme. Create the new style sheet. This is the file that… Continue reading Create a WordPress Child Theme
Introduction to Node.js
Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project!