Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
dev.to

Django with Rest Tutorial -1
Hey everyone so this is my first blog on Dev. So I was learning Django and came across Django rest Frame work. I know that there are aloooooooooot of tutorials on Django Rest on YouTube but no one talks much in depth about the whole concept of serialization and desrialization and in this tutorial series i will be taking about it from scratch and will be creating small applications to make you understand Django Rest Frame work in easy way.
So lets get started

Pre-requisites:

Python(Basics)

T…
#webdev #backend #beginners #django
dev.to

1. Scroll To Top when Route Changes - ReactJS & React Router
Introduction:

Are you looking to implement a feature in your React app that automatically scrolls the user back to the top of the page whenever the route changes? If so, you're in the right place!

In this tutorial, we'll walk through the steps of how to add this functionality to your app. Here's a quick overview of what we'll cover:

Importing the useEffect hook and the useLocation hook from the react-router-dom and react library.
Creating a custom component that utilizes the useEffect and use…
#react #beginners #tutorial #webdev

2. How to Become a Docker Captain
It’s been 7 amazing years since the launch of the Docker Captain Program. The Docker Captain program has grown significantly since its inception and now includes a wide range of Captains from around the world who are experts in different aspects of Docker and containerisation.

The program recognises Docker experts who are doing an exceptional job of spreading knowledge and best practices about Docker and containerisation technologies. Docker Captains are experts in their field and are passionat…
#docker #captains #influencer #kubernetes

3. My favorite JSON Interview Questions for Java Developers
Hello guys, if you are doing for a web developer interview or a Java web developer interview where you need to write server-side application or backend code which uses HTTP to send and receive data then you should prepare about JSON.

It's one of the most popular way to exchange data between two systems or between frontend and backend, client and server and most of the top programming language has API to create and parse JSON like Java has Jackson and JavaScript can by default support JSON beca…
#java #json #backend #programming
dev.to

1. 6 Concepts Every Backend Engineer Should Know
1. API

API stands for Application Programming Interface.

An API is how two computers (or more) communicate with each other.

An API is an abstraction between systems.

APIs hide the internal implementation of a computer program. Indeed, APIs are only used by software engineers. The end-user interacts with APIs via the user interface.

APIs hide the internal implementation details and only reveal the parts that are useful for other programmers to use.

Related: Top 10 Technical Terms Every So…
#webdev #backend #beginners

2. Appwrite Loves Open Source: Why I decided to support Starship
Open-source is at the ❤️ of everything we do at Appwrite, and we want to enable and foster the open-source community that helped us grow to nearly 28k stars on GitHub.
However, open-source projects require much effort to maintain and grow. We use open-source tools daily to build Appwrite and want to help our community.
To give back, each Appwrite engineer gets to pick an open-source project for Appwrite to sponsor for one year.

Keeping track of where you are and your current tools can be time-…
#opensource #rust #programming #productivity
dev.to

How to implement authentication with nestjs using guards in 3 easy steps
Currently many companies has change the perspective to do a application, many frameworks and...
#nestjs #backend #node #javascript
dev.to

How to manage physical resources in your Docker containers and keep production servers fast?
Hi! If you don't know that Docker can manage physical resources, this is the place to learn about it...
#docker #linux #backend #django
dev.to

FeathersJS vs NestJS - Compared in 3 Key Areas
Cover photo by Mateusz Wacławek FeathersJS released its 5th major version, a.k.a Dove recently, and...
#feathersjs #nestjs #node #backend
dev.to

Cookies-Based Authentication Vs Session-Based Authentication
Introduction If There’s one thing I would like to know previously, it is the entire way...
#authentication #php #webdev #backend
dev.to

Best practices for novice developers
Today developers are fundamental parts of every business, they are in startups, in small and...
#frontend #backend #programming #ux
dev.to

Working with Microservices with NestJS
Node.js is one of the best options out there when it comes to building microservices. But on its own,...
#node #nestjs #backend #microservices
dev.to

System Design : Vertical And Horizontal Scaling
To expose our code, we cannot simply give our computer to anyone. Therefore, we need to find a way to...
#backend #security #cloud #node
dev.to

Request Tracing in Node.js
Achieving observability into Node.js applications with request tracing.
#node #backend #testing #javascript
dev.to

Laravel Best Practices
Introduction Laravel is a widely used open-source PHP web application framework that...
#laravel #programming #beginners #backend
dev.to

Announcing elm-express
Not knowing it was impossible, he went there and discovered it. Elm in the backend has always been...
#elm #express #backend
dev.to

Stored Procedures in SQL database
Stored procedures are database objects that contain a set of SQL statements or code that can be...
#database #sql #backend #mongodb
dev.to

Running many WebSocket servers
At Woovi, we have 7 frontends, and each frontend has their own server. To provide a better DX, we run...
#websocket #koa #backend
dev.to

Setup MongoDB replica set locally in docker or with Atlas for Prisma ORM
Overview Prisma requires MongoDB instance to run as a replica set which is non-trivial to...
#prisma #mongodb #backend #database
dev.to

Understanding Primary Keys, Foreign Keys, and Constraints in SQL
SQL stands for Structured Query Language, which is a standard programming language used for managing...
#webdev #backend #sql #100daysofcode
dev.to

Getting started with gRPC in Golang
Microservices architecture is one of the preferred methods of building scalable and robust...
#go #grpc #mongodb #backend
dev.to

Getting started with gRPC in Rust
Microservices architecture is one of the preferred methods of building scalable and robust...
#rust #mongodb #grpc #backend
dev.to

What Is a Content Management System (CMS)?
CMS stands for Content Management System. It refers to a software application or a set of tools that...
#backend #cms #webdev #javascript