Important Learning Points From Surah Al A’araf – معارف سورہ اعراف

اس سورہ سے حاصل ہونے والے معارف کا نچوڑ یہ ہے کہ اگر انسان دنیا اور آخرت کی حقیقی کامیابی چاہتا ہے تو وہ اللہ تعالیٰ کی نازل کردہ کتاب قرآن مجید کی آیات کو سمجھے اور ان کے مطابق اپنی زندگی گزارے۔

forward

WordPress Plugin Development Boilerplate

Another contribution to the open-source community. We have developed and released a boilerplate template to develop a new WordPress plugin using Object Oriented Programming (OOP) approach. If you are a WordPress developer and want to develop a custom WordPress plugin from scratch, then this boilerplate may act as a good starting point for your new WordPress plugin.

forward

What is the Purpose of Life مقصد حیات کیا ہے؟

یہ ایک ایسا بنیادی سوال ہے جس کے بارے میں ہر ذی شعور انسان اپنی زندگی کے کسی نہ کسی مرحلے پر ضرور سوچتا ہے۔ اس سوال کا جواب جتنا جلدی ہو سکے تلاش کر لینا چاہیے۔ کیونکہ اس سے انسان کی سوچ، فکر، اور ترجیحات کا تعین ہوتا ہے۔ اگر انسان اپنے حقیقی مقصدِ حیات کا تعین کیے بغیر زندگی گزار دے تو اس کی زندگی کا اختتام شدید پچھتاوے پر ہوتا ہے۔

forward

WordPress and jQuery. What’s the Future?

WordPress is planning major jQuery changes in version 5.5 and future versions. Since WordPress relies on jQuery which is a popular JavaScript framework, the WordPress team wants to update jQuery to the latest possible version. In the long term, they want to minimize or completely remove the reliance on the jQuery framework as mentioned in this blog post. Following are some short notes about this topic: Currently, WordPress provides jQuery with version 1.12.4 released in 2016. The WordPress team wants to update the jQuery version gradually because many themes and plugins are using an older version of jQuery as a...
forward

Interview Questions for WordPress Developer

I have prepared a list of possible questions which are commonly asked or should be asked from a candidate applying for the position of a WordPress developer. What are WordPress plugins?What are WordPress themes?What are WordPress child themes?What is Gutenberg?How to choose a best WordPress plugin?Can you develop a WordPress plugin from scratch?Can you design a WordPress theme from scratch?Can you customize WordPress plugins developed using OOP concepts?What is the difference between OOP and Structural programming?What are hooks?Can you define a custom hook?What are actions?What are filters?What is the difference between actions and filters?How to extend the existing functionality of...
forward

#01 – Introduction – TypeScript

What is TypeScript? TypeScript is a typed super-set of JavaScript It means that any JavaScript code is a legal TypeScript codeAlso we can write any JavaScript code in a Typescript file (.ts) without any errorIt add rules about how different type of values can be usedIt preserves the run-time behavior of JavaScript code, which means that TypeScript will not throw any "type" errors on run-timeTypeScript is a static type checker for JavaScriptDetecting errors in code without running is known as static checkingDetermining the nature or type of error based on the type of values is known as static type checkingSo...
forward