Go : Just Go for it

Golang is an open-source, light-weight procedural programming language, developed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google but launched in 2009 as an open-source programming language. Go is statically typed and compiled language, it is fast and easy to learn. Go is used for building servers and web apps. Why Go … Continue reading Go : Just Go for it

React native Vs. Flutter: Which Framework To Go with?

Programmers fall into a dilemma while choosing the right platform for product development. Nowadays, there are several different technologies available for App development. Among all, the most popular is Flutter and React native. Today we will be comparing these technologies in terms of various aspects given below. Learning curveInstallation setupUI buildingState managementDebuggingCommunity supportPerformanceToolchain processAutomation testing … Continue reading React native Vs. Flutter: Which Framework To Go with?

Learn How To Catch APNS On Xcode Simulator

As iOS developers, we have always faced the pain of testing the APNS (Apple Push Notification Services) only on actual iOS devices. Well, not anymore from Xcode 11.4 beta, because now we can test APNS on simulators also. We’ll directly dive into the action of “how-to”. So follow my lead : Have Xcode 11.4 beta(latest … Continue reading Learn How To Catch APNS On Xcode Simulator