Tag: Frontend and mobile
-
Flutter vs. Kotlin: An overview in 2024
Posted on February 20, 2024, Level beginner Resource Length medium
Let's compare Flutter and Kotlin a little more directly, based on a number of key factors. By Flatirons.
Tags product-and-design frontend-and-mobile backend-development leadership-and-career
-
8 strategies for building resilient distributed systems
Posted on February 19, 2024, Level beginner Resource Length medium
A distributed system is a collection of computer programs that work together to achieve a common goal. For example, Spotify uses a distributed network of servers to store and deliver music and podcasts to its users. By Bassam Ismail and Hanush Kumar.
Tags architecture-and-apis frontend-and-mobile product-and-design leadership-and-career
-
Using containerisation
Posted on February 18, 2024, Level beginner Resource Length long
Guidance on how to build and use containerised applications securely. Containers are a common approach for packaging and deploying applications, standardised by the Open Container Initiative (OCI). By National Cyber Security Centre.
Tags devops-and-ci-cd frontend-and-mobile product-and-design security-and-privacy
-
Write JavaScript shell scripts with Bun
Posted on February 15, 2024, Level beginner Resource Length medium
Thanks to Bun Shell, it's now possible to write fast scripts in JavaScript. Some time ago, Alexandre published a test of ZX, a NodeJS wrapper for Bash. This project has inspired many others. By Anthony Rimet.
Tags frontend-and-mobile software-engineering product-and-design backend-development
-
JS Toolbox 2024: Runtime environments & package management
Posted on February 14, 2024, Level beginner Resource Length medium
JavaScript is bigger than ever, and the ecosystem is nothing short of overwhelming. In this JS toolbox 2024 series, we've selected and analyzed the most noteworthy JS tools, so that you don't have to. By Ollie Bannister.
Tags frontend-and-mobile leadership-and-career product-and-design backend-development
-
I have an app idea, what to do next: Tips for startups
Posted on February 13, 2024, Level beginner Resource Length medium
From startup conferences and TED Talks to Twitter memes and TikToks, entrepreneurs are looking for an answer to the question "I have an idea for an app, now what?" everywhere. By Andrii Bas.
Tags business-and-emerging-tech frontend-and-mobile leadership-and-career product-and-design
-
How to publish your app on Apple App store and Google Play store in 2024?
Posted on February 12, 2024, Level beginner Resource Length medium
In this article, we provide you with an in-depth guide on how to publish your app on Google Play and the App Store. You'll also find out what you should avoid when publishing an app. By by Amir Ahmed Khan.
Tags frontend-and-mobile leadership-and-career product-and-design miscellaneous
-
Implementing serverless architecture in React Native apps
Posted on February 10, 2024, Level intermediate Resource Length medium
Application development methodologies are continually evolving. Among the most groundbreaking shifts we've seen recently is the transition toward serverless architecture. By Clara Ekekenta.
Tags architecture-and-apis frontend-and-mobile product-and-design miscellaneous
-
Swift 6: Preparing your Xcode projects for the future
Posted on February 2, 2024, Level intermediate Resource Length medium
Swift 6 will be the next major release of Apple's programming language and aims to create a fantastic development experience. Many of the latest features we know today are part of the road toward this major version bump. By Antoine van der Lee.
Tags frontend-and-mobile product-and-design software-engineering
-
What is the fastest programming language? Making the case for Elixir
Posted on February 1, 2024, Level beginner Resource Length medium
As turnaround times continue to shrink and the innovation expected from developers expands, programming language speeds can become a deciding factor for solution designers. If you're concerned about speed, Elixir may be the language you're looking for. By Content Team.
Tags backend-development frontend-and-mobile software-engineering product-and-design
-
Demystifying Elixir web app development: A comprehensive introduction
Posted on January 31, 2024, Level beginner Resource Length medium
Elixir is a dynamic programming language with a syntax that combines a wild blend of influences for more scalable and stable programming. Elixir combines the best features of Ruby, the superpowers of Erlang, and the functional elegance of other languages. By Idhaya M V.
Tags backend-development frontend-and-mobile software-engineering product-and-design
-
Starting with Rector PHP: Improving your PHP code with automation
Posted on January 29, 2024, Level intermediate Resource Length long
Maintaining clean and efficient code is crucial for project success. Rector PHP emerges as a powerful tool, offering developers a seamless path to code transformation and enhancement. Rector PHP is an open-source automation tool for PHP, and it simplifies the process of code upgrades, refactoring, and modernization, bringing significant benefits to developers and their projects. By Roberto B.
Tags software-engineering backend-development how-to frontend-and-mobile devops-and-ci-cd