Tag: App development
-
Robotic process automation (RPA) vs. AI, explained
Posted on August 27, 2019, Level beginner Resource Length medium
An article by Kevin Casey explaining what is the difference between Robotic Process Automation (RPA) and AI. The expanding universe of artificial intelligence includes many terms and technologies.
Tags robotics app-development miscellaneous
-
How to encrypt files with gocryptfs on Linux
Posted on August 16, 2019, Level intermediate Resource Length short
Gocryptfs encrypts at the file level, so synchronization operations can work efficiently on each file. An article by Brian "bex" Exelbierd (Red Hat).
Tags linux devops miscellaneous programming software app-development
-
Kotlin Multiplatform for Clean Architecture
Posted on August 11, 2019, Level intermediate Resource Length long
Jan Freymann wrote this piece about Kotlin and Kotlin Multiplatform, which enables us to write the same code for the JVM as well as LLVM!
Tags ios kotlin programming android app-development
-
What is rapid application development?
Posted on August 6, 2019, Level intermediate Resource Length medium
Stanley Idesis wrote this article about rapid software application. Rapid application development is an adaptive software development approach that focuses more on ongoing software projects and user feedback and less on following a strict plan.
Tags agile programming software app-development
-
Memory management in Python
Posted on August 5, 2019, Level intermediate Resource Length medium
This article describes memory management in Python 3.6. If you are interested in GC details, you can read my article about Garbage collection in Python. By Artem Golubin.
Tags python programming software app-development apis
-
Understanding and resolving SELinux denials on Android
Posted on June 10, 2019, Level intermediate Resource Length short
An article by Harsh Shandilya on hot topic of security for Android software. SELinux is an acronym for Security-enhanced Linux. It is a security feature built into the Linux kernel that enforces access control for programs via a predefined security policy put in place by the system administrators.
Tags android app-development infosec
-
Tracking and reminders in AWS Amplify
Posted on May 21, 2019, Level intermediate Resource Length medium
A guide by Jan Hesters how to track which features your users use in AWS Amplify and send them emails, push-notifications and SMS based on their behavior.
Tags aws serverless app-development web-development
-
Scaling up an iOS app using modules
Posted on May 20, 2019, Level intermediate Resource Length medium
Nebil Kriedi wrote this article about scaling up the development of the Depop iOS application, both in terms of number of features developed in parallel, and in terms of number of contributors to the code base.
Tags ios app-development
-
Full-Stack TypeScript with Ionic, Angular, NestJS
Posted on May 11, 2019, Level intermediate Resource Length long
Ely Lucas published series of articles focusing on developing with TypeScript and explained benefits of using TypeScript on both the client and server, shared an introduction to NestJS. Following this series you will insights how to build a simple app.
Tags nodejs javascript app-development
-
PWA vs. React Native
Posted on May 9, 2019, Level beginner Resource Length short
Kirupa wrote this short article in which he describes decision process when one needs to decide between 2 technologies. Two of the hottest technologies for building cross-platform apps these days are Progressive Web Apps (PWA) and React Native.
Tags app-development android
-
Product life cycle -- step by step
Posted on April 13, 2019, Level beginner Resource Length short,
An article by Josefina Blattmann. If you ever had a business idea you probably wondered which steps you should follow in order to discover if it's actually a product, this article walks you through the process.
Tags ux app-development
-
Deep-dive tutorial series on React, TypeScript, and TDD
Posted on March 23, 2019, Level beginner Resource Length long
Paul Everitt, PyCharm Developer Advocate form JetBrains, posted this article with links to resources for learning React, TypeScript and Test Driven Development (TDD). React is obviously super-hot, TypeScript has recently become super-hot, and the combination is attracting increasing interest.
Tags javascript react web-development app-development