-
Customize Blocks Using Settings Sidebar – Gutenberg Block Development
In previous blog post we have developed a custom Gutenberg block i.e Colored Lines which adds colored lines in post/page editor. After that we have learned how to use Block…
-
What Are Block Controls and Attributes – Gutenberg Block Development
In previous post, we have learned how to devlelop a custom Gutenberg block using ES5 syntax. We have developed a custom Gutenberg block which adds colored lines in Post/Page content.…
-
Develop Custom Gutenberg Block Using ES5 Syntax – Gutenberg Block Development
WordPress released a new post/page editor (Gutenberg Editor) in version 5.0 which improves the post/page development. The editor consists of some built-in blocks which can be used to add different…
-
How To Develop Hello World WordPress Block – ESNext and JSX Syntax
WordPress blocks are a new way to add content inside WordPress Post/Page editor. To know more about WordPress blocks visit our blog post titled “What Are WordPress Blocks – An…
-
JavaScript Build Setup For Development of WordPress Blocks – NodeJS
JavaScript build setup helps to speed-up the development of WordPress blocks and creates the two main files i.e. build/index.js and build/index.asset.php which are used while developing the actual WordPress block…
-
Free SSL Certificate for WordPress Website – Lets Encrypt cPanel Installation
If you need free SSL certificate for WordPress website or any other website then this blog post is written for you. This blog post lists the exact steps required to…
-
Interesting Stats about Pakistan IT Industry
In financial year 2018, the total IT exports reached approx $1.06B Total population of Pakistan as of Feb, 2020 is approximately 207 Million Total mobile phone subscribers are approx 143…
-
What’s New in WordPress 5.3
Block Editor is refined Additional layout options and style variations New theme Twenty Twenty is bundled with this version update 150 new features and usability improvements are added Two new…
-
What Are WordPress Blocks – An Introduction
WordPress blocks are a new way to create and organize content in WordPress editor (i.e. Gutenberg Block Editor or Block Editor) introduced in the version 5.0 of the WordPress. Now…
-
Review Rating Classification System Using Artificial Intelligence
Our research article titled “Multi Class Review Rating Classification Using Deep Recurrent Neural Networks” was published in an international journal “Neural Processing Letters” on 15 October 2019. In this tutorial,…
-
10 Data Science Career Paths
Data Science is an interdisciplinary field of scientific algorithms, tools, and technologies to extract useful insights from the data. This blog post lists the 10 data science career paths with…
-
An Introduction To Deep Learning – AI
Deep learning is a branch of machine learning based on the artificial neural networks which automatically optimize their learned rules/ patterns when there’s a wrong prediction.