.NET Core 3 Introduce new features

.NET Core 3 Introduce new features

.Net Core is a free and open-source cross-platform software framework for Windows, Linux and macOS. .NET Core 3.0 was announced on May 7, 2019 and was officially released on September 23, 2019 and the later version .NET Core 3.1 was released just a few months later, on December 3, 2019. The .Net Core team has made many improvements and new features in this version. Let’s find […]

Read More

Android Firebase for beginers

Android Firebase for beginers

Firebase I. What is Firebase Google Firebase is a Google-backed application development software that enables developers to develop iOS, Android and Web apps. Firebase provides tools for tracking analytics, reporting and fixing app crashes, creating marketing and product experiment. Firebase has many services and today I’m going to introduce to in-app messaging, cloud messages and real-time databases. II. Add Firebase to your app Before you […]

Read More

Tesseract for iOS

Tesseract for iOS

Introduction Tesseract is an optical character recognition engine for various operating systems. It is free software, released under the Apache License, and development has been sponsored by Google since 2006 until now (2020). This is the most popular and qualitative OCR-library. It uses artificial intelligence(AI) for text search and its recognition on images. It supports multiple platforms: MacOS, Window, Linux, but it can be compiled for iOS […]

Read More

GAS Development by Typescript

GAS Development by Typescript

Introduction GAS (Google App Script) can be developed only in Javascript before, and there is no official local PC development tool provided by Google, so it was standard to edit code on the cloud, the developers can not use the management program software such as Git. However, in 2018, Google provided the Clasp tool, which made it possible to clone javascript codes locally or to […]

Read More

iOS Programming: New updates in SWIFT 5.1

iOS Programming: New updates in SWIFT 5.1

1. Introduction     a) Released date On 20th September 2019, Apple released the brand new Xcode 11,  featuring support for new iOS 13. And came along with that, Apple released new version of its developing language: Swift 5.1.     b) Overall Swift 5.1 builds on the strength of Swift 5 by extending the stable features of language to compile time with the introduction […]

Read More

Laravel | CakePHP comparison

Laravel | CakePHP comparison

Introduction Laravel is a PHP open source frammework. Laravel is developed and maintanced by Taylor Otwell. Its architectural patterns are majorly  based on Symfony. Although Laravel was created quite late (2011) compared to other PHP frameworks such as Symfony (2010), CakePHP (2005). But to now, Laravel is framewok leading in the number of users, stars on Github and also searches on Google or StackOverflow. Star […]

Read More

Using external Diff in Sourcetree

Using external Diff in Sourcetree

Source Tree Diff External Git is one of the best and most preferred version control system available. Many projects implement Git repositories for storing and managing codes, regardless of whether it for a big enterprise or a small-scale project. With Git, it becomes easy to code and offer exciting integration features, which would help you to work with ease on any project or along with […]

Read More

Android Studio 3.5 Release Note Summary

Android Studio 3.5 Release Note Summary

Android Studio 3.5 focuses on improving three main areas of the IDE: system health, feature polish, and fixing bugs. I) New Function 1) Recommended memory settings By default, Android Studio has a maximum heap size of 1280MB. If you are working on a large project, or your system has a lot of RAM, you can improve performance by increasing the maximum heap size for Android Studio processes, such […]

Read More