Who should read it?General users who want to create a new project (or document) and want to have control over the code. If you think sharing repository is becoming challenging comment. I will add the steps to share. Programmers who want to create any project (or document). And want to…
Continue ReadingBest Approach to learning new technology
When you already have programming experience Approach to learning Recently I was having a discussion with one experienced programmer who wanted to start learning iOS development. He wanted to learn the technology well enough to be able to start working in the industry and creating the products. The first question…
Continue ReadingThe RPTRNCamera Component
Our team has created a camera component that can be used in any react-native project by simply integrating the class named MediaCapture in your project and navigate to that it. You will find this component inside the media-capture.js class. Since this component is eloped using a core camera component designed…
Continue ReadingReact-native and Component-based architecture
React native is a brilliant hybrid development platform that has become super popular since it’s the first introduction in 2015, as It is being backed by Facebook and a community of programmers, it has improved a lot over the last 5+ years. It has been developed using several different one…
Continue ReadingAI Live: Lets Connect
An application that is simple. It will just allow you to connect with your peer in a couple of steps. Simple and straight forward. You can connect to your student, friends, college, or family. This facility is built on open-source Jitsi meet and is totally free to use. Stay connected!…
Continue ReadingPhillips Hue, Setup With Mobile Hotspot
What is Phillips Hue? As defined by the Phillips hue web site. “Philips Hue is your personal wireless lighting system that lets you easily control your light and create the right ambiance for every moment. Bring your smart home to life with the most connected light in the world“. Now, what does that…
Continue ReadingCreate your own cocoa-pod
Why? Mainly because you want to do it, but then it has been proved to be the highly efficient approach when you know that this component you gonna uses again and again in most of your project. For example, a UITextview that provides placeholder and character limit ¹, or a…
Continue ReadingFreelancer Vs. Full-time Developer-Pros & Cons of hiring an Independent Developer
Over past few years, the “gig” of working has been transformed rapidly. Access to remote work has changed the definition of work and work place. More and More people prefer working from home or off-site, infact recruiters do prefer to hire a freelancer reason behind, they are going to charge…
Continue ReadingCreate Jitsi Meet Framework for native iOS application and integrate in Xcode Project
Create JITSI Meet Framework From react native Code: Configure jitsi-meet react native application on your system run it and make it work Open Xcode project run it on iOS device check if all works as is.. Build it cmd+b using Xcode (for generic device) Inside app>Frameworks section click on Copy “JitsiMeet.framework” file…
Continue ReadingAdvantages of using CocoaPods
A lot of the pods can be installed “manually” by simply dragging some files to the project. To me, this seems like a more convenient way to install a pod. If I used CocoaPods, I would have to create a PodFile and execute a bunch of commands, add the framework…
Continue Reading