Tag: Frontend and mobile
-
How to turn your Raspberry Pi into NAS server [Guide]
Posted on August 18, 2023, Level intermediate Resource Length medium
In this modern age of science and technology, data is like the heart and soul of a system. How many times have you bought external hard drives for extra storage till now? Plenty, I guess. But wouldn't it be awesome to have your personal storage in the cloud with unlimited space just to save your information and data? It's possible! All you need is a raspberry pi with an external or USB hard drive, and your personal NAS system will be ready in no time. By Mehedi Hasan.
Tags business-and-emerging-tech frontend-and-mobile cloud-and-infrastructure
-
Ten best self-hosted apps for your Raspberry Pi
Posted on August 17, 2023, Level beginner Resource Length medium
This article provides you with the best and most popular applications by categories that you can self-host on your Raspberry Pi device. By Bobby Borisov.
Tags business-and-emerging-tech frontend-and-mobile data-and-analytics miscellaneous cloud-and-infrastructure
-
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 frontend-and-mobile product-and-design software-engineering
-
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 product-and-design frontend-and-mobile architecture-and-apis backend-development
-
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 frontend-and-mobile product-and-design
-
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 architecture-and-apis frontend-and-mobile product-and-design software-engineering
-
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 architecture-and-apis product-and-design frontend-and-mobile testing-and-quality
-
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 backend-development product-and-design frontend-and-mobile software-engineering architecture-and-apis
-
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 backend-development product-and-design frontend-and-mobile software-engineering
-
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 product-and-design leadership-and-career frontend-and-mobile
-
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 leadership-and-career frontend-and-mobile software-engineering
-
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 software-engineering backend-development cloud-and-infrastructure frontend-and-mobile