-
radiography test
The following types of radiation are commonly used 2. Gamma rays: High-energy electromagnetic radiation used to inspect internal structures and defects in materials, such as welds and castings. 3. Neutron radiation: Used to inspect internal structures and composition of materials, such as in neutron radiography. 4. Beta radiation: Used in some specialized applications, such as… Read more
-
Strategies
What strategies do you use to cope with negative feelings? When dealing with negative feelings, I find it helpful to acknowledge them without judgment, practice mindfulness or meditation to stay present, engage in activities that bring me joy or relaxation, talk to a trusted friend or therapist, and focus on self-care practices like exercise, healthy… Read more
-
Random Fun Fact About The Golden State Warriors
Did you know that the Golden State Warriors set an NBA record for the most wins in a regular season with 73 wins during the 2015-2016 season? Read more
-
Bash Command : cat and awk
This Bash command reads the content of the “config.yaml” file using `cat` and then uses `awk NF` to print only the non-empty lines of the file. The `NF` in `awk` stands for the number of fields, so `awk NF` prints lines that have one or more fields (non-empty lines). More explanation 👇👇 Let’s break down… Read more