rohatfilitoglu.bsky.social
@rohatfilitoglu.bsky.social
Reposted
🔍 Looking to build a solid foundation in SQL?

@rohatfilitoglu.bsky.social from our Happy Hacking Space community simply explains SQL commands from the ground up, opening the door to effective database management.

happyhackingspace.blog/sql-komutlar...
June 11, 2025 at 6:32 PM
🎙️ Today, we had the opportunity to meet Safa Orhan, an inspiring figure in the software world, at the AMA (Ask Me Anything) event organized by Happy Hacking Space.
May 29, 2025 at 11:10 PM
👾 Here We Go!!!
👣 What are breadcrumbs?
I developed my first breadcrumb component using TSX.
May 17, 2025 at 10:17 PM
👾 Here We Go!!!
🚀 User Session and isLoggedIn Status: Secure Experience in Web Applications
March 19, 2025 at 12:00 PM
🚨 404 Page in React Router: Don't Lose the User!🚨
What happens when a user hits the wrong URL and gets a boring “404 Not Found” page? Probably exit your site...
March 14, 2025 at 12:30 PM
🚀 useNavigate in React Router: Dynamic Routing!

User experience is a critical factor in web applications. useNavigate is a powerful hook provided by React Router that enables flexible and efficient management of page transitions.
March 13, 2025 at 6:02 AM
👾 Here We Go!!!
🚀 React Router: Redirect with Link Component: ( <Link> </Link> )

Hello developers! 👨‍💻👩‍💻
March 7, 2025 at 5:50 AM
👾 Here We Go!!!
🚀 A Pattern I Came Across While Learning React + TypeScript: "handle" Functions!

Have you noticed some patterns repeating while writing code? 🎯 I also saw that functions starting with handle are frequently used and I researched why!
March 6, 2025 at 9:30 AM
👾 Here We Go!!!
🚀 What is State in React?
In React, state stores and updates data in components, thus creating a dynamic interface. 🔄✨

🔑 Important Points:

▪️ Dynamic Data Management: State manages the changing data of the component.
March 5, 2025 at 1:01 PM