Tag: App development
-
Guide on how to write documentation for a Rust crate
Posted on July 9, 2021, Level beginner Resource Length short
A guide on how to write documentation in Rust. By Guillaume Gomez.
Tags programming learning devops cio app-development code-refactoring
-
Getting started with static code analysis
Posted on July 7, 2021, Level beginner Resource Length medium
Static code analysis is the practice of examining application's source, bytecode, or binary code without ever executing the program code itself. Instead, the code under review is analyzed to identify any defects, flaws, or vulnerabilities which may compromise the integrity or security of the application itself. By John Vester, Sr. Architect, CleanSlate Technology Group.
Tags app-development web-development devops programming cicd infosec
-
Make Jenkins logs pretty
Posted on July 6, 2021, Level beginner Resource Length medium
Jenkins' default logs can be hard to read, but they don't have to be. By Evan "Hippy" Slatis (Red Hat).
Tags app-development web-development devops cicd cloud
-
Core Web Vitals: A guide to improving page speed
Posted on July 5, 2021, Level beginner Resource Length long
The Core Web Vitals for user experience are as follows: Largest Contentful Paint (LCP), First Input Delay (FID), Cumulative Layout Shift (CLS). By Kristi Hines.
Tags app-development web-development performance frontend
-
Laravel Octane v1.0 is here
Posted on July 2, 2021, Level beginner Resource Length short
Laravel Octane, a tool to supercharge your Laravel application's performance. By Paul Redmond.
Tags php app-development web-development performance
-
Using GitHub Actions to deploy serverless applications
Posted on June 30, 2021, Level beginner Resource Length medium
Continuous integration and continuous deployment (CI/CD) is one of the major DevOps components. This allows you to build, test, and deploy your applications rapidly and reliably, while improving quality and reducing time to market. By Gopi Krishnamurthy, senior solutions architect.
Tags aws devops serverless cicd app-development
-
Top 5 auth solutions for React Native
Posted on June 29, 2021, Level beginner Resource Length long
Get to know 5 auth providers for React Native to get a head start with your Authentication flow. By Viduni Wickramarachchi.
Tags infosec react javascript app-development frontend
-
Elixir adoption success story
Posted on June 28, 2021, Level beginner Resource Length long
How a team that was new to Elixir over-delivered a big project in just three months. By Sophie DeBenedetto.
Tags programming erlang functional-programming elixir app-development learning
-
What is Recursion? A recursive function explained with JavaScript code examples
Posted on June 27, 2021, Level beginner Resource Length long
Recursion is a technique used to solve computer problems by creating a function that calls itself until your program achieves the desired result. By Nathan Sebhastian.
Tags programming nodejs javascript app-development learning
-
Serverless deployments with Knative
Posted on June 25, 2021, Level intermediate Resource Length medium
Knative is a Kubernetes based tool to deploy and manage serverless workloads and this guide will look at the way how to use it. By Anaïs Urlichs, site reliability engineer.
Tags serverless kubernetes containers app-development containers devops
-
The complete guide to testing React Native app using Cypress
Posted on June 23, 2021, Level intermediate Resource Length long
We can test a React Native application using Cypress end-to-end test runner while running it in the web mode using Expo. By Gleb Bahmutov.
Tags frontend app-development react tdd
-
Processing time-series data with Redis and Apache Kafka
Posted on June 22, 2021, Level beginner Resource Length medium
Learn how to analyze time-series data through RedisTimeSeries with Apache Kafka in this practical walkthrough. RedisTimeSeries is a Redis module that brings native time-series data structure to Redis. By Abhishek Gupta.
Tags app-development apache microservices nosql event-driven messaging