< back to all tags
Tag - readings
Readings
July 19, 2022
Effective Java: CP3 - Methods Common to All Objects (10-14)

When and how to override the nonfinal Object methods.

readings
effective java
Readings
July 14, 2022
Effective Java: CP2 - Creating and Destroying Objects (1-9)

This chapter concerns creating and destroying objects: when and how to create them, when and how to avoid creating them, how to ensure they are destroyed in a timely manner, and how to manage any cleanup actions that must precede their destruction.

readings
effective java
Readings
July 05, 2022
How to Win Friends & Influence People
book surface

Excerpt from Dale Carnegie's book. A list of methods to gain soft skills.

readings
how to win friends & influence people
soft skills
Readings
June 30, 2022
Arduino Engineering Kit: CP3.3 - MECHATRONICS: DC Motor
dc motor connection

STEPS to run a DC Motor.

readings
arduino engineering kit
dc motor
Readings
June 29, 2022
Arduino Engineering Kit: CP3.2 - MECHATRONICS: Servo Motors, IMU, Battery
servo motor

THE rest of components in the kit.

readings
arduino engineering kit
servo motors
imu
Readings
June 23, 2022
Arduino Engineering Kit: CP3.1 - MECHATRONICS: DC Motors
kit components

DC motors are an integral component in all the projects included in this Kit and therefore its good to know the technical details of the subcomponents and the underlying electronic concepts used to run the DC motor.

readings
arduino engineering kit
dc motor
Readings
June 19, 2022
Arduino Engineering Kit: CP2 - ARDUINO, MATLAB & SIMULINK
nano family

Learn the basics of the Arduino IDE, the MATLAB® IDE, the programming language, and the Simulink® models. You will discover how these three tools can be connected to each other while making practical exercises.

readings
arduino engineering kit
matlab
simulink
Readings
June 19, 2022
Arduino Engineering Kit: CP1 - Unboxing and Installations
in the box

WHAT'S in this kit and how is everthing organized.

readings
arduino engineering kit
Readings
June 18, 2022
Sed and Awk 101 Hacks: CP2 - Sed Substitue Command

SED Substitue Command

readings
sed and awk 101 hacks
bash
sed
Readings
June 17, 2022
Sed and Awk 101 Hacks: CP1 - Sed Syntax and Basic Commands
Sed Flow

Sed Syntax and Basic Commands

readings
sed and awk 101 hacks
bash
sed
Readings
May 10, 2022
Probabilistic Machine Learning: CP2 - Probability: Univariate Models
Gaussian pdf

THIS chapter discussed how to describe continuous and discrete random variables. For RV, we have Mean(E) and Variance(V). Bayes' theorem is to the theory of probability what Pythagoras's theorem is to geometry. -- Sir Harold Jeffreys, 1973.

readings
probabilistic machine learning
math