Day: September 2, 2022
15 posts
Form validations in Ruby On Rails Application.
In this article, we will learn how to manage server-side and client-side form validations according to our requirements…
What are Arrays? – Part IV
Array.reduce(): Addition A single value from an array can be calculated using the reduce() function. In other words,…
Node.js ‘__dirname’ vrs ‘process.cwd()’
Recently, I have been using Nodejs for almost all my projects, one of the most well-liked backend technologies…
XRP Ledger Sidechains, Redesigned
Last year, David Schwartz unveiled a vision for federated sidechains: an innovation intended for developers to customize the…
How I made a discord bot to generate artistic images and a poetic text about it
Hey, Welcome! I’ve created “Pyetra, the poet”. It automatically generates an image using the MidJourney model and finally…
The Day-1 Decisions that Make or Break Companies w/ PlanetScale’s CEO Sam Lambert
Your early tech stack decisions won’t ensure long term success, but they can certainly set you up for…
Discussion and Comment of the Week – v17
This weekly roundup highlights what we believe to be the most thoughtful and/or interesting discussion of the week.…
How to protect a route with JWT Token in React using Context API and React Cookies
What will be done? We’ll learn how to protect a route by JWT authentication in react-router-dom v6. The…
UTM Codes: How to Create UTM Tracking URLs on Google Analytics
How do you know if Facebook is a worthy investment, or if you’re getting enough traffic from your…
Build a Discord Bot with Python
Prerequisites: Python fundamentals Versions: Python 3.10 Read Time: 45 minutes Introduction In this tutorial, we’ll learn how to…