Serdar CevherFixing DEVELOPER_ERROR in React Native SSO with Google in Android (without Firebase)Everyone is telling you that it’s a SHA1 mismatch problem, but there’s also another possibility like a package name mismatch…Apr 16Apr 16
Serdar CevherFixing “Use of undeclared identifier ReactNativeConfig” errorIt seemed easy but wasn’t obvious. The error was because of a renamed config file though.Oct 11, 2023Oct 11, 2023
Serdar CevherNice concept Doğancan, I was regularly thinking about this.But I believe we can slightly improve it with a date filter because this version might cause some issues.Oct 6, 2023Oct 6, 2023
Serdar CevherInstalling Linux (Lubuntu) on Lenovo Ideapad 3 Chromebook in 2023Installing Linux on Lenovo Ideapad 3 ChromeBook wasn’t a one click operation, but it wasn’t a big challenge either. It surely took some…May 3, 20232May 3, 20232
Serdar CevherAutodetect and switch page language in Laravel 9 + Vue 3 + Inertia.jsLet’s implement locale detection by using browser language, a way to manually switch it and to persist it in the session storage.May 26, 2022May 26, 2022
Serdar CevherHow to make Laravel + Vue + Inertia.js use Google ReCaptcha without installing a packageEveryone is so willing to add another unnecessary package to their project. But it’s not worth the clutter — let’s integrate ReCaptcha…May 20, 20221May 20, 20221
Serdar CevherRecovering lost MySQL data after an Homebrew upgrade in MacOSSwitching from Intel to M1 was like a breeze thanks to Rosetta 2. Sometimes things are not going that smooth though. I explain how to get…May 8, 2022May 8, 2022
Serdar CevherHow to implement pagination in Laravel 9 + Inertia.js + Vue 3 stackI was surprised to see that this wasn’t available out of the box. Thankfully there’s a 2 mins solution to the problem.Apr 27, 2022Apr 27, 2022
Serdar CevherHow to run feature tests in Laravel 9 in memory using SQLiteDefault settings in Laravel 9 make automated tests wipe your local MySQL database. Learn how to fix this.Apr 8, 2022Apr 8, 2022
Serdar CevherHow to use global helper functions in Laravel + Vue 3 (Composition API) + Inertia.js setupCreators of Vue 3’s Composition API discourage developers from using global variables. But I believe keeping your string helper functions…Apr 3, 2022Apr 3, 2022