Brian Maingisoftwareshark.hashnode.dev·Nov 20, 2024What is an application?You may have heard people talking about using a program, an application, or an app. But what exactly does that mean? Simply put, an app is a type of software that allows you to perform specific tasks. Applications for desktop or laptop computers are ...Discussapplication
Anant Sarafdevopsgurug.hashnode.dev·Mar 25, 2024How to Create a Custom Prometheus Scrapeable Endpoint for testing in kubernetesCopy these 2 files in your machine $ ls -l total 2 -rw-r--r-- 1 Dell 197121 382 Mar 21 13:23 Dockerfile -rw-r--r-- 1 Dell 197121 605 Mar 21 13:22 prometheus-scrapping-app.py Following is app.py from flask import Flask, Response from prometheus_clien...Discussprometheus guide
Zipyzipyteam.hashnode.dev·Mar 11, 2024React Native Debugging: A Comprehensive Guide for App DevelopersShantanu Patil React Native is a game changer in mobile app development as it allows us to build cross platform apps using React framework. This is great because we don’t need a separate code base or development skills for iOS and Android. While this...Discussapp development
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Oct 16, 2023Building a Serverless Application Repository with TerraformIntroduction :- In the ever-evolving world of #CloudComputing, #serverless #architecture is becoming increasingly popular. One of the key aspects of this architecture is the ability to create, #deploy, and manage applications without worrying about i...DiscussDevops
Delwar Ahmeddelwar.hashnode.dev·Jun 25, 2023Stateless ApplicationA stateless application is an application design approach where the application does not maintain any state or session information between individual requests. Each request from a client to the server is treated as an isolated, independent transactio...DiscussBackend Development - Learning ChecklistStateLESS
Sohail Pathaniamspathan.hashnode.dev·May 12, 2023Advanced Email Validation using ApyHub’s API in NodeJSEmail authentication has become increasingly important in recent years for the overall security of online communication, by ensuring authenticity, and protection against email fraud, phishing and other malicious activities. Email validation can help ...DiscussNode.js
Code Buzzcodebuzz.hashnode.dev·Mar 28, 2023Simple React Application on GitHub PagesProject Preview GitHub Page URL Simple React App GitHub Page Repository Page Repository How to Build and Deploy Simple React App on GitHub Pages How to Build and Deploy React AppDiscuss·75 readsProjectsReact
TomerforfreeCodeCampfreecodecamp.org·Nov 18, 2022In App Update - How to Notify Users of App Updates in FlutterWhen you roll out a new version of your application, you want your users to know about it. Whether you fixed a critical bug, added a new feature, or the application just runs smoother or faster – they need to know. As application developers, we want...DiscussAndroid
freeCodeCampforfreeCodeCampfreecodecamp.org·Aug 10, 2022How to Create a Real-time Chat Application with NuxtBy Idorenyin Udoh In a real-time chat application, the recipient can view the sender’s message almost immediately. This can either be in a one-on-one conversation between two parties or a group conversation. And that's what we're going to build in t...Discussapplication
freeCodeCampforfreeCodeCampfreecodecamp.org·Mar 29, 2022How to Build a Full-Stack Real-Time Voting App With Hasura and ReactBy Catalin Pit This article will teach you how to build a voting application that displays the poll results in real-time. Each time someone votes, the application updates automatically and shows the new results. Even though you will build a full-stac...Discussapplication