Back to index <Previous Next > Code download Usually, the tutorials show how to install angular/cli globally. It happens that sometimes our environment has already a previous installation different from the new one we desire to use for a new project. For instance, suppose that you’re working using the latest versions but you need to … Read More “ANGULAR 10: Step One B – Creating A Local Installation To Preserve Current Environment” »
Back to index <Previous Next > Code download #ALTERNATIVE INSTALLATION METHODS There are at least two alternatives to install a project: the detailed, from scratch the fast using “npm install” The former is a good alternative to create your own project. The latter installs the project from its own configuration defined by the package.json file, … Read More “ANGULAR 10: Step One – Angular 10 + Bootstrap Setup” »
Toggle nav Angular 10 plus Bootstrap Step-by-Step A tutorial split into small steps. Using Angular 10, Bootstrap, Ng-bootstrap, etc., the application grows in steps treating one subject at a time up to a full application plus extra subjects. Step Zero – How does this tutorial work? Understand how to use it. Download the … Read More “ANGULAR: Create an Angular 10 project using Bootstrap – INDEX” »
SCENARIO Node.js project using Angular, etc. Usually, manually copying a project like an example above may take a very long time. Making synced snapshots using a sync tool is a better approach. A much better alternative is considering using a versioning tool. I chose Git. Probably, you may apply the concepts suggested here using another … Read More “GIT: I do love Git stash – Super hero when things go wrong” »
Maintaining website performance is like working with a quadruped beast. If just one leg fails, your site goes down. When Is It Time to Think About Performance? I usually think about performance when I access a site that has a heavy page, but heavy is not a good measure since it leads … Read More “WEB: Site Performance – At Least a Quadruped Beast” »
By André Dias , September 2nd, 2018 Short tips about disassembling a VPCF1 (VPCF 153 ). There is a good tutorial, below, which may be used to get acquainted to the task. Also, it was added an important detail when removing the cover, which may be stick in spite of removing all screws due to two … Read More “VAIO: VPCF1 DISASSEMBLING” »
An Ordered Information Collection from Several Sources IMPORTANT NOTE This post is a summary of my researches. The texts are copied as they are or adapted to make it shorter or to make it fit the summary’s purpose. They are all referenced, sometimes twice — in loco or below under References topic. There is no intention … Read More “REST: REST Concepts and Practices Summary” »
This post is based from my direct experience during many times when I desperately needed to restore a backup. Most of all were successful, but sometimes I had to go through some issues that I describe below the tricks and tips that helped me to get success. There is no simple and magic formula … Read More “Windows: Windows Cannot Find a System Image on This Computer” »
>PROBLEM Creating a persistence.xml file having two persistence units caused the following Wildfly’s error message: Caused by: java.lang.IllegalArgumentException: WFLYJPA0061: Persistence unitName was not specified and there are 2 persistence unit definitions in application deployment deployment “todos.war”. Either change the application deployment to have only one persistence unit definition or specify the unitName for each … Read More “WILDFLY/JBOSS: WFLYJPA0061: Persistence unitName was not specified and double persistence unit definitions” »
PROBLEM After download of Wildfly QuickStart Examples (https://github.com/wildfly/quickstart), the attempt to run the command mvn clean package -Pdocs to generate documentation, fails and returns: Non-resolvable import POM: Failure to find org.wildfly.bom:wildfly-jakartaee8-with-tools:pom [ERROR] Non-resolvable import POM: Failure to find org.wildfly.bom:wildfly-jakartaee8-with-tools:pom:20.0.0.Beta1-SNAPSHOT in https://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the … Read More “WILDFLY/JBOSS: QUICKSTARTS EXAMPLES: org.wildfly.quickstarts 20.0.0.Beta1-SNAPSHOT ISSUE” »