ABOUT I have two main approaches on this site: – Step-by-Step information and – Summaries. On another site that I publish (Blogger), I have the posts oriented by “Problem vs. Solution”. So, here you get the information to avoid the problem! Resilience & Performance is a vast subject, but you get at least a basic … Read More “Web App: Resilience and Performance Key Points – A Summary” »
1. Download and install Node.js. Windows On Windows, It comes with installer. Download | Node.js Test the installations. On console, type: node -v Linux *** NOTES: 1. node 8x is not available for wheezy. So, it was made an attempt, then installed the version 6x, which is the compatible version. If using a later version, … Read More “Angular: Step-by-Step: Environment Setup” »
Digging and looking around about JavaScript alternatives, I came across Svelte. When starting studies from scratch about a subject you get many alternatives. This is marvelous, but the setback is to get the right path to start getting the grips with it as fast as possible. Since many pages tell us more than one or … Read More “JavaScript: Svelte — A Little Guide to Start Studying This Interesting Framework” »
Some alternatives to install bootstrap: – manual install plus jquery via npm, – via bootstrap’s npm install plus jquery, – via bootstrap’s npm install plus ngx-bootstrap (with or without jquery install) or – via bootstrap’s npm install plus ng-bootstrap (with or without jquery install). The alternatives are tested using then code of the “Album” … Read More “Angular: Bootstrap Install Strategies” »
There are many good posts about the differences between pulling with and without rebase, merge and etc. If you desire to refresh memory about this, try these: git: the difference between git pull and git pull –rebase Git Branching and Merge vs Rebase- This post intends to supply information on when and where not to … Read More “Git: Rebase – When and Where Not To Do” »
Le Vin Filosofia Suzana Barelli Vinhedo austral: vinhos da Patagônia Extrema NOTA: texto de incentivo replicado aqui, referente a um bilionário e seus riscos, como estímulo àqueles que lutam pelo sucesso em seus projetos. Cultivado no paralelo 45’33 Sul, considerado o limite para a agricultura dar frutos, Projeto Otronia, que chega agora ao … Read More “AutoAjuda: O Sucesso é Cultivado” »
SCENARIO The machine is very slow, hanging at each command, even the simple ones. The first thing that crosses our minds is “who is responsible for this?”. Then you open your preferred app to inspect the processes running on Windows. Considering that you may even know most of the processes running by their name, there … Read More “Windows: Machine Hanging, Slow? Caution When Killing Processes- The HostAppServiceUpdater.exe Example Using Lenovo” »
Scenario Suppose that you try to start an Eclipse installation, and it fails returning exit code 8, 13, etc. , something like “java terminated exit code 8“. This is usually caused due to the version of Java used by the environment that it is incompatible with the version of the Eclipse installation. Another situation comes … Read More “Java: Handling Java Installation on Debian/Ubuntu – Eclipse fails with exit code” »
NOTE: This post is about restoring, so it presumes that you’ve made the Window’s rescue pen drive. ENABLE BOOT BY USB To start the rescue via pen drive, you’re going need to make sure that the boot by USB is enabled. To do so, restart the system, and just after it begins, press F2. … Read More “Lenovo Yoga: restoring recue point, images, etc.” »
Before changing a complex code, consider these pieces of advice carefully. The code may look like a simple task. To get a better judgment, think about the dependencies related to it. If you are not sure, so make sure. Check the considerations below to save time and despair! Get acquainted … Read More “Programming: Refactoring And Maintenance – Rules of Thumb From Direct Experience” »