Tag: Web development
-
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 database oop web-development app-development java
-
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 open-source cloud web-development javascript
-
The hidden costs of serverless observability
Posted on December 12, 2022, Level beginner Resource Length medium
The growing popularity of serverless architectures has led to an increased need for solutions to the modern challenges of microservice observability—one of the most critical components for running high-performing, secure, and resilient serverless applications By @DeveloperSteve.
Tags serverless app-development web-development devops microservices
-
How to boost SRE productivity with observability-driven DevOps
Posted on December 11, 2022, Level beginner Resource Length medium
Observability-driven DevOps and SRE automation can help enterprises achieve SLO goals and reduce MTTR. But, how do you get started? By Rob Jahn.
Tags performance app-development web-development devops
-
Seven website performance metrics to track for better UX
Posted on December 10, 2022, Level beginner Resource Length medium
People expect exceptional performance when they access your site. They want quick load times, stable layouts and quick interactivity, regardless of whether they're on desktop or mobile. By Ben Schwarz.
Tags performance miscellaneous analytics web-development
-
Introducing blockchain node engine: Fully managed node-hosting for Web3 development
Posted on December 8, 2022, Level beginner Resource Length medium
Blockchain is changing the way the world stores and moves its information. Building on our commitment to help Web3 developers build and deploy new products on blockchain-based platforms, today we're thrilled to announce Google Cloud's Blockchain Node Engine. By Amit Zavery, James Tromans.
Tags web-development app-development blockchain gcp
-
Ten essential cloud DevOps tools for AWS
Posted on December 6, 2022, Level beginner Resource Length medium
Building, testing, and monitoring applications in the cloud is a unique challenge. While many organizations have embraced a DevOps methodology, their DevOps machine is still not at the level of maturity they might like it to be. According to a recent survey, 53% work on a team with a 'low level' of DevOps based on maturity factors. By Dave Armlin.
Tags apis cloud devops web-development aws
-
How to build a GraphQL server in Python with Graphene
Posted on December 4, 2022, Level intermediate Resource Length medium
Facebook developed GraphQL during their quest to find a better and more flexible way to work across their data. They found that they could achieve this flexibility with a query-based approach. By defining a schema that the queries can run against, an API based on GraphQL enables clients to make fewer requests while still being able to work with as much (or as little) of the data that's exposed through the query as desired. By Vince Power.
Tags apis restful python app-development web-development
-
How to create an amazon product search API with data collectors
Posted on December 3, 2022, Level intermediate Resource Length medium
How to scrape data from amazon.com with Bright Data's data collectors, and create a product search API that you can deploy to the web and monetize it. By Oskar Petr.
Tags apis restful cloud app-development web-development
-
Don't know what to monitor? L.E.T.S. Start with 4 Metrics!
Posted on December 1, 2022, Level beginner Resource Length medium
"We paid for a bunch of tools but we don't know what we should be looking at. There are tons of charts that don't seem to mean anything!" Software monitoring, how does it work? By Jeremy Hicks.
Tags monitoring infosec cloud servers app-development serverless web-development
-
How to implement debounce and throttle in JavaScript
Posted on November 28, 2022, Level intermediate Resource Length short
At some point you have probably come across a website that uses an autocomplete text box, drag and drop, or scroll based animations. If you have then chances are also pretty high that you have encountered debouncing and/or throttling without even realizing it. By @webdevsimplified.com.
Tags app-development web-development javascript programming
-
Better together: A Kubernetes and Wasm case study
Posted on November 20, 2022, Level intermediate Resource Length medium
This article reveals how early experiments bringing two major CNCF projects together – WebAssembly and Kubernetes – promises greater agility and major efficiencies. By Sean Isom.
Tags javascript web-development app-development cloud performance kubernetes