NATS JetStream — a New Way to Create Resilient Message Queue
#programming #messagequeue #nats #golang #go #backend #natsjetstream #queue
https://hackernoon.com/nats-jetstream-a-new-way-to-create-resilient-message-queue
#programming #messagequeue #nats #golang #go #backend #natsjetstream #queue
https://hackernoon.com/nats-jetstream-a-new-way-to-create-resilient-message-queue
Hackernoon
NATS JetStream — a New Way to Create Resilient Message Queue
Today, I'll walk you through how to use NATS JetStream with a Golang app.
Essential Databases Every Developer Should Be Familiar With
#datascience #database #backend #webdevelopment #redis #mongodb #sql #bigdata
https://hackernoon.com/essential-databases-every-developer-should-be-familiar-with
#datascience #database #backend #webdevelopment #redis #mongodb #sql #bigdata
https://hackernoon.com/essential-databases-every-developer-should-be-familiar-with
Hackernoon
Essential Databases Every Developer Should Be Familiar With | HackerNoon
Here's that every kind of database that every developer to know about.
How to Simplify Data Validation in PHP With ValidationMyPhp
#webdevelopment #slimphp #laravel #phpwebdevelopment #backend #datavalidation #errorhandling #validatinguserinputdata
https://hackernoon.com/how-to-simplify-data-validation-in-php-with-validationmyphp
#webdevelopment #slimphp #laravel #phpwebdevelopment #backend #datavalidation #errorhandling #validatinguserinputdata
https://hackernoon.com/how-to-simplify-data-validation-in-php-with-validationmyphp
You Aren’t Qualified To Have an Opinion on Test-Driven Development Just Yet
#testdrivendevelopment #careeradvice #backend #tdd #developmentphilosophies #adviceforjuniordevelopers #adviceforseniordevelopers #careeradviceforjuniordevs
https://hackernoon.com/you-arent-qualified-to-have-an-opinion-on-test-driven-development-just-yet
#testdrivendevelopment #careeradvice #backend #tdd #developmentphilosophies #adviceforjuniordevelopers #adviceforseniordevelopers #careeradviceforjuniordevs
https://hackernoon.com/you-arent-qualified-to-have-an-opinion-on-test-driven-development-just-yet
Hackernoon
You Aren’t Qualified To Have an Opinion on Test-Driven Development Just Yet | HackerNoon
Discover the significance of context when considering developer opinions and controversial topics in the tech world.
Serverless NestJS Automation on AWS Lambda
#awslambda #nestjs #automation #serverless #microservices #typescript #backend #devops
https://hackernoon.com/serverless-nestjs-automation-on-aws-lambda
#awslambda #nestjs #automation #serverless #microservices #typescript #backend #devops
https://hackernoon.com/serverless-nestjs-automation-on-aws-lambda
Hackernoon
Serverless NestJS Automation on AWS Lambda | HackerNoon
Your Ultimate Guide to NestJS Deployment on AWS Lambda
Languages and Architecture — The Importance of Being Language/Architecture Agnostic
#monolith #microservices #ruby #webdevelopment #backend #choosingprogramminglanguage #languagesandarchitechture #backendprogramming
https://hackernoon.com/languages-and-architecture-the-importance-of-being-languagearchitecture-agnostic
#monolith #microservices #ruby #webdevelopment #backend #choosingprogramminglanguage #languagesandarchitechture #backendprogramming
https://hackernoon.com/languages-and-architecture-the-importance-of-being-languagearchitecture-agnostic
Hackernoon
Languages and Architecture — The Importance of Being Language/Architecture Agnostic | HackerNoon
We shouldn't blindly follow all mainstream trends. Rather, we should carefully decide which architecture to choose.
Lightbug 🔥🐝- The First Mojo HTTP Framework
#webdevelopment #mojo #http #backend #ai #frameworks #lightbug #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/lightbug-the-first-mojo-http-framework
#webdevelopment #mojo #http #backend #ai #frameworks #lightbug #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/lightbug-the-first-mojo-http-framework
Hackernoon
Lightbug 🔥🐝- The First Mojo HTTP Framework
Intro to Lightbug 🔥🐝, a lightweight HTTP framework in pure Mojo that allows to build web services with simplicity of Python and performance of C++
Navigating the Path to Becoming a Backend Developer: What I Learned From My Self-Taught Journey
#programming #selflearning #coding #golang #backend #selftaughtdeveloper #becomingabackenddeveloper #advicefordevelopers
https://hackernoon.com/navigating-the-path-to-becoming-a-backend-developer-what-i-learned-from-my-self-taught-journey
#programming #selflearning #coding #golang #backend #selftaughtdeveloper #becomingabackenddeveloper #advicefordevelopers
https://hackernoon.com/navigating-the-path-to-becoming-a-backend-developer-what-i-learned-from-my-self-taught-journey
Hackernoon
Navigating the Path to Becoming a Backend Developer: What I Learned From My Self-Taught Journey
Gain insights from my Golang journey. Choose a job-friendly language. Avoid stress. Forge your path.
What Happens When You Click a URL: DNS Lookup, TCP Handshake & HTTP Request
#webdev #networking #backend #frontend #dns #tcp #http #howdoestheinternetwork
https://hackernoon.com/what-happens-when-you-click-a-url-dns-lookup-tcp-handshake-and-http-request
#webdev #networking #backend #frontend #dns #tcp #http #howdoestheinternetwork
https://hackernoon.com/what-happens-when-you-click-a-url-dns-lookup-tcp-handshake-and-http-request
Hackernoon
What Happens When You Click a URL: DNS Lookup, TCP Handshake & HTTP Request
DNS stands for Domain Name System, and it is a huge database where domain names are stored with their corresponding IP addresses.
JWT Explained in 4 Minutes, With Visuals
#jwt #jwttoken #webdevelopment #backend #backenddeveloper #jwtauthentication #jsonwebtoken
https://hackernoon.com/jwt-explained-in-4-minutes-with-visuals-introductio
#jwt #jwttoken #webdevelopment #backend #backenddeveloper #jwtauthentication #jsonwebtoken
https://hackernoon.com/jwt-explained-in-4-minutes-with-visuals-introductio
Hackernoon
JWT Explained in 4 Minutes, With Visuals | HackerNoon
Explore JWT authentication: a secure, stateless user authentication standard for web apps. Learn its structure, workflow, pros, and cons.
Mastering Go Channels for Elegant Synchronization
#go #golang #backend #programming #channelsingo #softwaredevelopment #goroutines #golangdevelopment
https://hackernoon.com/mastering-go-channels-for-elegant-synchronization
#go #golang #backend #programming #channelsingo #softwaredevelopment #goroutines #golangdevelopment
https://hackernoon.com/mastering-go-channels-for-elegant-synchronization
Hackernoon
Mastering Go Channels for Elegant Synchronization | HackerNoon
Channels in Go are a core part of the language's concurrency model, which is built around the principles of Communicating Sequential Processes.
PostgreSQL or MySQL: What Should I Choose for My Full-Stack Project?
#database #postgresql #mysql #backend #softwaredevelopment #fullstackdevelopment #fullstack #mysqlvspostgresql
https://hackernoon.com/postgresql-or-mysql-what-should-i-choose-for-my-full-stack-project
#database #postgresql #mysql #backend #softwaredevelopment #fullstackdevelopment #fullstack #mysqlvspostgresql
https://hackernoon.com/postgresql-or-mysql-what-should-i-choose-for-my-full-stack-project
Hackernoon
PostgreSQL or MySQL: What Should I Choose for My Full-Stack Project? | HackerNoon
A comprehensive guide comparing PostgreSQL and MySQL for full-stack developers, covering installation, transactional support, performance, security, and more.
Designing Functional Authentication and Authorization Systems
#systemdesign #authorization #authentication #backend #system #whyauthenticationmatters #whyauthorizationmatters #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/designing-functional-authentication-and-authorization-systems
#systemdesign #authorization #authentication #backend #system #whyauthenticationmatters #whyauthorizationmatters #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/designing-functional-authentication-and-authorization-systems
Hackernoon
Designing Functional Authentication and Authorization Systems
In this article, we are going to talk about a system for performing authentication and authorization securely.
The Only Guide You Need to Pass the CKAD (Certified Kubernetes Application Developer) Exam
#kubernetes #ckad #backend #exam #containerization #cloud #cncf #ckadcertification
https://hackernoon.com/the-only-guide-you-need-to-pass-the-ckad-certified-kubernetes-application-developer-exam
#kubernetes #ckad #backend #exam #containerization #cloud #cncf #ckadcertification
https://hackernoon.com/the-only-guide-you-need-to-pass-the-ckad-certified-kubernetes-application-developer-exam
Hackernoon
The Only Guide You Need to Pass the CKAD (Certified Kubernetes Application Developer) Exam
Learn how to pass the CKAD exam with my guide. Practical tips and strategies from my experience will help you succeed.
Making Progress on My Site, Art & Culture
#frontend #backend #alxafrica #artandculture #webdevelopment #flaskframework #artgalleries #programming
https://hackernoon.com/making-progress-on-my-site-art-and-culture
#frontend #backend #alxafrica #artandculture #webdevelopment #flaskframework #artgalleries #programming
https://hackernoon.com/making-progress-on-my-site-art-and-culture
Hackernoon
Making Progress on My Site, Art & Culture | HackerNoon
I created Art & Culture, a digital gallery for global art lovers. This is my tech stack, challenges, and insights from my journey.
Getting Logging Right: Observability Foundation
#backend #datadog #java #kotlin #defaultlogging #comprehensivelogging #choosingtherightloglevel #hackernoontopstory
https://hackernoon.com/getting-logging-right-observability-foundation
#backend #datadog #java #kotlin #defaultlogging #comprehensivelogging #choosingtherightloglevel #hackernoontopstory
https://hackernoon.com/getting-logging-right-observability-foundation
Hackernoon
Getting Logging Right: Observability Foundation
Logging is a crucial yet frequently underestimated component of application development. Proper logging practices can enhance the visibility of your application
The Noonification: Web3 hiring culture. What can we improve? (6/22/2024)
#noonification #hackernoonnewsletter #latesttectstories #web3jobs #backend #net #learnjavascript
https://hackernoon.com/6-22-2024-noonification
#noonification #hackernoonnewsletter #latesttectstories #web3jobs #backend #net #learnjavascript
https://hackernoon.com/6-22-2024-noonification
Hackernoon
The Noonification: Web3 hiring culture. What can we improve? (6/22/2024) | HackerNoon
6/22/2024: Top 5 stories on the HackerNoon homepage!
Understanding Authentication: A Guide to Cookie-Based and Session-Based Authentication
#authentication #php #webdevelopment #backend #cookies #session #websecurity #fullstackdevelopment
https://hackernoon.com/understanding-authentication-a-guide-to-cookie-based-and-session-based-authentication
#authentication #php #webdevelopment #backend #cookies #session #websecurity #fullstackdevelopment
https://hackernoon.com/understanding-authentication-a-guide-to-cookie-based-and-session-based-authentication
Hackernoon
Understanding Authentication: A Guide to Cookie-Based and Session-Based Authentication
Cookies-Based Authentication Vs. Session-Based Authentication: All You Should Know!
NestJS and Best Practices
#nestjs #backend #softwaredevelopment #cats #nestjsguide #nestjsforbeginners #nestjsbestpractices #nestjsstarterguide
https://hackernoon.com/nestjs-and-best-practices
#nestjs #backend #softwaredevelopment #cats #nestjsguide #nestjsforbeginners #nestjsbestpractices #nestjsstarterguide
https://hackernoon.com/nestjs-and-best-practices
Hackernoon
NestJS and Best Practices
NestJS is a Node.js framework that utilizes TypeScript for backend development.
Registering a Domain in AWS Cloud
#domainregistration #route53 #awscloud #amazonroute53 #dns #domainnamesystem #frontenddevelopment #backend
https://hackernoon.com/registering-a-domain-in-aws-cloud
#domainregistration #route53 #awscloud #amazonroute53 #dns #domainnamesystem #frontenddevelopment #backend
https://hackernoon.com/registering-a-domain-in-aws-cloud
Hackernoon
Registering a Domain in AWS Cloud
Register a new domain name for your web application in AWS Cloud