Tamara Schebel
11 posts
🚀 I Just Launched My Portfolio Website – Check It Out! 💻✨
Hey Dev Community! 👋 I’m super excited to share that I’ve just launched my personal portfolio website! After…
Enhance Your React Native App with Debouncing for API Optimization
Debouncing is a powerful technique used to optimize performance by limiting the number of times a function is…
Sunday Rewind: How to be a better product manager this new year
This week’s Sunday Rewind is a 10-year old post from ProdPad CEO Janna Bastow on the subject of…
Introduction to useActionState -New hook in React
The useActionState hook is a new feature introduced in React 19, designed to simplify state management based on…
LabEx Trending: Simple Prize Draw Application and More 🚀
Are you a budding developer looking to expand your skills? Look no further than the latest trending projects…
Advanced Web Scraping Techniques
Introduction: Web scraping is the process of extracting data from websites and transforming it into a structured format…
PHP in the Age of AI: Don’t Overlook This Web Powerhouse for Your Next Smart Project
Thereafter, PHP might very well prove to be the unsung hero of the AI revolution. While Python gets…
0x00. Shell, navigation
File System Organization Like Windows, the files on a Linux system are arranged in what is called a…
Leetcode Solution: #206: Reverse Linked List 🐬
Question Type: Medium 🎚️ Complexities: Time: O(n), Space: O(n) 🚩 Code: 👇 class Solution { public: ListNode* reverseList(ListNode*…
Understanding the Difference Between REM and PX in CSS
Introduction: Two commonly used units are REM and PX. In this tutorial, we’ll explore REM and PX in…