PinnedFlutter Ecommerce App 🛒Shoppr eCommerce App in Flutter Shoppr is an e-commerce app build in Flutter (an open source framework by Google). This app contains many screens (listed below) for a production ready e-commerce applications. App Features - Build with latest version of Flutter and Dart - Compatible with Android and iOS - Easy to…Flutter App Development2 min readFlutter App Development2 min read
Jul 26JavaScript Interview Question: Find the number of 1s and 0s from the arrayYou have been given an array of integers that consists only 1s and 0s. Your task is to find the total number 1s and 0s in the array. Example Input: [1, 0, 1, 0, 0, 1, 1, 0] Expected Output: Total 1s are 4. Total 0s are 4. Sounds easy…JavaScript1 min readJavaScript1 min read
Jul 24JavaScript Interview Question: Best time to buy the stockIn this episode, we are going to explain one of the famous question asked in JavaScript interview. You will be given an array of integers which represents the prices of a stock in each day. Your task is to find the best buying and selling price that will give you…JavaScript2 min readJavaScript2 min read
Jul 16Miranda — Responsive Tailwind CSS Portfolio TemplateMiranda is a responsive portfolio HTML template built with Tailwind CSS. Template Features: Build with Tailwind CSS v3.3.2 Fully Responsive and easy to customize Compatible with all modern browsers W3C Validated Code Clean code with comments Template Contains: Hero section with social icon buttons On scroll animated service section Portfolio…Tailwind Css1 min readTailwind Css1 min read
Jun 24JavaScript Interview Question: How to check the Palindrome in JavaScriptOne of the famous JavaScript interview questions. How to check the palindrome in JavaScript. A palindrome is a word or phrase that reads same in the reverse order also. Some of the examples are civic, rotor, noon, level, mom, madam and racecar. Now lets see how to solve this in…JavaScript2 min readJavaScript2 min read
Mar 6Frequently asked: AEM Interview Questions and AnswersQ1. What are the advantages of AEM over other CMS? The advantages of AEM over other CMS (Content management System): Implementation of workflows for creating, editing and publishing of content. Managing a repository of digital assets like images, documents and integrating them to the websites. Usage of search queries to…Aem7 min readAem7 min read
Jan 15CSS Gradients you should be aware ofA gradient in CSS is a transition between two or more colors. It can be applied to backgrounds, borders, and other elements. CSS defines three types of gradients: Linear gradients A linear gradient is a type of gradient in CSS that creates a transition between two or more colors…Css35 min readCss35 min read
Dec 29, 2022An overview of JavaScript InternationalizationInternationalization (i18n) refers to the process of designing and developing a software application or website in such a way that it can be easily adapted to different languages and regions. This involves a number of tasks, including: Separating language-specific content and behavior from the rest of the codebase. Providing a…JavaScript11 min readJavaScript11 min read
Dec 22, 2022Popular Technology for building Mobile, Desktop and Web ApplicationsMobile Application Mobile apps are developed specifically for a particular mobile platform, such as Apple’s iOS or Google’s Android operating system. Mobile apps are typically designed to be user-friendly and easy to use, and they can be customized to meet the needs and preferences of individual users. Kotlin MultiplatformFlutter10 min readFlutter10 min read
Dec 11, 2022You should be aware of TALL Stack and it’s resourcesTALL Stack TALL stack is a full-stack development solution used for building powerful, modern, and reactive web applications. TALL stacks is set of frameworks such as Tailwind CSS, Alpine JS, Laravel and Livewire. Tailwind CSS Tailwind CSS is a utility-first CSS framework which provides single purpose utility classes that we can use…Laravel3 min readLaravel3 min read