Tag: Product and design
-
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 frontend-and-mobile backend-development software-engineering product-and-design
-
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 leadership-and-career software-engineering product-and-design
-
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 backend-development software-engineering product-and-design architecture-and-apis
-
Web accessibility guidebook for developers
Posted on July 17, 2019, Level beginner Resource Length long
Nikola Shekerev wrote this guide in you will get what he has learned about both fundamental and advanced accessibility topics while implementing accessibility compliance (Section 508, WCAG 2.0 and WAI-ARIA) for KendoReact.
Tags product-and-design frontend-and-mobile leadership-and-career software-engineering
-
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 frontend-and-mobile product-and-design security-and-privacy
-
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 cloud-and-infrastructure architecture-and-apis product-and-design frontend-and-mobile
-
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 frontend-and-mobile product-and-design
-
6 weeks: why it's the Goldilocks of product timeframes
Posted on May 14, 2019, Level beginner Resource Length short
Process for a product team can be suffocating, or process can be liberating. And no process at all? Well that's fun for maybe a week or two before everything starts to fall apart. Interesting read by Brian Donohue from intercom.com.
Tags leadership-and-career miscellaneous product-and-design
-
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 backend-development frontend-and-mobile product-and-design
-
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 product-and-design frontend-and-mobile
-
Creating UI Component Design System
Posted on May 7, 2019, Level intermediate Resource Length long
The guide by Rahul Goradia on topic of UI Components Design System. You can think of it as an instruction manual. It's also like an inventory which can be used to pick up resources and use them in your design.
Tags frontend-and-mobile how-to product-and-design
-
The narrative-driven organization
Posted on April 28, 2019, Level beginner Resource Length long
An article by Jordan Husney. It is meant to be a practical guide to using narrative and storyboards to design products & experiences, and organize teams around delivering value to manifest them.
Tags software-engineering miscellaneous how-to product-and-design