One day in october๐
Published on
October 5th:
I am returning from Italy where I discovered a lifelong hobbyโVia Ferrata climbing ๐งโโ๏ธ. I also realized that doing interviews during breaks can end terribly ๐ผ. The assignment was pretty standard, almost plain simple and expected ๐. But being on a vacation high got me pretty low ๐๏ธ. Hereโs a sample code that reminds the goals and questions based on that could be like:
// App.js import React, { useState, useEffect } from 'react'; import './App.css'; function App() { const [users, setUsers] = useState([]); useEffect(() => { fetch('https://jsonplaceholder.typicode.com/users') .then(response => response.json()) .then(data => setUsers(data)) .catch(error => console.error('Error fetching users:', error)); }, []); return ( <div className="app"> <h1>User Cards</h1> <div className="user-cards"> {users.map(user => ( <div className="user-card" key={user.id}> <h2>{user.name}</h2> <p><strong>Email:</strong> {user.email}</p> <p><strong>Phone:</strong> {user.phone}</p> <p><strong>Website:</strong> {user.website}</p> </div> ))} </div> </div> ); } export default App;
This very day, I drove up with my family to Corni di Canzo near the Bellagio mountains for my first via ferrata track ๐๐๏ธ. I fell in love immediately and instantly felt better โค๏ธโ๐ฅ. Two days later, we went back for โSimchat Torahโ as we wanted to spend it in Israel ๐ฎ๐ฑ.
October 7th ๐:
Waking up to the call of sirens is not something I should be too surprised about ๐จ.I go to shul expecting everything to be normal ๐. I am not holding my phone but in a matter of minutes, everyone is equipped and ready to protect themselves and their loved ones. I quickly understand I need to be around all my family members since I am the only adult male in the family at the moment. Being a combat soldier, I feel doomed to serve as a personal guard for the day and the day after ๐ช. Itโs Shabbat. Itโs a holiday. And my phone doesnโt stop ringing ๐. I pick it up after the 6th call. I am being recruited to the south. The whole situation is still too vague for me, and it seems like it was still vague for the rest of the world ๐.We go back to our house, wanting to help. My mother stops me at the last minute: "Nadav was taken hostageโฆ"We watch the news the whole night long ๐บ.Thinking about my cousin paralyzes me ๐ง .Later, we see on the news that he should be fine. Getting a call from our uncleโs friend, we get the first sigh we had for 24 hours ๐.
October 8th-02:30
I finally go to my unit, meeting all my new friends. I donโt know most of them. Never met them. They will probably see me in my most extreme times, and I know I will trust them with all my heart and hope they could trust me too ๐ค.
October 9th:
The tragic events start to show light. A person I was introduced to more than once was at the Nova party and was murdered. A sergeant that I was under his command fell in combat โ๏ธ. The horrors that happened to people I never knew seemed to make me feel as if I could spend the rest of my life with them if not for what happened. I felt terrible that we were part of an attack command in the north and not in Gaza. At the time, I felt I was destined to protect the people that were hurt the most two days ago ๐ก๏ธ.
November:
We start doing the most important missions. We find terrorists. Destroy terror bases. Move forward with tanks. Hide in houses. Infiltrate houses that were found with ammunition, etc. ๐ This goes on for a while and my food reduces to canned vegetables and some bread ๐.
Can you see the change I had?
December:
We go out for 2 days. But we are only permitted to be in a hotel in Ashkelon. My parents visit for one hour. Later that day, we go back to Gaza. Though I should feel weaker than ever, I am strengthened looking at my siblings and thinking how I could never let anyone do to them what was done in October to people from my nationโmy own brothers, sisters, grandparents, and babies ๐จโ๐ฉโ๐งโ๐ฆ.
2024
End of January:
We get one day of treatment when we talk about all we have done and seen. I talk loudly about how the streets will never look the same and how I felt better being in Gaza knowing I could make more effort there, knowing I can save people at home. Most of them disagree with me. One understands; he tells me that only when all are out for lunch. He leaves too and tells me to join. โIโm going out soon,โ he says, wiping off a tear ๐ข.
February:
I get a call from my sergeant. He tells me he has a job offer for me at the government as a data engineer. I didnโt think about a job at all. I made some bucks at IDF and didnโt feel ready, but I took the chance anyway ๐. After taking the interview, I was required to do their assignment and pass on to more interviews. Eventually, I got hired. But only for a couple of weeks because of governmental bureaucracy ๐ฉ.
March:
I stopped thinking about data developing with SQL, React graph libraries, etc. Going back to taking the time to relax, I started relaxing and kept developing with AI and React. How I love it ๐ป.
April:
I did a small project for a startup but went back to vacay mode, climbing more on via ferrata in Israel at a special track named after Chagit, a climber who was murdered by the terrible terrorists of Hamas. Later, I relaxed at Eilat and even saw the views of Paris and the Gardens of Versailles ๐ดโ๏ธ. THIS IS GREAT.
I am called back to reserve in Gaza.
May:
People around me get hurt. Operations are getting more precise, the danger enlarges. I am scared. I am mute and feel terrible to share this ๐.
June:
I try my best to communicate my fears while keeping the mission on. I take the time to process my thoughts and overcome my fears just until this round ends. Fortunately, this ended yesterday, fully knowing the day I come back is not far but having the four hostages back home is giving me more strength to keep on going ๐ช.
July:
This chapter has just started. Would you want to write it with me? ๐
Whatsapp me. If you're on your desktop you could still mail me mail me. I am free for any opportunity that may come ๐ฑ.
Hey there! ๐ I'm Itai Mizlish, a passionate fullstack web developer with a knack for crafting captivating digital experiences using the magical world of JS frameworks and magical UI libraries. ๐ When I'm not immersed in lines of code, you'll find me exploring the diverse landscapes of Israel, contributing to open source projects, and getting lost in the time-traveling adventures of Doctor Who! ๐๐
You can read more about me here