Published inbyProgrammers·Oct 19, 20196 different ways to loop through an array in JavaScript (with examples)Handling an array of data is unavoidable and it’s very common when it comes to building any sort of application. …JavaScript4 min readJavaScript4 min read
Published inbyProgrammers·Oct 16, 2019Are you a decent Project Manager?If you’re a Project Manager, please don’t be offended by this article as I’m just giving some ideas and suggestions in a very peaceful manner so that you will be able to understand our thoughts and perhaps you can make a point or two as a reference to be incorporated…Project Management4 min readProject Management4 min read
Published inbyProgrammers·Oct 14, 2019How to create multiple targets in XCode?If you are currently working for a company as an iOS developer, chances are you might need to prepare your app to be run on different environments (e.g. Development, Testing, and Production). …IOS3 min readIOS3 min read
Published inbyProgrammers·Oct 13, 2019Top 10 Worst Nightmare For ProgrammersI’ve been in the software industry for more than 5 years. During these 5 years or so, I’ve worked for both big and small companies, did a couple of interesting stuff in between and of course I’ve been through a lot of nightmares as well. …Programmer6 min readProgrammer6 min read
Published inbyProgrammers·Dec 25, 2018Swift: Switch between StoryboardsAssuming you’ve created a storyboard called “SettingControllerSB.storyboard“. Next, you will need to give the View Controller a name via “Storyboard ID” as shown below.IOS1 min readIOS1 min read