Thursday, March 31, 2022

MySQL - finding out slow queries

 SELECT * FROM `mysql`.slow_log ORDER BY query_time DESC;

Sunday, March 6, 2022

sed command example

 https://stackoverflow.com/questions/71318743/kubectl-versions-error-exec-plugin-is-configured-to-use-api-version-client-auth

Below command will take a backup of the file and substitute v1alpha1 with v1beta1

sed -i .bak -e 's/v1alpha1/v1beta1/' ~/.kube/config


Friday, March 4, 2022

React Native project - Sep 19 2021

  Build Uber Eats with React Native & YELP API | Redux | Firebase | Google API

React Native project - Jul 30, 2021

Let's build Uber 2.0 with REACT NATIVE! (Navigation, Redux, Tailwind CSS & Google Autocomplete)  

Rails improvements in 2021 - DHH

 https://world.hey.com/dhh/no-railsconf-faa7935e

Tuesday, March 1, 2022

Checklist app in SwiftUI using Core Data

Checklist app in SwiftUI using Core Data - Part 1

Jul 19, 2021

https://www.youtube.com/watch?v=6qtUL8Qgmcw


Checklist app in SwiftUI using Core Data - Part 2

Jul 21, 2021

https://www.youtube.com/watch?v=4RJrHbk-VgE

Build a macOS Menu Bar Realtime Crypto Tracker with SwiftUI & WebSocket - Feb 4, 2022

 

SwiftUI Basic Components

 https://betterprogramming.pub/swiftui-basic-components-ac2c62dc7b95

New CSS features in 2022

 https://www.smashingmagazine.com/2022/03/new-css-features-2022/

Tech Interview Prep

 https://aikikode.me/blog/interview-preparation-2022/

SwiftUI - Alternative to MVVM OR cleaner MVVM

 

iOS related: UI Design for Developers

https://www.youtube.com/playlist?list=PLDaHCLWmCcQLvG6AOpw5VxopkBKIcH9m7 

Above needs subscription 

Adapt SwiftUI app for iPad, Landscape, and Dark Mode

 

Followers

Blog Archive