Recent Posts

Dimensions API vs useWindowDimensions hook

Screen Size in React Native: Two Approaches

This post is inspired by the ReactNative course – React Native – The Practical Guide…

 Posted in ReactNative Tagged , , , ,

Loading Custom Fonts in a React Native App (with Expo)

This post is inspired by the ReactNative course – React Native – The Practical Guide…

 Posted in ReactNative Tagged , , , ,

Cascading Styles in React Native

This post is inspired by the ReactNative course – React Native – The Practical Guide…

 Posted in ReactNative Tagged , , , , ,

SafeAreaView Deprecation in React Native: What You Need to Know

If you’re a React Native developer, you may have noticed recent warnings about the deprecation…

 Posted in ReactNative Tagged , , ,

Behind the Scenes of JWTAuth::attempt() in Laravel

Understanding JWTAuth::attempt($credentials) in Laravel If you’re working with Laravel and using the Tymon JWTAuth package…

 Posted in JWTAuth, Laravel Tagged , , , ,

10 Best Practices for Optimizing API Endpoints

10 Essential Best Practices for Building High-Performance and Secure API Endpoints APIs are the backbone…

 Posted in Daily Tips, PHP, Programming, Python Tagged , , ,

Using Auth0 Redirects with Vue.js Hash Routing and a Path-Based Callback

Introduction When building single-page applications (SPAs) with Vue.js, many developers choose hash mode routing (#/dashboard)…

 Posted in javascript Tagged , , , , , ,

How to Install Jenkins Locally on a MacBook (Step-by-Step Guide)

Learn how to install Jenkins on your MacBook locally using Homebrew. Follow this step-by-step guide…

 Posted in CI/CD Tagged ,

How Safe Are UUIDs for User Identification in JavaScript?

If you’re working with a JavaScript application and using UUIDs to assign unique identifiers to…

 Posted in javascript Tagged , , , ,

π—¦π˜π—Όπ—½ π—¨π˜€π—Άπ—»π—΄ cπ—Όπ—»π˜€π—Όπ—Ήπ—².𝗹𝗼𝗴() 𝗳𝗼𝗿 π——π—²π—―π˜‚π—΄π—΄π—Άπ—»π—΄, instead use cπ—Όπ—»π˜€π—Όπ—Ήπ—².table()

Untill now I was also using console.log() for debugging purposes, But here’s why you should switch to console.table()

 Posted in javascript Tagged , ,