Interview GoJek Parking Lot Assignment using Python 1. Problem Statment Design a Parking lot which can hold n Cars. Every car been issued a ticket for a slot and the slot been assigned based on the nearest to the entry. The system should also return some queries such as: * Registration numbers of all cars of a particular...
DevOps Install SonarQube on Ubuntu SonarQube is an open-source tool that assists in code quality analysis and reporting. It scans your source code looking for potential bugs, vulnerabilities, and maintainability issues, and then presents the results in a report which will allow you to identify potential issues in your application. Step 1 - Perform a...
DevOps Install Jenkins on Ubuntu Jenkins [https://jenkins.io] is the leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. In this tutorial, we will install Jenkins in Ubuntu 18.04 but you can follow the same steps to install Jenkins Ubuntu 16.04. Step 1...
iOS iOS 13 - How to Integrate Sign In with Apple in your Application? In iOS 13 at WWDC 2019, Apple introduces a fast, easy way to sign in to apps and websites i.e. Sign In with Apple....
Xcode What's new in Xcode 11? [Updated for 11.1, 11.2, 11.3, 11.4, 11.5, 11.6 & 11.7] Xcode 11 includes everything you need to create amazing apps for all Apple platforms. Includes the latest SDKs for macOS 10.15, iOS 13, iPadOS 13, watchOS 6, and tvOS 13....
Downloads Download Visual Studio 2019 Web Installer / ISO (Community / Professional / Enterprise) Please read Visual Studio 2019 system requirements before installing: Supported Operating Systems Visual Studio 2019 will install and run on the following operating systems (64 bit recommended): * Windows 10 version 1703 or higher: Home, Professional, Education, and Enterprise (LTSC and S are not supported) * Windows Server 2016: Standard and Datacenter...
iOS iOS12 - Password AutoFill, Automatic Strong Password, and Security Code AutoFill Passwords and Security Codes are a modern necessity required for security and privacy. iOS 12 eases the tedious aspects of account setup and sign-in by automatically suggesting and using strong, unique passwords and by bringing one-time password to the QuickType bar....
Wiki How to Create and Auto-Renew Let's Encrypt Wildcard Certificate? As you know, Let's Encrypt officially started issuing a wildcard SSL certificate using ACMEv2(Automated Certificate Management Environment) endpoint. Wildcard certificates allow you to secure all subdomains of a domain with a single certificate. Wildcard certificates can make certificate management easier in some cases. Wildcard certificates are only...
Swift Create a Library using Swift Package Manager - Stepwise Tutorial The Swift Package Manager (SPM) is a tool for managing the distribution of source code, aimed at making it easy to share your code and reuse others code. Swift Package Manager provides a convention-based system for building libraries and executables, and sharing code across different packages....
Wiki Censys - Find and analyze any server and device on the Internet Censys is a platform that helps information security practitioners discover, monitor, and analyze devices that are accessible from the Internet. Censys was created in 2015 at the University of Michigan, by the security researchers who developed ZMap....