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:

Code playground๐Ÿ–๏ธโ€‹

// 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?

Image one
Image two

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:

climbing

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

2023 Itai Mizlish