Hi everyone, I’m Caesar, and today I love to share my experiences from my first year on the job and what I’ve learned throughout the months. To be honest, I lost control for a while during the first six months due to distractions and uncertainty about what to do. Luckily, my colleagues guided me through…
Category: Programming
Memory management in JavaScript
Pic 1: Memory Life Cycle 1) Memory Life Cycle Whatever you are or what it is, everything always follows the life process: birth, growth, sickness, and death, so JS memory does. The “memory life cycle” is crucial to understanding how a programming language’s engine runs underhood and to avoid leaking memory. Allocate: JS…
Event loop in javaScript. What is it?
Is JavaScript easy to learn? Yes. Why? Why not? 🙂 … Because beginners do not need to understand what the heck is going on under the hood of JS. Just: watch, mimic, code and repeat until we get familiar with them. After all, JS handles everything for us. 1) JavaScript vs Browser Pic 1: JavaScript…
How did I resolve the Solita challenge?
Hi, Today, I will talk about how I resolved the pre-assignment from Solita. Honestly, this blog will solve the challenge from a beginner’s or IT student’s view. However, that’s why the solution can not be the best, and there may be several mistakes. So, if you find out something, please let me know…