2023
- 01 May Doing CS50's Lab 6: World Cup problem in Ruby
- 17 Feb Password protect your Sinatra app with basic HTTP authentication
- 11 Feb Use react-responsive in React Native
- 04 Feb Use getRandomValues in React Native
- 27 Jan Use URL class in React Native
- 20 Jan Detect outside press in React Native
- 14 Jan Generate PKCE challenge in React Native
- 13 Jan Change Android navigation bar color in React Native
- 07 Jan Dirty Ruby script to migrate comments from Disqus to giscus
- 04 Jan Force www website in Cloudflare
- 03 Jan Force HTTPS website in Cloudflare
- 02 Jan Convert Blob to base64 in JavaScript
- 01 Jan Use Trix WYSIWYG editor in Next.js
2022
- 31 Dec Whitelist domain in JavaScript
- 31 Dec Redirect 404 pages in JavaScript
- 30 Dec Pretty print data in Ruby
- 30 Dec Attach file URL on ActiveStorage Rails
- 29 Dec Pretty print JSON in JavaScript
- 29 Dec DRY by reading .ruby-version in your Gemfile
- 28 Dec Get the filesize of base64 file
- 27 Dec Attach base64 file on ActiveStorage Rails
- 26 Dec Check if Sidekiq is running
- 26 Dec Check if Redis is running
- 25 Dec How to get statusbar height in React Native
- 24 Dec How to convert char to int in C/C++
2020
2019
- 12 May Remove all cookies in JavaScript
- 12 May Rails authentication with Devise
- 11 May Remove an element from array in JavaScript
- 11 May Add an element to array in JavaScript
- 05 May Dynamically import class with no SSR in Next.js
- 27 Apr Test Doubles Stubbing & Mocking
- 27 Apr How to use FullCalendar in Next.js
- 21 Apr Rails file upload using ActiveStorage
- 14 Apr Advantages and Disadvantages of UUID
- 31 Mar How to create a basic authentication in Ruby on Rails
2018
- 15 Apr How to convert HTML to PDF in PHP
- 14 Apr How to resize an image in PHP
- 13 Apr How to display number of post views WordPress
- 13 Apr Converting timesamp to time ago in PHP like Facebook
- 12 Apr How to display the last updated date of your posts in WordPress
- 12 Apr Create plugin in WordPress step by step tutorial for beginners
- 08 Apr How to create a CRUD operations plugin in WordPress
- 05 Apr How to create database tables when your plugin is activated
- 05 Apr How to create a contact form plugin in WordPress
- 04 Apr How to create a dashboard widget in WordPress
- 04 Apr How to add custom column in WordPress post
- 03 Apr How to create a cron job in WordPress
- 03 Apr How to create a settings page for your WordPress plugin
- 02 Apr How to verify email address in PHP
- 31 Mar How to create a separate login page in WordPress
- 30 Mar How to upload your plugin to WordPress plugin directory
- 19 Mar How to pass value from PHP to JavaScript
- 19 Mar How to pass value from JavaScript to PHP
- 13 Mar How to add submenu in WordPress custom plugin
- 11 Mar How to find out your PHP version in WordPress
- 10 Mar How to setup Cloudfalre free CDN and SSL in WordPress
- 10 Mar How to abbreviate numbers in PHP
- 09 Mar How to setup Cloudfare CDN to your website
- 09 Mar How to get free SSL certificate from Cloudflare
- 06 Mar How to upload files in WordPress programatically
- 06 Mar How to create an admin page for your WordPress plugin
- 21 Feb How to create custom WordPress shortcode plugin from scratch
- 19 Feb How to insert data into WordPress database
- 19 Feb How to create SEO friendly URL in PHP
- 19 Feb How to connect to WordPress database
- 16 Feb How to generate a random string in PHP