Tag: Frontend and mobile
-
How to build interactive pie charts using only CSS and HTML
Posted on January 15, 2023, Level beginner Resource Length medium
Looking for an easy guide on how to make a pie chart with CSS and HTML? Then you've come to the right place! By Hafsah Emekoma.
Tags frontend-and-mobile architecture-and-apis
-
How we rebuilt React DevTools with replay routines
Posted on January 13, 2023, Level intermediate Resource Length medium
At Replay, we're building a true time-travel debugger for JavaScript. Our technology records everything that happens in a browser, so you can use it to debug any page regardless of what frameworks or libraries were used to build it. That said, framework-specific devtools are a valuable part of the debugging experience. By Mark Erikson.
Tags backend-development frontend-and-mobile architecture-and-apis product-and-design
-
Spatial search functionality with Neo4j
Posted on January 3, 2023, Level intermediate Resource Length long
In this post we explore some techniques for working with geospatial data in Neo4j. We will cover some basic spatial Cypher functions, spatial search, routing algorithms, and different methods of importing geospatial data into Neo4j. By William Lyon.
Tags architecture-and-apis how-to devops-and-ci-cd frontend-and-mobile cloud-and-infrastructure data-and-analytics miscellaneous
-
OptionSet in Swift explained with code examples
Posted on December 29, 2022, Level intermediate Resource Length medium
OptionSet in Swift allows you to define a set of options for configurations. It's the Swift variant of the well-known NS_OPTIONS in Objective-C and it's used throughout the standard libraries. By Antoine van der Lee.
Tags frontend-and-mobile product-and-design
-
Six docker compose best practices for dev and prod
Posted on December 26, 2022, Level intermediate Resource Length medium
Docker solves the "but it runs on my machine" problem by introducing containerization. However, with a multifaceted code base, you must simultaneously run several containers like the back and front end. Further, this will require you to leverage tools such as Docker Compose. By Regis Wilson.
Tags devops-and-ci-cd product-and-design frontend-and-mobile software-engineering
-
Reducing errors with type hinting in PHP
Posted on December 25, 2022, Level intermediate Resource Length medium
The search box. Where would we be without it? Search is a powerful tool, and as one of the most common elements that we interact with on a daily basis, search input usability is an important consideration. By Dawson Beggs.
Tags backend-development product-and-design frontend-and-mobile software-engineering
-
Best UX practices for search inputs
Posted on December 24, 2022, Level intermediate Resource Length short
The search box. Where would we be without it? Search is a powerful tool, and as one of the most common elements that we interact with on a daily basis, search input usability is an important consideration. By Dawson Beggs.
Tags business-and-emerging-tech product-and-design frontend-and-mobile
-
Safety Check! How to keep your iOS devices stalker free
Posted on December 22, 2022, Level beginner Resource Length medium
Perform an emergency safety check to quickly disconnect apps and people from your iPhone. By Shubham Agarwal.
Tags frontend-and-mobile miscellaneous product-and-design how-to
-
The evolution of state transfer
Posted on December 21, 2022, Level intermediate Resource Length medium
State transfer is fundamental to online applications. Web apps are architected around the network, with the separation of front-end from back-end and protocols like AJAX and REST. However, newer protocols like GraphQL and frameworks like Remix are increasingly abstracting state transfer away from application code. By James Arthur.
Tags software-engineering frontend-and-mobile product-and-design architecture-and-apis
-
Entity to DTO – how-to
Posted on December 20, 2022, Level intermediate Resource Length medium
DTO is probably the most straightforward pattern in object-oriented programming. What could be the motives for using DTOs in our applications? By Andrey Belyaev.
Tags data-and-analytics software-engineering frontend-and-mobile product-and-design backend-development
-
What is JAMstack - introduction
Posted on December 19, 2022, Level intermediate Resource Length medium
At its core, the JAMstack is a web development approach that focuses on using client-side JavaScript, reusable APIs, and prebuilt Markup to create web applications. This architecture allows for faster and more secure web development by using prebuilt and pre-rendered pages, which are then delivered to the user via a content delivery network (CDN). By Martin.
Tags cloud-and-infrastructure frontend-and-mobile
-
2022 in review: What's new in web performance?
Posted on December 16, 2022, Level intermediate Resource Length medium
The way we measure and optimize website speed is always changing. New web standards are introduced (and eventually widely supported), new tools are developed, and new metrics suggested. By Matt Zeunert.
Tags leadership-and-career frontend-and-mobile software-engineering