Tag: Web development
-
Build performance analysis for speeding up Xcode builds
Posted on August 15, 2023, Level intermediate Resource Length short
Build performance can be analyzed in Xcode to speed up your builds. This can quickly speed up your workflow and save a lot of time during the day for all developers working on the project. Slow builds often distract us as they enable us to focus on distractions like social media and Slack. By Antoine Van Der Lee.
Tags ios app-development web-development programming performance
-
The complete guide to WordPress REST API basics
Posted on August 8, 2023, Level intermediate Resource Length medium
The WordPress REST API is in the process of changing WordPress. You may not have noticed, as a lot of it is under the hood, but the implications of the REST API make a huge difference to the future of WordPress, both in terms of its codebase and its uses. By Rachel McCollin.
Tags app-development web-development apis restful json
-
Angular best practices for developing efficient and reliable web applications
Posted on August 3, 2023, Level beginner Resource Length medium
The Google-created Angular framework that uses JavaScript is quite popular in developing web applications. Modules, components, metadata, templates, data binding, services, directives, and dependency injection are the fundamental building elements of Angular. It's essential to keep up with the latest Angular development best practices as the technological landscape changes. By Hardik Thakker.
Tags web-development app-development javascript angular
-
How to write API documentation: Best practices and examples
Posted on August 2, 2023, Level beginner Resource Length medium
APIs make the world go round. Developers and other professionals use APIs almost daily. Working with them, by some estimates, 10+ hours a week, for researching, googling for support, studying reviews, and rummaging around in the documentation. By @altexsoft.com.
Tags apis web-development app-development software
-
Why integration testing is key to testing microservices
Posted on August 1, 2023, Level intermediate Resource Length medium
The main idea behind microservices is to break down large, monolithic systems into smaller, more manageable components that can be developed, tested, and deployed independently. Testing microservices can be challenging due to their highly distributed and independent nature. By Rajkumar Venkatasamy.
Tags microservices app-development web-development tdd
-
Reactive systems in Java
Posted on July 26, 2023, Level intermediate Resource Length short
In this tutorial, we'll learn the basics of creating reactive systems in Java using Spring, as well as other tools and frameworks. By Kumar Chandrakant.
Tags java app-development web-development programming software-architecture
-
How to use data types in PHP
Posted on July 22, 2023, Level beginner Resource Length short
PHP is a popular programming language used in web development. It offers a wide range of features to developers, including support for different data types. Data types are essential to programming because they help define how data is stored and processed in a program. By @vegibit.com.
Tags php app-development web-development programming
-
How to build a blog with great User Experience: Tips and examples
Posted on July 21, 2023, Level beginner Resource Length medium
The goal of your blog is to engage your target audience by encouraging them to read your content. And you can also achieve this if you provide an excellent user experience. By Christopher Jan Benitez.
Tags ux teams app-development web-development career
-
Large scale Scrum: Comprehensive overview of LeSS
Posted on July 20, 2023, Level intermediate Resource Length medium
Large Scale Scrum, LeSS for short, has caught your attention. Maybe you've just started with Scrum but are already thinking about the next steps. Maybe you're a veteran of single-team Scrum, looking to expand it to other teams. By @nimblework.com.
Tags agile teams cio web-development management software
-
How to build your first web application with Go
Posted on July 19, 2023, Level intermediate Resource Length medium
One of Go's greatest strengths lies in the its suitability for developing web applications. It offers great performance out of the box, is easy to deploy, and has many of the necessary tools you need to build and deploy a scalable web service in its standard library. This tutorial will walk you through a practical example of building a web application with Go and deploying it to production. It will cover the basics of using Go's built-in HTTP server and templating language, and how to interact with external APIs. By Ayo.
Tags programming golang google web-development
-
Eight ways to deploy a React app for free
Posted on July 17, 2023, Level beginner Resource Length medium
It's time that you took your React applications out of development and into production! But the process of deploying an application built on top of a framework — such as React, Vue.js, or Angular — is much different from that of deploying a site built with HTML, CSS, and JavaScript. By Ashutosh Singh.
Tags web-development react javascript app-development
-
How to use Swift for web development
Posted on July 15, 2023, Level intermediate Resource Length long
The web development world is vast, and it's easy to feel lost in the constant stream of new technologies emerging every day. Most of these new technologies are built using JavaScript or TypeScript. However, in this article, author will introduce you to web development using native Swift, directly inside your browser. By Mikhail Isaev.
Tags web-development app-development how-to swiftlang