Tag: Web development
-
What is technical SEO? Basics and best practices
Posted on March 6, 2024, Level beginner Resource Length medium
Technical SEO is about improving your website to make it easier for search engines to find, understand, and store your content. It also involves user experience factors. Such as making your website faster and easier to use on mobile devices. By Tushar Pol, Christine Skopec and Zach Paruch.
Tags web-development app-development json search management
-
Java 21 features: A detailed look at the most important changes in the new LTS release
Posted on February 28, 2024, Level intermediate Resource Length medium
Another LTS Java release is already here, bringing some exciting changes and improvements. Let's analyze the most important Java 21 features, check out how they work in practice, and try to predict their significance for the future of this technology. By Arkadiusz Rosłoniec.
Tags jvm cloud web-development app-development java
-
Performance optimization techniques in Angular
Posted on February 23, 2024, Level intermediate Resource Length medium
The performance of any application plays a vital role in the growth of the business. As it is a high-performing front-end framework, we face challenges optimizing the performance. The major performance issues are the decline in traffic, decrement in engagement, high bounce rate, and crashing of applications in high usage. By @xenonstack.com.
Tags angular javascript web-development nodejs
-
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 distributed web-development app-development software-architecture learning
-
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 web-development app-development containers infosec kubernetes
-
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 javascript performance web-development app-development nodejs
-
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 javascript learning web-development app-development nodejs
-
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 serverless ios app-development android miscellaneous web-development
-
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 swiftlang web-development app-development programming
-
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 elixir web-development performance functional-programming app-development erlang
-
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 elixir web-development functional-programming app-development erlang
-
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 programming php how-to web-development devops