Posts

Showing posts from September, 2019

Search Your Favorite Development Language Docset Offline!

Image
Each programming language has online documentation needed during applications development. The documentation is important to all levels of developers. The online presence means that you have to be online in order to search for a specific language detail. So, what if you were offline or the network disconnected?? In this article, I will list the two most important offline docsets applications for MS Windows and macOS so you will not lose documentation access when you are offline. Zeal Zeal is an opensource offline documentation browser powered by Digital Ocean for MS Windows and Linux. After installing Zeal, go to Tools -> Docsets to download the needed docsets for your favorite programming languages. Zeal Zeal has plugins for code editors, so you can integrate it with your favorite code editor. Adding Zeal plugin makes it easy for you to search for a specific detail while coding. For more details, you can go to  https://zealdocs.org/usage.html . Dash Dash is an API Documentatio

Let's Learn Flutter

Image
What is Flutter? Flutter is an app SDK (Software Development Kit) developed by Google for building native cross-platform apps for iOS, Android, and web with one programming language and codebase. The goal is to enable developers to deliver high-performance apps that feel natural on different platforms. It embraces differences in scrolling behaviors, typography, icons, and more. Dart Programming Language Dart is a client-optimized language (focused on UI) for fast apps on any platform. It was unveiled in 2011. The Dart project was founded by Lars Bak and Kasper Lund. Dart 1.0 was released on November 14th, 2013. The Dart language is object-oriented and strongly typed. It is like a mixture of JavaScript, Java, C#. Everything’s a widget This is the main core principle of flutter. Widgets are the basic building blocks of a Flutter app’s user interface. Each widget is an immutable declaration of part of the user interface. Unlike other frameworks that separate views, view controllers, layou

10+ "Must Have" WordPress Plugins for Business Websites

Image
WordPress today is supported by thousands of plugins which add value to the website you are creating according to your business. In this article, I will list the Must Have WordPress plugins for business websites. WordPress plugins have various purposes including extending functionality, securing, backing up a website, SEO optimization,…, etc. So, I will list the top must-have plugins for business websites Why add plugins? WordPress is an online, open-source website creation tool written in PHP. It is made for all kinds of websites including Business websites, eCommerce stores, Blogs, Portfolios, Resumes, Forums, Social networks, Membership sites, …, and pretty much more. In order to turn the WordPress site to the kind you want, you have to use plugins to extend its functionality. Additionally, you have to add plugins which allow you to customize the admin area and add more security with backup and restore functionality. What are the plugins? The plugins below are the ones which I insta