Art of Coding

Web development tips and tricks

  • WordPress
    • Video meta box
    • Multiple post images
    • Social Sharing
  • Php
  • Javascript
  • Networking
  • Linux / Unix
  • Git
  • Get in touch
ssl
General PHP Tips

How to install free SSL certificate?

Securing your website with an SSL certificate is crucial for protecting sensitive information and building trust with your users. Docker, a popular containerization platform, offers...

July 8, 2023 Ankit Tiwari 3 min read
Read Article
General PHP Tips

How to create a desktop shortcut in Ubuntu 20.04

Sometimes in linux, we don’t get a proper installer for an application. To run such application, we typically have to execute a shell script in...

March 6, 2021 Ankit Tiwari 2 min read
Read Article
General PHP Tips

Configure xdebug in docker to use with netbeans

How to configure xdebug in docker container to use it with Netbeans.

February 19, 2021 Ankit Tiwari 1 min read
Read Article
General PHP Tips

A simple way to encrypt/decrypt data in php

In this post, we will focus on how can we encrypt/decrypt store (text/JSON) using PHP. This may be useful in cases where we need to...

November 27, 2018 Ankit Tiwari 1 min read
Read Article
General PHP Tips

Eliminate render blocking javascript and defer parsing of js

Why is it important to Eliminate render blocking javascriptYou know your website needs to be fast. Even if the users with slow Internet connection don’t...

February 4, 2017 Ankit Tiwari 2 min read
Read Article
General PHP Tips

Create extract zip files using php

Uploading and downloading files to and from web servers is a common task in web development environment. This task is simple and straight forward as...

August 2, 2016 Ankit Tiwari 1 min read
Read Article
General PHP Tips

Read doc and docx files in Cake php

This post is intended to provide a reliable way to read the contents of .docx and .doc files. The content can be imported as html...

February 19, 2016 Ankit Tiwari 1 min read
Read Article
General PHP Tips

Regular expression for email validation

In this post we are sharing a regular expression to validate email address. In this example, we have used jQuery to test the email, however...

June 22, 2015 Ankit Tiwari 1 min read
Read Article
General PHP Tips

Display errors in php

Display errors in php without modifying php.ini

April 24, 2015 Ankit Tiwari 1 min read
Read Article

Recent Posts

  • Data structures in Javascript and Python April 1, 2025
  • Run docker in WSL for better performance and access app from Windows. March 19, 2025
  • Setting Up SonarQube Locally with Docker Compose August 28, 2024
  • Interactive SSH Sessions with Python May 14, 2024
  • Cracking the Code: Preparing for FANG Company Interviews December 6, 2023

Categories

  • Artificial intelligence
  • General PHP Tips
  • Git
  • Javascript and jQuery
  • Linux Tips
  • Networking
  • Node JS
  • Python
  • Wordpress Tips and Tricks

© 2026 Art of Coding. All rights reserved.