blog_id
int64
1
10.5k
blog_title
stringlengths
2
712
blog_content
stringlengths
7
1.11k
blog_link
stringlengths
139
259
blog_img
stringlengths
56
94
topic
stringclasses
23 values
blog_info
stringlengths
47
1.18k
blog_preprocessed
stringlengths
42
949
9,827
From Zero to Developer: A Roadmap for .NET Backend Developers to Master Cutting-Edge Technologies
As a .NET backend developer, you might feel like you’re in a never-ending game of catch-up with the latest technologies. But don’t worry, you don’t have to be a superhero to stay ahead of the game. Here are some tips on what you need to learn: 1. ASP.NET Core: This…
https://medium.com/@ouzatl_88083/from-zero-to-backend-developer-a-roadmap-for-net-e038dc617b7d?source=topics_v2---------71-84--------------------af83d3ea_c79e_41cc_b778_5082ff63a77b-------17
https://miro.medium.com/…o32eAzpzi79g.png
backend
From Zero to Developer: A Roadmap for .NET Backend Developers to Master Cutting-Edge Technologies As a .NET backend developer, you might feel like you’re in a never-ending game of catch-up with the latest technologies. But don’t worry, you don’t have to be a superhero to stay ahead of the game. Here are some tips on what you need to learn: 1. ASP.NET Core: This… backend
Zero Developer Roadmap NET Backend Developers Master CuttingEdge Technologies NET backend developer might feel like you’re neverending game catchup latest technology don’t worry don’t superhero stay ahead game tip need learn 1 ASPNET Core This… backend
9,828
Cookie-based Session Management
By David Gorski The Bare Necessities of Authentication and Recording User Status Web frameworks had held my hand. Which for a beginner was great, but a lot of the fundamental aspects of back-end development had been abstracted from me, and I found annoying discrepancies between my knowledge and know-how. Sessions…
https://medium.com/@thedavidgorski/cookie-based-session-management-feae404c709a?source=topics_v2---------72-84--------------------af83d3ea_c79e_41cc_b778_5082ff63a77b-------17
https://miro.medium.com/…2tcUvMbrVnA.jpeg
backend
Cookie-based Session Management By David Gorski The Bare Necessities of Authentication and Recording User Status Web frameworks had held my hand. Which for a beginner was great, but a lot of the fundamental aspects of back-end development had been abstracted from me, and I found annoying discrepancies between my knowledge and know-how. Sessions… backend
Cookiebased Session Management David Gorski Bare Necessities Authentication Recording User Status Web framework held hand beginner great lot fundamental aspect backend development abstracted found annoying discrepancy knowledge knowhow Sessions… backend
9,829
Comprehensive Curriculum for Back-end Development
Here is a more comprehensive list for a curriculum for backend development: Programming fundamentals: Data structures and algorithms Object-oriented programming concepts Functional programming concepts Design patterns Testing and debugging techniques Programming languages: Python Ruby Java Node.js Go PHP Scala Kotlin Web development: HTTP protocol RESTful API design GraphQL Websockets Server-side…
https://medium.com/@zerototech.co/comprehensive-curriculum-for-back-end-development-4b2ee6b9c139?source=topics_v2---------73-84--------------------af83d3ea_c79e_41cc_b778_5082ff63a77b-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
Comprehensive Curriculum for Back-end Development Here is a more comprehensive list for a curriculum for backend development: Programming fundamentals: Data structures and algorithms Object-oriented programming concepts Functional programming concepts Design patterns Testing and debugging techniques Programming languages: Python Ruby Java Node.js Go PHP Scala Kotlin Web development: HTTP protocol RESTful API design GraphQL Websockets Server-side… backend
Comprehensive Curriculum Backend Development comprehensive list curriculum backend development Programming fundamental Data structure algorithm Objectoriented programming concept Functional programming concept Design pattern Testing debugging technique Programming language Python Ruby Java Nodejs Go PHP Scala Kotlin Web development HTTP protocol RESTful API design GraphQL Websockets Serverside… backend
9,830
A Practical Guide to Interfaces in Go: Implementing the Music Player
Let us forget about the official definition of interfaces in Golang but rather try to get a better understanding in a practical approach with a very interesting and easy example Music Player Imagine you are building a music app that can play different types of music files, like MP3 (MPEG…
https://medium.com/@sandeepnarahari2/a-practical-guide-to-interfaces-in-go-implementing-the-music-player-881513c1745d?source=topics_v2---------74-84--------------------1ec3ba6e_d379_4cbc_bacb_91c184e62f6a-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
A Practical Guide to Interfaces in Go: Implementing the Music Player Let us forget about the official definition of interfaces in Golang but rather try to get a better understanding in a practical approach with a very interesting and easy example Music Player Imagine you are building a music app that can play different types of music files, like MP3 (MPEG… backend
Practical Guide Interfaces Go Implementing Music Player Let u forget official definition interface Golang rather try get better understanding practical approach interesting easy example Music Player Imagine building music app play different type music file like MP3 MPEG… backend
9,831
Getting Started With the Square SDK in .NET Core
Needs some features, but still awesome! — In my article from earlier this year, We Bought a Hobby Shop, I went into some detail about the long and grueling process my business partners and I undertook in order to become the new owners of a hobby shop in our hometown. On our first day as the new…
https://medium.com/codex/getting-started-with-the-square-sdk-in-net-core-22e02996f4ab?source=topics_v2---------75-84--------------------1ec3ba6e_d379_4cbc_bacb_91c184e62f6a-------17
https://miro.medium.com/v2/resize:fill:140:140/0*RSt8zdy7fFvYwnc9
backend
Getting Started With the Square SDK in .NET Core Needs some features, but still awesome! — In my article from earlier this year, We Bought a Hobby Shop, I went into some detail about the long and grueling process my business partners and I undertook in order to become the new owners of a hobby shop in our hometown. On our first day as the new… backend
Getting Started Square SDK NET Core Needs feature still awesome — article earlier year Bought Hobby Shop went detail long grueling process business partner undertook order become new owner hobby shop hometown first day new… backend
9,832
Can We Use Next.js 13 as a Backend Framework?
Next.js is a popular React-based framework used for building performant and scalable web applications. With the release of version 13, Next.js has introduced several new features that make it a suitable choice for building backend APIs as well. In this blog post, we will explore the benefits of using Next.js 13 as a backend framework. — Serverless Functions Next.js 13 comes with built-in support for serverless functions, which allows developers to easily create API endpoints without having to set up a separate backend server. Serverless functions are functions that are executed on-demand, and are only charged for the time they are running. …
https://medium.com/codex/can-we-use-next-js-13-as-a-backend-framework-b5f9479a2d?source=topics_v2---------76-84--------------------1ec3ba6e_d379_4cbc_bacb_91c184e62f6a-------17
https://miro.medium.com/…L_MH3Rski_yA.png
backend
Can We Use Next.js 13 as a Backend Framework? Next.js is a popular React-based framework used for building performant and scalable web applications. With the release of version 13, Next.js has introduced several new features that make it a suitable choice for building backend APIs as well. In this blog post, we will explore the benefits of using Next.js 13 as a backend framework. — Serverless Functions Next.js 13 comes with built-in support for serverless functions, which allows developers to easily create API endpoints without having to set up a separate backend server. Serverless functions are functions that are executed on-demand, and are only charged for the time they are running. … backend
Use Nextjs 13 Backend Framework Nextjs popular Reactbased framework used building performant scalable web application release version 13 Nextjs introduced several new feature make suitable choice building backend APIs well blog post explore benefit using Nextjs 13 backend framework — Serverless Functions Nextjs 13 come builtin support serverless function allows developer easily create API endpoint without set separate backend server Serverless function function executed ondemand charged time running … backend
9,833
JSON Schema Generation from TypeScript Definitions
This post is the second step of a 5 part series. For the rest you can check this post: Node.js Automated Documentation & Validation In this series, I will discuss how to create automated OpenAPI v3.1.0 documentation and input validation for TypeScript…aslanokan.medium.com In the previous step we have created our custom generic types and write a simple endpoint. Now, we will create helper functions to create JSON schema definitions. …
https://medium.com/@aslanokan/json-schema-generation-from-typescript-definitions-5a04d4fd87be?source=topics_v2---------77-84--------------------1ec3ba6e_d379_4cbc_bacb_91c184e62f6a-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
JSON Schema Generation from TypeScript Definitions This post is the second step of a 5 part series. For the rest you can check this post: Node.js Automated Documentation & Validation In this series, I will discuss how to create automated OpenAPI v3.1.0 documentation and input validation for TypeScript…aslanokan.medium.com In the previous step we have created our custom generic types and write a simple endpoint. Now, we will create helper functions to create JSON schema definitions. … backend
JSON Schema Generation TypeScript Definitions post second step 5 part series rest check post Nodejs Automated Documentation Validation series discus create automated OpenAPI v310 documentation input validation TypeScript…aslanokanmediumcom previous step created custom generic type write simple endpoint create helper function create JSON schema definition … backend
9,834
How backend-channeling improved 24SevenOffice’s development and QA processes.
by Anders Bærø, Team Rocket. In the last year, 24SevenOffice has started moving towards AWS as our main development platform. During this period, Team Rocket started our “VoucherWorkFlow” project. Naturally, we started planning how we could utilize AWS as our main platform. …
https://medium.com/24sevenoffice-tech-blog/how-backend-channeling-improved-24sevenoffices-development-and-qa-processes-f761b806df3b?source=topics_v2---------78-84--------------------1ec3ba6e_d379_4cbc_bacb_91c184e62f6a-------17
https://miro.medium.com/…CoeFRJ6gF6g.jpeg
backend
How backend-channeling improved 24SevenOffice’s development and QA processes. by Anders Bærø, Team Rocket. In the last year, 24SevenOffice has started moving towards AWS as our main development platform. During this period, Team Rocket started our “VoucherWorkFlow” project. Naturally, we started planning how we could utilize AWS as our main platform. … backend
backendchanneling improved 24SevenOffice’s development QA process Anders Bærø Team Rocket last year 24SevenOffice started moving towards AWS main development platform period Team Rocket started “VoucherWorkFlow” project Naturally started planning could utilize AWS main platform … backend
9,835
4 Reasons You Shouldn’t Run Mysql In Docker
I’ve been working for many years, running Mysql in Docker a few years ago, and the result is a data loss problem online, and I highly recommend that you don’t do this. Definition of container: The container is to solve the problem of “how to ensure the normal operation of…
https://medium.com/javarevisited/4-reasons-you-shouldnt-run-mysql-in-docker-68d9b115dce3?source=topics_v2---------79-84--------------------1ec3ba6e_d379_4cbc_bacb_91c184e62f6a-------17
https://miro.medium.com/v2/resize:fill:140:140/0*myz7h15fzs3hJjig
backend
4 Reasons You Shouldn’t Run Mysql In Docker I’ve been working for many years, running Mysql in Docker a few years ago, and the result is a data loss problem online, and I highly recommend that you don’t do this. Definition of container: The container is to solve the problem of “how to ensure the normal operation of… backend
4 Reasons Shouldn’t Run Mysql Docker I’ve working many year running Mysql Docker year ago result data loss problem online highly recommend don’t Definition container container solve problem “how ensure normal operation of… backend
9,836
First post in Medium
Hello everyone! This is HYOSITIVE. Until now, I had been posting technical articles in my Tistory blog along with other categories. As I started my internship in United States, I decided to divide my blog into three, and start to write technical articles in English here in Medium. The first article would be the one I started in Februrary, which I haven’t finished yet due to the tight schedule before my trip to US.
https://medium.com/@hyositive/first-post-in-medium-979fe8afa165?source=topics_v2---------80-84--------------------1ec3ba6e_d379_4cbc_bacb_91c184e62f6a-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
First post in Medium Hello everyone! This is HYOSITIVE. Until now, I had been posting technical articles in my Tistory blog along with other categories. As I started my internship in United States, I decided to divide my blog into three, and start to write technical articles in English here in Medium. The first article would be the one I started in Februrary, which I haven’t finished yet due to the tight schedule before my trip to US. backend
First post Medium Hello everyone HYOSITIVE posting technical article Tistory blog along category started internship United States decided divide blog three start write technical article English Medium first article would one started Februrary haven’t finished yet due tight schedule trip US backend
9,837
What’s KOTLIN? Modern Lang better than Java?
Hello, my smart friend. I’m happy to help you with Kotlin. Kotlin is a modern but already mature programming language aimed to make developers happier. A “Hello, World!” program is a simple program that outputs Hello, World! on the screen. …
https://medium.com/@journalehsan/whats-kotlin-ba890970a23d?source=topics_v2---------81-84--------------------1ec3ba6e_d379_4cbc_bacb_91c184e62f6a-------17
https://miro.medium.com/…[email protected]
backend
What’s KOTLIN? Modern Lang better than Java? Hello, my smart friend. I’m happy to help you with Kotlin. Kotlin is a modern but already mature programming language aimed to make developers happier. A “Hello, World!” program is a simple program that outputs Hello, World! on the screen. … backend
What’s KOTLIN Modern Lang better Java Hello smart friend I’m happy help Kotlin Kotlin modern already mature programming language aimed make developer happier “Hello World” program simple program output Hello World screen … backend
9,838
Which One is Harder, Frontend or Backend?
In modern application development, the job is usually separated into backend and frontend development. Let’s begin by refreshing our minds with their definitions. We can see that Backend refers to the server-side of an application and everything that communicates between the database and the interface. The term Frontend refers to…
https://medium.com/inside-bukalapak/which-one-is-harder-frontend-or-backend-441edf36c22b?source=topics_v2---------82-84--------------------1ec3ba6e_d379_4cbc_bacb_91c184e62f6a-------17
https://miro.medium.com/…BphZryrKxaA.jpeg
backend
Which One is Harder, Frontend or Backend? In modern application development, the job is usually separated into backend and frontend development. Let’s begin by refreshing our minds with their definitions. We can see that Backend refers to the server-side of an application and everything that communicates between the database and the interface. The term Frontend refers to… backend
One Harder Frontend Backend modern application development job usually separated backend frontend development Let’s begin refreshing mind definition see Backend refers serverside application everything communicates database interface term Frontend refers to… backend
9,839
Top 10 Django Packages You Should Know
Django Rest Framework Django Rest Framework (DRF) is a powerful and flexible toolkit for building Web APIs (Application Programming Interfaces) using Django, a popular Python web framework. DRF provides a set of tools and libraries for quickly building API views, serializers, authentication and permission classes, pagination, and other common API functionality. Besides, Django…
https://medium.com/@luisprooc/top-10-django-packages-you-should-know-b283570927ff?source=topics_v2---------83-84--------------------1ec3ba6e_d379_4cbc_bacb_91c184e62f6a-------17
https://miro.medium.com/v2/resize:fill:140:140/0*PDH9ZUG0LWCQ7-1l
backend
Top 10 Django Packages You Should Know Django Rest Framework Django Rest Framework (DRF) is a powerful and flexible toolkit for building Web APIs (Application Programming Interfaces) using Django, a popular Python web framework. DRF provides a set of tools and libraries for quickly building API views, serializers, authentication and permission classes, pagination, and other common API functionality. Besides, Django… backend
Top 10 Django Packages Know Django Rest Framework Django Rest Framework DRF powerful flexible toolkit building Web APIs Application Programming Interfaces using Django popular Python web framework DRF provides set tool library quickly building API view serializers authentication permission class pagination common API functionality Besides Django… backend
9,840
Mern Stack in 2023
MERN stack is a popular web development technology stack that consists of four main components: MongoDB, Express.js, React.js, and Node.js. Here’s a brief overview of each component: MongoDB: MongoDB is a NoSQL database that stores data in JSON-like documents. …
https://medium.com/@arybst/mern-stack-in-2023-44e5187d29a6?source=topics_v2---------84-84--------------------9347e105_6580_450e_b4c0_6ee9df023c68-------17
https://miro.medium.com/…5DL8xgpy69d_.png
backend
Mern Stack in 2023 MERN stack is a popular web development technology stack that consists of four main components: MongoDB, Express.js, React.js, and Node.js. Here’s a brief overview of each component: MongoDB: MongoDB is a NoSQL database that stores data in JSON-like documents. … backend
Mern Stack 2023 MERN stack popular web development technology stack consists four main component MongoDB Expressjs Reactjs Nodejs Here’s brief overview component MongoDB MongoDB NoSQL database store data JSONlike document … backend
9,841
Introduction to RESTful APIs and their importance in backend development
In modern web development, the term API (Application Programming Interface) is commonly used to describe a set of protocols and tools used to build and integrate software applications. APIs are used to enable communication between different systems, allowing developers to exchange data and functionality between applications. One of the most…
https://medium.com/@aditya.vaishanv2022/introduction-to-restful-apis-and-their-importance-in-backend-development-2793b5f0515?source=topics_v2---------85-84--------------------9347e105_6580_450e_b4c0_6ee9df023c68-------17
https://miro.medium.com/v2/resize:fill:140:140/0*4uC9Ar5JOdZHQv6f
backend
Introduction to RESTful APIs and their importance in backend development In modern web development, the term API (Application Programming Interface) is commonly used to describe a set of protocols and tools used to build and integrate software applications. APIs are used to enable communication between different systems, allowing developers to exchange data and functionality between applications. One of the most… backend
Introduction RESTful APIs importance backend development modern web development term API Application Programming Interface commonly used describe set protocol tool used build integrate software application APIs used enable communication different system allowing developer exchange data functionality application One most… backend
9,842
Proxies and Reverse Proxies in Backend Engineering — Ritik Chourasiya
💎 Introduction In backend engineering, proxies and reverse proxies are essential tools that help to manage traffic, improve performance, and enhance security. Proxies act as intermediaries between clients and servers, while reverse proxies sit in front of servers and handle requests from clients. Both proxies and reverse proxies play a…
https://medium.com/@ritikchourasiya/proxies-and-reverse-proxies-in-backend-engineering-ritik-chourasiya-5810a915e30f?source=topics_v2---------86-84--------------------9347e105_6580_450e_b4c0_6ee9df023c68-------17
https://miro.medium.com/…7ECHYv2IhRTA.png
backend
Proxies and Reverse Proxies in Backend Engineering — Ritik Chourasiya 💎 Introduction In backend engineering, proxies and reverse proxies are essential tools that help to manage traffic, improve performance, and enhance security. Proxies act as intermediaries between clients and servers, while reverse proxies sit in front of servers and handle requests from clients. Both proxies and reverse proxies play a… backend
Proxies Reverse Proxies Backend Engineering — Ritik Chourasiya 💎 Introduction backend engineering proxy reverse proxy essential tool help manage traffic improve performance enhance security Proxies act intermediary client server reverse proxy sit front server handle request client proxy reverse proxy play a… backend
9,843
Algorithm Adventures 1: Bubble Sort
“… because sometimes you just need to shake things up a bit.” — Sorting algorithms might not be the most glamorous topic in computer science, but they’re an essential tool for organizing and processing data. So, let’s dive into the wild world of sorting algorithms. From the simplicity of bubble sort to the elegance of merge sort, we’ll explore a variety of algorithms…
https://medium.com/@coding.jester/algorithm-adventures-1-bubble-sort-33e325f8189e?source=topics_v2---------87-84--------------------9347e105_6580_450e_b4c0_6ee9df023c68-------17
https://miro.medium.com/…Z8hRrd6oi8gg.png
backend
Algorithm Adventures 1: Bubble Sort “… because sometimes you just need to shake things up a bit.” — Sorting algorithms might not be the most glamorous topic in computer science, but they’re an essential tool for organizing and processing data. So, let’s dive into the wild world of sorting algorithms. From the simplicity of bubble sort to the elegance of merge sort, we’ll explore a variety of algorithms… backend
Algorithm Adventures 1 Bubble Sort “… sometimes need shake thing bit” — Sorting algorithm might glamorous topic computer science they’re essential tool organizing processing data let’s dive wild world sorting algorithm simplicity bubble sort elegance merge sort we’ll explore variety algorithms… backend
9,844
Laravel: timestamp or datetime
We have all used timestamps in laravel, more often when using created_at and updated_at. Lately, I was working on a project and I came across this migration:
https://medium.com/@erlandmuchasaj/laravel-timestamp-or-datetime-14eb546469a6?source=topics_v2---------88-84--------------------9347e105_6580_450e_b4c0_6ee9df023c68-------17
https://miro.medium.com/…zIaOZtEUn-eQ.png
backend
Laravel: timestamp or datetime We have all used timestamps in laravel, more often when using created_at and updated_at. Lately, I was working on a project and I came across this migration: backend
Laravel timestamp datetime used timestamps laravel often using createdat updatedat Lately working project came across migration backend
9,845
Building your first API using Python Django REST Framework from scratch
a brief introduction. When it comes to building an API , Django will be the first thing that pops up in my mind. one of the main reasons is the readable code python provided, which makes a beginner like me understand it easier compared to any other programming language. recently…
https://medium.com/@inderaihsan/building-your-first-api-using-python-django-rest-framework-from-scratch-cf4bac62c836?source=topics_v2---------89-84--------------------628f05b1_c4a2_4bf6_b590_7f4aad825734-------17
https://miro.medium.com/…I9Si4pOysbm2.png
backend
Building your first API using Python Django REST Framework from scratch a brief introduction. When it comes to building an API , Django will be the first thing that pops up in my mind. one of the main reasons is the readable code python provided, which makes a beginner like me understand it easier compared to any other programming language. recently… backend
Building first API using Python Django REST Framework scratch brief introduction come building API Django first thing pop mind one main reason readable code python provided make beginner like understand easier compared programming language recently… backend
9,846
Inspect Ktor’s network traffic on Android with Chucker
When you are working on an application interacting with a backend, you will surely need to know if all your requests are executed correctly, in case of an error, you will need to know the request as well as the server response in order to debug. For that, you just…
https://medium.com/proandroiddev/inspect-ktors-network-traffic-on-android-with-chucker-ee2b0e52647a?source=topics_v2---------90-84--------------------628f05b1_c4a2_4bf6_b590_7f4aad825734-------17
https://miro.medium.com/…OvJIcTI5x_w.jpeg
backend
Inspect Ktor’s network traffic on Android with Chucker When you are working on an application interacting with a backend, you will surely need to know if all your requests are executed correctly, in case of an error, you will need to know the request as well as the server response in order to debug. For that, you just… backend
Inspect Ktor’s network traffic Android Chucker working application interacting backend surely need know request executed correctly case error need know request well server response order debug just… backend
9,847
14 Good Java Tips for Log Printing
1. Select the appropriate log level There are five common log levels, namely error, warn, info, debug, and trace. In daily development, we need to choose the appropriate log level and do not print info directly Error: error log, which refers to a relatively serious error that affects normal business and requires operation and maintenance configuration…
https://medium.com/javarevisited/14-good-java-tips-for-log-printing-88f693dee65b?source=topics_v2---------91-84--------------------628f05b1_c4a2_4bf6_b590_7f4aad825734-------17
https://miro.medium.com/v2/resize:fill:140:140/0*qGPbxLYYq9GDMmfh
backend
14 Good Java Tips for Log Printing 1. Select the appropriate log level There are five common log levels, namely error, warn, info, debug, and trace. In daily development, we need to choose the appropriate log level and do not print info directly Error: error log, which refers to a relatively serious error that affects normal business and requires operation and maintenance configuration… backend
14 Good Java Tips Log Printing 1 Select appropriate log level five common log level namely error warn info debug trace daily development need choose appropriate log level print info directly Error error log refers relatively serious error affect normal business requires operation maintenance configuration… backend
9,848
Node.js Automated Documentation & Validation
In this series, I will discuss how to create automated OpenAPI v3.1.0 documentation and input validation for TypeScript Node.js Express server. This post will be divided into five sections: (later I plan to create separate blog post for each part) At Elta360 we are a small team of 2 backend…
https://medium.com/@aslanokan/node-js-automated-documentation-validation-696b7f21b7db?source=topics_v2---------92-84--------------------628f05b1_c4a2_4bf6_b590_7f4aad825734-------17
https://miro.medium.com/…b82qbcdzXquQ.png
backend
Node.js Automated Documentation & Validation In this series, I will discuss how to create automated OpenAPI v3.1.0 documentation and input validation for TypeScript Node.js Express server. This post will be divided into five sections: (later I plan to create separate blog post for each part) At Elta360 we are a small team of 2 backend… backend
Nodejs Automated Documentation Validation series discus create automated OpenAPI v310 documentation input validation TypeScript Nodejs Express server post divided five section later plan create separate blog post part Elta360 small team 2 backend… backend
9,849
Everything about Front-End and Back-End that even Non-Majors can Understand — (Frameworks, recommendations based on preferences, selection methods, etc.)
Hello, this is Sparta Coding Club. Continuing from the last session, we will take a closer look at the frontend and backend in practical terms. We will explore popular frameworks used in frontend development and backend development by language. We also asked developers for their opinions on which personality types…
https://medium.com/@spartacodingclubglobal/everything-about-front-end-and-back-end-that-even-non-majors-can-understand-frameworks-8b50db7a7720?source=topics_v2---------93-84--------------------628f05b1_c4a2_4bf6_b590_7f4aad825734-------17
https://miro.medium.com/…siOYyjjZKuOg.png
backend
Everything about Front-End and Back-End that even Non-Majors can Understand — (Frameworks, recommendations based on preferences, selection methods, etc.) Hello, this is Sparta Coding Club. Continuing from the last session, we will take a closer look at the frontend and backend in practical terms. We will explore popular frameworks used in frontend development and backend development by language. We also asked developers for their opinions on which personality types… backend
Everything FrontEnd BackEnd even NonMajors Understand — Frameworks recommendation based preference selection method etc Hello Sparta Coding Club Continuing last session take closer look frontend backend practical term explore popular framework used frontend development backend development language also asked developer opinion personality types… backend
9,850
7 Reasons to Use Ruby on Rails in 2023
Ruby on Rails (RoR) is a popular web development framework that has been rolling along for more than a decade now. Despite all the new “blazingly fast” or “hip” frameworks that seem to pop up every month nowadays, this classic framework — running on an all but forgotten language…
https://medium.com/readytowork-org/7-reasons-to-use-ruby-on-rails-in-2023-5ed662f0a2e0?source=topics_v2---------94-84--------------------628f05b1_c4a2_4bf6_b590_7f4aad825734-------17
https://miro.medium.com/…9_rJDg4rnVLA.png
backend
7 Reasons to Use Ruby on Rails in 2023 Ruby on Rails (RoR) is a popular web development framework that has been rolling along for more than a decade now. Despite all the new “blazingly fast” or “hip” frameworks that seem to pop up every month nowadays, this classic framework — running on an all but forgotten language… backend
7 Reasons Use Ruby Rails 2023 Ruby Rails RoR popular web development framework rolling along decade Despite new “blazingly fast” “hip” framework seem pop every month nowadays classic framework — running forgotten language… backend
9,851
ViewModels Pattern in Laravel in 5 mins
ViewModel Pattern is a design pattern used to separate logic and data from the view layer. This leads to a cleaner, more maintainable codebase as the complexity of your application grows. …
https://medium.com/@alessandrodorazio/viewmodels-pattern-in-laravel-in-5-mins-528a85437e73?source=topics_v2---------95-84--------------------628f05b1_c4a2_4bf6_b590_7f4aad825734-------17
https://miro.medium.com/…1xUhC5TblQjA.png
backend
ViewModels Pattern in Laravel in 5 mins ViewModel Pattern is a design pattern used to separate logic and data from the view layer. This leads to a cleaner, more maintainable codebase as the complexity of your application grows. … backend
ViewModels Pattern Laravel 5 min ViewModel Pattern design pattern used separate logic data view layer lead cleaner maintainable codebase complexity application grows … backend
9,852
A brief guide about @RequestBody and @ResponseBody Annotations.
Annotations are a powerful and flexible feature of Java that simplify the life of a developer as they provide a declarative programming style and in turn produce clean code. In this article we are going to talk about two annotations from org.springframework.web.bind.annotation …
https://medium.com/@kavitakhatavkar/a-brief-guide-about-requestbody-and-responsebody-annotations-49e28c344aef?source=topics_v2---------96-84--------------------628f05b1_c4a2_4bf6_b590_7f4aad825734-------17
https://miro.medium.com/…i6vfocMxgr8A.png
backend
A brief guide about @RequestBody and @ResponseBody Annotations. Annotations are a powerful and flexible feature of Java that simplify the life of a developer as they provide a declarative programming style and in turn produce clean code. In this article we are going to talk about two annotations from org.springframework.web.bind.annotation … backend
brief guide RequestBody ResponseBody Annotations Annotations powerful flexible feature Java simplify life developer provide declarative programming style turn produce clean code article going talk two annotation orgspringframeworkwebbindannotation … backend
9,853
Type-Safe Express Server Configuration
This post is the first step of a 5 part series. For the rest you can check this post: Node.js Automated Documentation & Validation In this series, I will discuss how to create automated OpenAPI v3.1.0 documentation and input validation for TypeScript…aslanokan.medium.com Express.js provides generic type definitions for each endpoint’s Request, Response, and NextFunction. We will utilize these generic types and create our custom type definitions.
https://medium.com/@aslanokan/type-safe-express-server-configuration-4742f6d172f1?source=topics_v2---------97-84--------------------628f05b1_c4a2_4bf6_b590_7f4aad825734-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
Type-Safe Express Server Configuration This post is the first step of a 5 part series. For the rest you can check this post: Node.js Automated Documentation & Validation In this series, I will discuss how to create automated OpenAPI v3.1.0 documentation and input validation for TypeScript…aslanokan.medium.com Express.js provides generic type definitions for each endpoint’s Request, Response, and NextFunction. We will utilize these generic types and create our custom type definitions. backend
TypeSafe Express Server Configuration post first step 5 part series rest check post Nodejs Automated Documentation Validation series discus create automated OpenAPI v310 documentation input validation TypeScript…aslanokanmediumcom Expressjs provides generic type definition endpoint’s Request Response NextFunction utilize generic type create custom type definition backend
9,854
Avoid the ML dependencies syncing black-hole
Using MLFlow and Apache Spark to isolate inference and training dependencies — Have you ever tried to deploy a machine-learning model just to receive an error similar to the one that follows? RuntimeError: Running pandas version ('1.5.3') is incompatible with min ('1.1.0'} and max ('1.2.5') versions If you deployed and received an error, that’s your lucky day. Better an error than a…
https://medium.com/everything-full-stack/avoid-the-ml-dependencies-syncing-black-hole-2de061c1870e?source=topics_v2---------98-84--------------------628f05b1_c4a2_4bf6_b590_7f4aad825734-------17
https://miro.medium.com/…uTELBzMmrrw.jpeg
backend
Avoid the ML dependencies syncing black-hole Using MLFlow and Apache Spark to isolate inference and training dependencies — Have you ever tried to deploy a machine-learning model just to receive an error similar to the one that follows? RuntimeError: Running pandas version ('1.5.3') is incompatible with min ('1.1.0'} and max ('1.2.5') versions If you deployed and received an error, that’s your lucky day. Better an error than a… backend
Avoid ML dependency syncing blackhole Using MLFlow Apache Spark isolate inference training dependency — ever tried deploy machinelearning model receive error similar one follows RuntimeError Running panda version 153 incompatible min 110 max 125 version deployed received error that’s lucky day Better error a… backend
9,855
Save A Lot of Money Protecting Your HTTP APIs
How even a small redesign of the architecture of your backend can avoid wasting a lot of money When working as a Backend Engineer for a company with millions of daily users, you will certainly have experienced the problem I faced. A few days ago, we noticed a significant increase…
https://medium.com/@matteopampana/how-i-protected-rest-api-from-the-cruel-world-6c21f2f0e25?source=topics_v2---------99-84--------------------84408f09_8fe1_456c_b078_e3f6d4857387-------17
https://miro.medium.com/v2/resize:fill:140:140/0*PAKX4B9rfHGVt4_D
backend
Save A Lot of Money Protecting Your HTTP APIs How even a small redesign of the architecture of your backend can avoid wasting a lot of money When working as a Backend Engineer for a company with millions of daily users, you will certainly have experienced the problem I faced. A few days ago, we noticed a significant increase… backend
Save Lot Money Protecting HTTP APIs even small redesign architecture backend avoid wasting lot money working Backend Engineer company million daily user certainly experienced problem faced day ago noticed significant increase… backend
9,856
Most common Node.js interview questions
In this article, I will try to include some of the most common Node.js interview questions with their answers. 1. What is Node.js? - Node.js is an open-source, cross-platform, server-side JavaScript runtime environment used for building scalable and high-performance network applications. 2. What is the difference between Node.js and JavaScript? …
https://medium.com/@ahmed0saber/most-common-node-js-interview-questions-666e9d5f68cc?source=topics_v2---------100-84--------------------84408f09_8fe1_456c_b078_e3f6d4857387-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
Most common Node.js interview questions In this article, I will try to include some of the most common Node.js interview questions with their answers. 1. What is Node.js? - Node.js is an open-source, cross-platform, server-side JavaScript runtime environment used for building scalable and high-performance network applications. 2. What is the difference between Node.js and JavaScript? … backend
common Nodejs interview question article try include common Nodejs interview question answer 1 Nodejs Nodejs opensource crossplatform serverside JavaScript runtime environment used building scalable highperformance network application 2 difference Nodejs JavaScript … backend
9,857
Concurrency in Go — A deeper look into Go’s runtime scheduler
Learn how concurrency is handled in Go by its runtime scheduler. Introduction you can head over to this repo, in which I’ve maintained all of the code examples below Go’s built-in support for concurrency is one of its most significant features, making it a popular choice for building high-performance and scalable…
https://medium.com/@meska54/concurrency-in-go-a-deeper-look-into-gos-runtime-scheduler-415f77c98fd3?source=topics_v2---------101-84--------------------84408f09_8fe1_456c_b078_e3f6d4857387-------17
https://miro.medium.com/v2/resize:fill:140:140/0*5FX8BNFKqCmrBF-o
backend
Concurrency in Go — A deeper look into Go’s runtime scheduler Learn how concurrency is handled in Go by its runtime scheduler. Introduction you can head over to this repo, in which I’ve maintained all of the code examples below Go’s built-in support for concurrency is one of its most significant features, making it a popular choice for building high-performance and scalable… backend
Concurrency Go — deeper look Go’s runtime scheduler Learn concurrency handled Go runtime scheduler Introduction head repo I’ve maintained code example Go’s builtin support concurrency one significant feature making popular choice building highperformance scalable… backend
9,858
Boost Your Productivity: Top 7 Game-Changing VSCode Extensions for Developers
“The most successful people are those who have mastered the art of time management and productivity” — Robin Sharma. As a developer, you’re constantly looking for ways to improve your productivity and streamline your workflow. One of the easiest ways to do this is using extensions for your code editor…
https://medium.com/@Magnificence/boost-your-productivity-top-7-game-changing-vscode-extensions-for-developers-d03c21e2a7ff?source=topics_v2---------102-84--------------------84408f09_8fe1_456c_b078_e3f6d4857387-------17
https://miro.medium.com/…UYXzBwp1WdNA.png
backend
Boost Your Productivity: Top 7 Game-Changing VSCode Extensions for Developers “The most successful people are those who have mastered the art of time management and productivity” — Robin Sharma. As a developer, you’re constantly looking for ways to improve your productivity and streamline your workflow. One of the easiest ways to do this is using extensions for your code editor… backend
Boost Productivity Top 7 GameChanging VSCode Extensions Developers “The successful people mastered art time management productivity” — Robin Sharma developer you’re constantly looking way improve productivity streamline workflow One easiest way using extension code editor… backend
9,859
Breakdown Golang Architecture
When I started to code with golang, one of my question in the beginning is, how is the golang’s best practice architecture? When it comes to choosing an architecture for a Go project, there are several patterns that can be considered. Here are a few I found commonly used patterns. …
https://medium.com/@frederich/breakdown-golang-architecture-b71bbcc74b3a?source=topics_v2---------103-84--------------------84408f09_8fe1_456c_b078_e3f6d4857387-------17
https://miro.medium.com/…lkehLz0genmg.png
backend
Breakdown Golang Architecture When I started to code with golang, one of my question in the beginning is, how is the golang’s best practice architecture? When it comes to choosing an architecture for a Go project, there are several patterns that can be considered. Here are a few I found commonly used patterns. … backend
Breakdown Golang Architecture started code golang one question beginning golang’s best practice architecture come choosing architecture Go project several pattern considered found commonly used pattern … backend
9,860
Building a Blog CRUD Application with TypeDORM
In this tutorial, we will walk you through building a simple Blog CRUD (Create, Read, Update, and Delete) application using TypeDORM, a powerful and flexible ORM (Object Relational Mapping) library for TypeScript that works seamlessly with Amazon DynamoDB. …
https://medium.com/@kalib-stacks/building-a-blog-crud-application-with-typedorm-4d37b157577b?source=topics_v2---------104-84--------------------84408f09_8fe1_456c_b078_e3f6d4857387-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
Building a Blog CRUD Application with TypeDORM In this tutorial, we will walk you through building a simple Blog CRUD (Create, Read, Update, and Delete) application using TypeDORM, a powerful and flexible ORM (Object Relational Mapping) library for TypeScript that works seamlessly with Amazon DynamoDB. … backend
Building Blog CRUD Application TypeDORM tutorial walk building simple Blog CRUD Create Read Update Delete application using TypeDORM powerful flexible ORM Object Relational Mapping library TypeScript work seamlessly Amazon DynamoDB … backend
9,861
When Should We Use A Private Constructor In Java
A constructor in Java is a special type of method that has the same name as the class and is used to initialize objects. It is automatically called when creating an object of a class using the keyword new. There are two types of constructors: a default no-args constructor which…
https://medium.com/@ferasama/when-should-we-use-a-private-constructor-in-java-20fa7f683cfc?source=topics_v2---------105-84--------------------84408f09_8fe1_456c_b078_e3f6d4857387-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
When Should We Use A Private Constructor In Java A constructor in Java is a special type of method that has the same name as the class and is used to initialize objects. It is automatically called when creating an object of a class using the keyword new. There are two types of constructors: a default no-args constructor which… backend
Use Private Constructor Java constructor Java special type method name class used initialize object automatically called creating object class using keyword new two type constructor default noargs constructor which… backend
9,862
API Versioning: How to Manage Changes in Your APIs
API Versioning is a critical aspect of API development that must be properly implemented when building maintainable and reliable APIs. As you begin to add new features and changes to your API, older versions of your API may not work as intended. Without proper versioning, developers who rely on a…
https://medium.com/@onyenankiekelvin/api-versioning-how-to-manage-changes-in-your-apis-31c2e33ee6f?source=topics_v2---------106-84--------------------84408f09_8fe1_456c_b078_e3f6d4857387-------17
https://miro.medium.com/…_BAbjvKEbKtw.png
backend
API Versioning: How to Manage Changes in Your APIs API Versioning is a critical aspect of API development that must be properly implemented when building maintainable and reliable APIs. As you begin to add new features and changes to your API, older versions of your API may not work as intended. Without proper versioning, developers who rely on a… backend
API Versioning Manage Changes APIs API Versioning critical aspect API development must properly implemented building maintainable reliable APIs begin add new feature change API older version API may work intended Without proper versioning developer rely a… backend
9,863
Ultimate Guide About Caching in Backend Development — Backend Radio — Ritik Chourasiya
Introduction: Caching is an excellent method of improving the performance of a website or application. It can significantly reduce server load and speed up the delivery of content to end-users. Effective caching can lead to cost savings, improved user experience and increased scalability. …
https://medium.com/@ritikchourasiya/ultimate-guide-about-caching-in-backend-development-backend-radio-ritik-chourasiya-f8f473a5723c?source=topics_v2---------107-84--------------------84408f09_8fe1_456c_b078_e3f6d4857387-------17
https://miro.medium.com/…1jMevhKsU6ww.png
backend
Ultimate Guide About Caching in Backend Development — Backend Radio — Ritik Chourasiya Introduction: Caching is an excellent method of improving the performance of a website or application. It can significantly reduce server load and speed up the delivery of content to end-users. Effective caching can lead to cost savings, improved user experience and increased scalability. … backend
Ultimate Guide Caching Backend Development — Backend Radio — Ritik Chourasiya Introduction Caching excellent method improving performance website application significantly reduce server load speed delivery content endusers Effective caching lead cost saving improved user experience increased scalability … backend
9,864
What is a webhook — detailed explanation with code examples
A webhook allows an application to automatically provide data to another application in real-time, through an HTTP request. Instead of having to check for updates periodically, it allows one application to notify another application of events or updates in real-time. How does this happen? When an event occurs in the source application, it sends…
https://medium.com/@ahmetmeleq/what-is-a-webhook-detailed-explanation-with-code-examples-ce636fba638e?source=topics_v2---------108-84--------------------84408f09_8fe1_456c_b078_e3f6d4857387-------17
https://miro.medium.com/…M1czOcUwPexA.png
backend
What is a webhook — detailed explanation with code examples A webhook allows an application to automatically provide data to another application in real-time, through an HTTP request. Instead of having to check for updates periodically, it allows one application to notify another application of events or updates in real-time. How does this happen? When an event occurs in the source application, it sends… backend
webhook — detailed explanation code example webhook allows application automatically provide data another application realtime HTTP request Instead check update periodically allows one application notify another application event update realtime happen event occurs source application sends… backend
9,865
Getting Started with Backend Development in 2023: A Beginner’s Guide
Backend development is a crucial part of web development that involves building the server-side of a web application. It includes everything from the database, server, and APIs to handle user requests, manage data, and communicate with the frontend. In 2023, the demand for backend developers is expected to grow, and…
https://medium.com/@techliveshere/getting-started-with-backend-development-in-2023-a-beginners-guide-2790d818507?source=topics_v2---------109-84--------------------64747d16_73ec_45c0_8e19_91b5dc3224cd-------17
https://miro.medium.com/…xTsrZEbOKBg.jpeg
backend
Getting Started with Backend Development in 2023: A Beginner’s Guide Backend development is a crucial part of web development that involves building the server-side of a web application. It includes everything from the database, server, and APIs to handle user requests, manage data, and communicate with the frontend. In 2023, the demand for backend developers is expected to grow, and… backend
Getting Started Backend Development 2023 Beginner’s Guide Backend development crucial part web development involves building serverside web application includes everything database server APIs handle user request manage data communicate frontend 2023 demand backend developer expected grow and… backend
9,866
Backend Developer Interview Questions with answer
hello, I want to tell you a few Backend developer interview questions with answers. What is your experience with back-end development technologies and tools? Sample answer: In my previous role as a Backend Developer, I primarily used Node.js and Python to build RESTful APIs and microservices. I also have experience…
https://medium.com/@ali-ghorbanali/backend-developer-interview-questions-with-answer-35dfcefb02c?source=topics_v2---------110-84--------------------64747d16_73ec_45c0_8e19_91b5dc3224cd-------17
https://miro.medium.com/…vY4R74NbBRQ.jpeg
backend
Backend Developer Interview Questions with answer hello, I want to tell you a few Backend developer interview questions with answers. What is your experience with back-end development technologies and tools? Sample answer: In my previous role as a Backend Developer, I primarily used Node.js and Python to build RESTful APIs and microservices. I also have experience… backend
Backend Developer Interview Questions answer hello want tell Backend developer interview question answer experience backend development technology tool Sample answer previous role Backend Developer primarily used Nodejs Python build RESTful APIs microservices also experience… backend
9,867
We are now proud sponsors of Drizzle
If you’re following the new hot developments in TypeScript infrastructure, you may have heard of Drizzle by now. Bytes.dev recently had a great piece on it, summarizing the reasons why Drizzle is a breath of fresh air for the space and those looking for alternatives to Prisma. In particular, Drizzle…
https://medium.com/chiselstrike/we-are-now-proud-sponsors-of-drizzle-eed7e7288ccf?source=topics_v2---------111-84--------------------d2848a81_1069_41fe_97e5_c03b79b32cf3-------17
https://miro.medium.com/…-EXnEQteE_w.jpeg
backend
We are now proud sponsors of Drizzle If you’re following the new hot developments in TypeScript infrastructure, you may have heard of Drizzle by now. Bytes.dev recently had a great piece on it, summarizing the reasons why Drizzle is a breath of fresh air for the space and those looking for alternatives to Prisma. In particular, Drizzle… backend
proud sponsor Drizzle you’re following new hot development TypeScript infrastructure may heard Drizzle Bytesdev recently great piece summarizing reason Drizzle breath fresh air space looking alternative Prisma particular Drizzle… backend
9,868
PHP or Node.js: Which Will Make Your Web App Faster and More Secure?
PHP and Node.js are two widely used technologies for server-side programming. PHP is a versatile scripting language primarily used for web development by numerous websites and apps. On the other hand, Node.js is a runtime environment that allows developers to execute JavaScript on the server side, making it an excellent…
https://medium.com/codex/php-or-node-js-which-will-make-your-web-app-faster-and-more-secure-fa8c7b43b0a2?source=topics_v2---------112-84--------------------d2848a81_1069_41fe_97e5_c03b79b32cf3-------17
https://miro.medium.com/…0U-Hh8b-N_g.jpeg
backend
PHP or Node.js: Which Will Make Your Web App Faster and More Secure? PHP and Node.js are two widely used technologies for server-side programming. PHP is a versatile scripting language primarily used for web development by numerous websites and apps. On the other hand, Node.js is a runtime environment that allows developers to execute JavaScript on the server side, making it an excellent… backend
PHP Nodejs Make Web App Faster Secure PHP Nodejs two widely used technology serverside programming PHP versatile scripting language primarily used web development numerous website apps hand Nodejs runtime environment allows developer execute JavaScript server side making excellent… backend
9,869
Understanding the Distinction between Controller and RestController: Essential Knowledge for Backend Programmers
Controller and RestController difference for all programmers — Introduction Spring and Spring Boot are popular Java frameworks used for developing web applications. The frameworks provide a range of features and tools to developers that make web development easier and more efficient. Two of the most commonly used components of the Spring and Spring Boot frameworks are the Controller and…
https://medium.com/javarevisited/understanding-the-distinction-between-controller-and-restcontroller-essential-knowledge-for-b8b1ae84097a?source=topics_v2---------113-84--------------------d2848a81_1069_41fe_97e5_c03b79b32cf3-------17
https://miro.medium.com/…Po9Iblhzd3kQ.png
backend
Understanding the Distinction between Controller and RestController: Essential Knowledge for Backend Programmers Controller and RestController difference for all programmers — Introduction Spring and Spring Boot are popular Java frameworks used for developing web applications. The frameworks provide a range of features and tools to developers that make web development easier and more efficient. Two of the most commonly used components of the Spring and Spring Boot frameworks are the Controller and… backend
Understanding Distinction Controller RestController Essential Knowledge Backend Programmers Controller RestController difference programmer — Introduction Spring Spring Boot popular Java framework used developing web application framework provide range feature tool developer make web development easier efficient Two commonly used component Spring Spring Boot framework Controller and… backend
9,870
A Beginner’s Guide to Back-End Development
Backend development is an essential part of software development that involves building the server-side of a web application. It is responsible for managing data, processing requests, and generating responses for client-side applications. In recent times, the demand for backend developers has increased significantly, as more businesses are leveraging technology to…
https://medium.com/@hardyian/a-beginners-guide-to-back-end-development-8c32addb4078?source=topics_v2---------114-84--------------------d2848a81_1069_41fe_97e5_c03b79b32cf3-------17
https://miro.medium.com/v2/resize:fill:140:140/0*ajkDdnzlWw_HHcbh
backend
A Beginner’s Guide to Back-End Development Backend development is an essential part of software development that involves building the server-side of a web application. It is responsible for managing data, processing requests, and generating responses for client-side applications. In recent times, the demand for backend developers has increased significantly, as more businesses are leveraging technology to… backend
Beginner’s Guide BackEnd Development Backend development essential part software development involves building serverside web application responsible managing data processing request generating response clientside application recent time demand backend developer increased significantly business leveraging technology to… backend
9,871
A Ruby Guide to Action Controllers and Filters
When developing model pipelines, programmers often run into the issue of mitigating controller actions, which is the middleman between our models and our views. …
https://medium.com/@mariamnersisyan97/a-ruby-guide-to-action-controllers-and-filters-a5cbad9866fd?source=topics_v2---------115-84--------------------d2848a81_1069_41fe_97e5_c03b79b32cf3-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
A Ruby Guide to Action Controllers and Filters When developing model pipelines, programmers often run into the issue of mitigating controller actions, which is the middleman between our models and our views. … backend
Ruby Guide Action Controllers Filters developing model pipeline programmer often run issue mitigating controller action middleman model view … backend
9,872
Common NodeJS interview questions
What is Node.js? What is the difference between Node.js and traditional server-side scripting languages like PHP, Ruby, and Python? What is the event-driven architecture in Node.js? How does Node.js handle asynchronous code? What is the difference between callbacks, promises, and async/await in Node.js? How can you manage dependencies in Node.js? …
https://medium.com/@vikaskumar4793/common-nodejs-interview-questions-56d794456ec8?source=topics_v2---------116-84--------------------d2848a81_1069_41fe_97e5_c03b79b32cf3-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
Common NodeJS interview questions What is Node.js? What is the difference between Node.js and traditional server-side scripting languages like PHP, Ruby, and Python? What is the event-driven architecture in Node.js? How does Node.js handle asynchronous code? What is the difference between callbacks, promises, and async/await in Node.js? How can you manage dependencies in Node.js? … backend
Common NodeJS interview question Nodejs difference Nodejs traditional serverside scripting language like PHP Ruby Python eventdriven architecture Nodejs Nodejs handle asynchronous code difference callback promise asyncawait Nodejs manage dependency Nodejs … backend
9,873
Functions in Python — 5 Important Concepts Every Beginner Should Know
Introduction Functions are a core concept in Python, and understanding how they work is essential for anyone learning to code in Python. Functions are reusable pieces of code that allow you to perform a specific task or set of tasks. They can take inputs, perform operations on those inputs, and return…
https://medium.com/@thetechjournal/functions-in-python-5-important-concepts-every-beginner-should-know-6fcc9eb24ced?source=topics_v2---------117-84--------------------d2848a81_1069_41fe_97e5_c03b79b32cf3-------17
https://miro.medium.com/v2/resize:fill:140:140/0*shecwJY5bIAj2S_q
backend
Functions in Python — 5 Important Concepts Every Beginner Should Know Introduction Functions are a core concept in Python, and understanding how they work is essential for anyone learning to code in Python. Functions are reusable pieces of code that allow you to perform a specific task or set of tasks. They can take inputs, perform operations on those inputs, and return… backend
Functions Python — 5 Important Concepts Every Beginner Know Introduction Functions core concept Python understanding work essential anyone learning code Python Functions reusable piece code allow perform specific task set task take input perform operation input return… backend
9,874
Clean Architecture and Go.
Hello! In this article, I will briefly discuss Clean Architecture and Golang. An Introduction Clean Architecture is a popular software design pattern that emphasizes the modularity, scalability, and maintainability of software systems. In Clean Architecture, we separate the concerns of a software system into distinct layers, with each layer being responsible for…
https://medium.com/@iyousifsabah/clean-architecture-and-go-fdb8280d01e9?source=topics_v2---------118-84--------------------d2848a81_1069_41fe_97e5_c03b79b32cf3-------17
https://miro.medium.com/v2/resize:fill:140:140/0*k93DGM6gY4zO2MPI
backend
Clean Architecture and Go. Hello! In this article, I will briefly discuss Clean Architecture and Golang. An Introduction Clean Architecture is a popular software design pattern that emphasizes the modularity, scalability, and maintainability of software systems. In Clean Architecture, we separate the concerns of a software system into distinct layers, with each layer being responsible for… backend
Clean Architecture Go Hello article briefly discus Clean Architecture Golang Introduction Clean Architecture popular software design pattern emphasizes modularity scalability maintainability software system Clean Architecture separate concern software system distinct layer layer responsible for… backend
9,875
JWT authentication with React and Express
Part 1 — Back-end API with Express.js Authentication is a crucial mechanism that allows applications to determine the identity of the user accessing them, and it plays a vital role in safeguarding the security of our website. One way to make it more secure is to use JWT token which is well known, powerfull and reliable standard. …
https://medium.com/@tarekarif/jwt-authentication-with-react-and-express-2ff4d49067ca?source=topics_v2---------119-84--------------------d2848a81_1069_41fe_97e5_c03b79b32cf3-------17
https://miro.medium.com/…SQ3fQPrN8AAA.png
backend
JWT authentication with React and Express Part 1 — Back-end API with Express.js Authentication is a crucial mechanism that allows applications to determine the identity of the user accessing them, and it plays a vital role in safeguarding the security of our website. One way to make it more secure is to use JWT token which is well known, powerfull and reliable standard. … backend
JWT authentication React Express Part 1 — Backend API Expressjs Authentication crucial mechanism allows application determine identity user accessing play vital role safeguarding security website One way make secure use JWT token well known powerfull reliable standard … backend
9,876
Why should you use GraphQL ? 🤔
GraphQL is a powerful query language that was created by Facebook in 2012. Since its creation, it has been adopted by many major software companies, including Google, Amazon, and Microsoft. The reason for its popularity is its ability to make complex data queries much simpler and more efficient. For example…
https://medium.com/@talktorahul.b/why-should-you-use-graphql-494088a77845?source=topics_v2---------120-84--------------------d2848a81_1069_41fe_97e5_c03b79b32cf3-------17
https://miro.medium.com/…79EDsmaqys0Y.png
backend
Why should you use GraphQL ? 🤔 GraphQL is a powerful query language that was created by Facebook in 2012. Since its creation, it has been adopted by many major software companies, including Google, Amazon, and Microsoft. The reason for its popularity is its ability to make complex data queries much simpler and more efficient. For example… backend
use GraphQL 🤔 GraphQL powerful query language created Facebook 2012 Since creation adopted many major software company including Google Amazon Microsoft reason popularity ability make complex data query much simpler efficient example… backend
9,877
CloudNative Application Series 2: Synchronous Communication Pattern
We can categorize the Communication Pattern into two categories : Communication Pattern: Synchronous Communication Pattern: — Request-Response pattern(Service Orchestration and API Gateway, Request-Reply with queue), RPC (Service composition and API management pattern, Request-Response) Asynchronous Communication: Mix and Match both pattern In synchronous communication, one microservice invokes another microservice and expects…
https://medium.com/@bindubc/cloudnative-application-series-2-synchronous-communication-pattern-505a57f07c51?source=topics_v2---------121-84--------------------1f0f15e9_43c9_4ef2_9f36_2cdc5ad2e14e-------17
https://miro.medium.com/v2/resize:fill:140:140/0*MTAYyNLd_tNQNH1T
backend
CloudNative Application Series 2: Synchronous Communication Pattern We can categorize the Communication Pattern into two categories : Communication Pattern: Synchronous Communication Pattern: — Request-Response pattern(Service Orchestration and API Gateway, Request-Reply with queue), RPC (Service composition and API management pattern, Request-Response) Asynchronous Communication: Mix and Match both pattern In synchronous communication, one microservice invokes another microservice and expects… backend
CloudNative Application Series 2 Synchronous Communication Pattern categorize Communication Pattern two category Communication Pattern Synchronous Communication Pattern — RequestResponse patternService Orchestration API Gateway RequestReply queue RPC Service composition API management pattern RequestResponse Asynchronous Communication Mix Match pattern synchronous communication one microservice invokes another microservice expects… backend
9,878
How to Authenticate User in Ruby on Rails
The year is 2023 and many people have left using Ruby on Rails and assuming it’s dead. Well, it may be a dead framework but still, it is easy to learn and work on, especially for a beginner backend developer. Although it is easy, there are some parts that are…
https://medium.com/@onursedef/how-to-authenticate-user-in-ruby-on-rails-35bf1ac411eb?source=topics_v2---------122-84--------------------1f0f15e9_43c9_4ef2_9f36_2cdc5ad2e14e-------17
https://miro.medium.com/…TWJAZPWFM8QQ.png
backend
How to Authenticate User in Ruby on Rails The year is 2023 and many people have left using Ruby on Rails and assuming it’s dead. Well, it may be a dead framework but still, it is easy to learn and work on, especially for a beginner backend developer. Although it is easy, there are some parts that are… backend
Authenticate User Ruby Rails year 2023 many people left using Ruby Rails assuming it’s dead Well may dead framework still easy learn work especially beginner backend developer Although easy part are… backend
9,879
Top 20 Databases — Based on current technologies
The Need for a Reliable Database System In the current era of digital transformation, database management system software is incredibly necessary. These days, it’s critical to maintain track of all the data gathered by numerous organisations and for various projects. A database management system software aids in keeping track of all the procedures followed in a company. …
https://medium.com/@talktorahul.b/top-20-databases-based-on-current-technologies-e13637dd2d3f?source=topics_v2---------123-84--------------------1f0f15e9_43c9_4ef2_9f36_2cdc5ad2e14e-------17
https://miro.medium.com/…RYtSpxChlMcA.png
backend
Top 20 Databases — Based on current technologies The Need for a Reliable Database System In the current era of digital transformation, database management system software is incredibly necessary. These days, it’s critical to maintain track of all the data gathered by numerous organisations and for various projects. A database management system software aids in keeping track of all the procedures followed in a company. … backend
Top 20 Databases — Based current technology Need Reliable Database System current era digital transformation database management system software incredibly necessary day it’s critical maintain track data gathered numerous organisation various project database management system software aid keeping track procedure followed company … backend
9,880
API Design Best Practices: Building Efficient and Consistent RESTful Interfaces with Examples
Designing an API involves more than just creating endpoints and defining request/response structures. It requires a thoughtful approach to ensure that it is efficient, consistent, and easy to consume by developers. In this long-form blog post, we will discuss some of the best practices for designing RESTful APIs that are…
https://medium.com/@kalib-stacks/api-design-best-practices-building-efficient-and-consistent-restful-interfaces-with-examples-783e887eb704?source=topics_v2---------124-84--------------------1f0f15e9_43c9_4ef2_9f36_2cdc5ad2e14e-------17
https://miro.medium.com/v2/resize:fill:140:140/0*4P2BGxVyKEQZvtNz
backend
API Design Best Practices: Building Efficient and Consistent RESTful Interfaces with Examples Designing an API involves more than just creating endpoints and defining request/response structures. It requires a thoughtful approach to ensure that it is efficient, consistent, and easy to consume by developers. In this long-form blog post, we will discuss some of the best practices for designing RESTful APIs that are… backend
API Design Best Practices Building Efficient Consistent RESTful Interfaces Examples Designing API involves creating endpoint defining requestresponse structure requires thoughtful approach ensure efficient consistent easy consume developer longform blog post discus best practice designing RESTful APIs are… backend
9,881
Kotlin Backend Frameworks Comprehensive Comparison: Spring Boot, Quarkus, Micronaut — Part 1
If you’re interested in developing a Kotlin Backend application, you have several options to choose from. In this article, we’ll be comparing three popular Kotlin backend frameworks: Spring Boot, Quarkus, and Micronaut. Quick Overview Spring Spring is a popular Java-based framework used for building enterprise-grade applications. It provides a modular and scalable architecture…
https://medium.com/@mdportnov/kotlin-backend-frameworks-comprehensive-comparison-part-1-spring-boot-quarkus-micronaut-a1befd7a83c0?source=topics_v2---------125-84--------------------1f0f15e9_43c9_4ef2_9f36_2cdc5ad2e14e-------17
https://miro.medium.com/…OwqIKV09k77w.png
backend
Kotlin Backend Frameworks Comprehensive Comparison: Spring Boot, Quarkus, Micronaut — Part 1 If you’re interested in developing a Kotlin Backend application, you have several options to choose from. In this article, we’ll be comparing three popular Kotlin backend frameworks: Spring Boot, Quarkus, and Micronaut. Quick Overview Spring Spring is a popular Java-based framework used for building enterprise-grade applications. It provides a modular and scalable architecture… backend
Kotlin Backend Frameworks Comprehensive Comparison Spring Boot Quarkus Micronaut — Part 1 you’re interested developing Kotlin Backend application several option choose article we’ll comparing three popular Kotlin backend framework Spring Boot Quarkus Micronaut Quick Overview Spring Spring popular Javabased framework used building enterprisegrade application provides modular scalable architecture… backend
9,882
How to develop Express web server along with middlewares?
If we look around into most of the web-apps available around , most of them use the client-server model to provide services. Client is the one who uses(requests) for some services and Servers are programs who provides the services, usually running infinitely waiting for service requests. Any working website comprises…
https://medium.com/@shubhamomkar/middlewares-in-express-explained-b18c3b3f82de?source=topics_v2---------126-84--------------------1f0f15e9_43c9_4ef2_9f36_2cdc5ad2e14e-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
How to develop Express web server along with middlewares? If we look around into most of the web-apps available around , most of them use the client-server model to provide services. Client is the one who uses(requests) for some services and Servers are programs who provides the services, usually running infinitely waiting for service requests. Any working website comprises… backend
develop Express web server along middlewares look around webapps available around use clientserver model provide service Client one usesrequests service Servers program provides service usually running infinitely waiting service request working website comprises… backend
9,883
Table Relations in SQL
another school task, as usual. — Ever wonder why it’s called a relational database? well that’s simply because there are relationships among the tables in it. They are connected using the Primary-Foreign Key Constraints. In SQL databases, there are three types of relations, which I will be briefly explaining in this article. One-to-One Relation In this relation type…
https://medium.com/@syiffa.noriza/table-relations-in-sql-c30b639352f3?source=topics_v2---------127-84--------------------1f0f15e9_43c9_4ef2_9f36_2cdc5ad2e14e-------17
https://miro.medium.com/…s3o7Zy3aKsPj.png
backend
Table Relations in SQL another school task, as usual. — Ever wonder why it’s called a relational database? well that’s simply because there are relationships among the tables in it. They are connected using the Primary-Foreign Key Constraints. In SQL databases, there are three types of relations, which I will be briefly explaining in this article. One-to-One Relation In this relation type… backend
Table Relations SQL another school task usual — Ever wonder it’s called relational database well that’s simply relationship among table connected using PrimaryForeign Key Constraints SQL database three type relation briefly explaining article OnetoOne Relation relation type… backend
9,884
How to use Sanity with JavaScript
Sanity is a flexible and powerful content management system that can be used with a variety of programming languages, including JavaScript. Here’s a brief overview of how to use Sanity with JavaScript: Install the Sanity CLI: You can install the Sanity CLI using npm by running the following command in…
https://medium.com/@xsankalp13/how-to-use-sanity-with-javascript-aa2312546f5d?source=topics_v2---------128-84--------------------1f0f15e9_43c9_4ef2_9f36_2cdc5ad2e14e-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
How to use Sanity with JavaScript Sanity is a flexible and powerful content management system that can be used with a variety of programming languages, including JavaScript. Here’s a brief overview of how to use Sanity with JavaScript: Install the Sanity CLI: You can install the Sanity CLI using npm by running the following command in… backend
use Sanity JavaScript Sanity flexible powerful content management system used variety programming language including JavaScript Here’s brief overview use Sanity JavaScript Install Sanity CLI install Sanity CLI using npm running following command in… backend
9,885
Best Projects Ideas for a Backend Developer
The best side projects to achieve in 2023 — Side projects are an excellent way for backend engineers to gain experience and enhance their skills, particularly if they are trying to land their first job or advance their careers. In this article, we’ll explore some of the best side projects for backend engineers to gain experience and increase their…
https://medium.com/python-in-plain-english/best-projects-ideas-for-a-backend-developer-98dd1f2a0e4b?source=topics_v2---------129-84--------------------1f0f15e9_43c9_4ef2_9f36_2cdc5ad2e14e-------17
https://miro.medium.com/v2/resize:fill:140:140/0*U6M-PbBsn0ruOAgu
backend
Best Projects Ideas for a Backend Developer The best side projects to achieve in 2023 — Side projects are an excellent way for backend engineers to gain experience and enhance their skills, particularly if they are trying to land their first job or advance their careers. In this article, we’ll explore some of the best side projects for backend engineers to gain experience and increase their… backend
Best Projects Ideas Backend Developer best side project achieve 2023 — Side project excellent way backend engineer gain experience enhance skill particularly trying land first job advance career article we’ll explore best side project backend engineer gain experience increase their… backend
9,886
Is NodeJs single-threaded?
How to work with other threads in Nodejs? — Node.js runs JavaScript code in single thread, which means that your code can only do one task at a time. But Node.js itself is multithreaded and provides hidden threads through the `libuv` library, which handles I/O operations like reading files from a disk or network requests. Through the use of…
https://medium.com/@kadirosmanust/is-nodejs-single-threaded-1ab537430626?source=topics_v2---------130-84--------------------1f0f15e9_43c9_4ef2_9f36_2cdc5ad2e14e-------17
https://miro.medium.com/…Jzi9cvMTUYxw.png
backend
Is NodeJs single-threaded? How to work with other threads in Nodejs? — Node.js runs JavaScript code in single thread, which means that your code can only do one task at a time. But Node.js itself is multithreaded and provides hidden threads through the `libuv` library, which handles I/O operations like reading files from a disk or network requests. Through the use of… backend
NodeJs singlethreaded work thread Nodejs — Nodejs run JavaScript code single thread mean code one task time Nodejs multithreaded provides hidden thread libuv library handle IO operation like reading file disk network request use of… backend
9,887
Internals of RESP - Redis Serialization Protocol
I am Amit Shekhar, a mentor helping developers in getting high-paying tech jobs. In this blog, we are going to learn about the internals of the Redis Serialization Protocol(RESP). This article was originally published at amitshekhar.me. Before jumping into the internals of RESP, we should know what exactly the term…
https://medium.com/@amitshekhar/internals-of-resp-redis-serialization-protocol-6116094a7202?source=topics_v2---------131-84--------------------91b0dd0e_f217_440f_b5e3_c5df2ce48cd4-------17
https://miro.medium.com/…-MAYZUD66pQA.png
backend
Internals of RESP - Redis Serialization Protocol I am Amit Shekhar, a mentor helping developers in getting high-paying tech jobs. In this blog, we are going to learn about the internals of the Redis Serialization Protocol(RESP). This article was originally published at amitshekhar.me. Before jumping into the internals of RESP, we should know what exactly the term… backend
Internals RESP Redis Serialization Protocol Amit Shekhar mentor helping developer getting highpaying tech job blog going learn internals Redis Serialization ProtocolRESP article originally published amitshekharme jumping internals RESP know exactly term… backend
9,888
Pyspark Output Destinations
Pyspark is a powerful tool for processing large datasets and performing complex computations. When working with data in Pyspark, it is essential to understand the different output destinations available for your results. …
https://medium.com/mobileaction-engineering/pyspark-output-destinations-dfe151f1cd5f?source=topics_v2---------132-84--------------------91b0dd0e_f217_440f_b5e3_c5df2ce48cd4-------17
https://miro.medium.com/…cqG0Trw8N9Q.jpeg
backend
Pyspark Output Destinations Pyspark is a powerful tool for processing large datasets and performing complex computations. When working with data in Pyspark, it is essential to understand the different output destinations available for your results. … backend
Pyspark Output Destinations Pyspark powerful tool processing large datasets performing complex computation working data Pyspark essential understand different output destination available result … backend
9,889
How to create .zip files golang based?
A zip file is a compressed file format that contains one or more files or directories in a compressed format. The compression algorithm used in zip files reduces the size of the original files, making it easier to transfer and store them. …
https://medium.com/@jhooomn/how-to-create-zip-files-golang-based-c853102f414a?source=topics_v2---------133-84--------------------91b0dd0e_f217_440f_b5e3_c5df2ce48cd4-------17
https://miro.medium.com/…nMGazYHXZMIb.png
backend
How to create .zip files golang based? A zip file is a compressed file format that contains one or more files or directories in a compressed format. The compression algorithm used in zip files reduces the size of the original files, making it easier to transfer and store them. … backend
create zip file golang based zip file compressed file format contains one file directory compressed format compression algorithm used zip file reduces size original file making easier transfer store … backend
9,890
The Role of Middleware: Enhancing the Functionality of Your Web Applications
Middleware is a fairly common term when it comes to software computing. However, in my experience most young developers assume it to be a heavy concept. And so, it’s rarely used to its full potential. …
https://medium.com/@varun-doshi/the-role-of-middleware-enhancing-the-functionality-of-your-web-applications-1b2db5889491?source=topics_v2---------134-84--------------------91b0dd0e_f217_440f_b5e3_c5df2ce48cd4-------17
https://miro.medium.com/…y45z5r7XoQg.jpeg
backend
The Role of Middleware: Enhancing the Functionality of Your Web Applications Middleware is a fairly common term when it comes to software computing. However, in my experience most young developers assume it to be a heavy concept. And so, it’s rarely used to its full potential. … backend
Role Middleware Enhancing Functionality Web Applications Middleware fairly common term come software computing However experience young developer assume heavy concept it’s rarely used full potential … backend
9,891
API Development Using Angular and ExpressJS
In this article we shall discuss different types of API requests and how to implement them using Express.js and Postman So let’s start. The topics covered in this article are as follows: i) API Definition and Methods ii) Get Request iii) PUT Request iv) POST Request v) DELETE Request API Definition and Methods: It’s…
https://medium.com/@pandeynandancse/api-development-using-angular-and-expressjs-ef09ee06710a?source=topics_v2---------135-84--------------------91b0dd0e_f217_440f_b5e3_c5df2ce48cd4-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend
API Development Using Angular and ExpressJS In this article we shall discuss different types of API requests and how to implement them using Express.js and Postman So let’s start. The topics covered in this article are as follows: i) API Definition and Methods ii) Get Request iii) PUT Request iv) POST Request v) DELETE Request API Definition and Methods: It’s… backend
API Development Using Angular ExpressJS article shall discus different type API request implement using Expressjs Postman let’s start topic covered article follows API Definition Methods ii Get Request iii PUT Request iv POST Request v DELETE Request API Definition Methods It’s… backend
9,892
Why Choose Node.js?
It might be difficult to choose something fresh and distinct when so many frameworks are accessible. You’ve undoubtedly heard phrases like “JavaScript runtime,” “event-driven,” and “operates on a single-threaded event loop” concerning Node.js and wondered what they meant. This post will show why you should utilize Node.js as your following…
https://medium.com/selleo/why-choose-node-js-1e5b209b0047?source=topics_v2---------137-84--------------------91b0dd0e_f217_440f_b5e3_c5df2ce48cd4-------17
https://miro.medium.com/…cKRs--fndxQ.jpeg
backend
Why Choose Node.js? It might be difficult to choose something fresh and distinct when so many frameworks are accessible. You’ve undoubtedly heard phrases like “JavaScript runtime,” “event-driven,” and “operates on a single-threaded event loop” concerning Node.js and wondered what they meant. This post will show why you should utilize Node.js as your following… backend
Choose Nodejs might difficult choose something fresh distinct many framework accessible You’ve undoubtedly heard phrase like “JavaScript runtime” “eventdriven” “operates singlethreaded event loop” concerning Nodejs wondered meant post show utilize Nodejs following… backend
9,893
Simple CRUD logic to get you started with backend development.
Table of Contents · Introduction · What is CRUD Operation? · The E-learning platform · Registering the user · Logging in the User · Updating and Deleting User Profile · Conclusion Introduction As developers, we love building applications from scratch, piecing together layouts, and making everything work seamlessly. However, dealing with authentication can be…
https://medium.com/@michaeladev/simple-crud-logic-to-get-you-started-with-backend-development-ea528ba58801?source=topics_v2---------138-84--------------------91b0dd0e_f217_440f_b5e3_c5df2ce48cd4-------17
https://miro.medium.com/v2/resize:fill:140:140/0*hucFbx-Bg7flZyEb
backend
Simple CRUD logic to get you started with backend development. Table of Contents · Introduction · What is CRUD Operation? · The E-learning platform · Registering the user · Logging in the User · Updating and Deleting User Profile · Conclusion Introduction As developers, we love building applications from scratch, piecing together layouts, and making everything work seamlessly. However, dealing with authentication can be… backend
Simple CRUD logic get started backend development Table Contents · Introduction · CRUD Operation · Elearning platform · Registering user · Logging User · Updating Deleting User Profile · Conclusion Introduction developer love building application scratch piecing together layout making everything work seamlessly However dealing authentication be… backend
9,894
Web Stack Weekly — Issue#64
Welcome to Web weekly — a weekly newsletter on new development and updates of Web universe curated by Canopas team, delivered every Monday. Articles Announcing typescript 5.0 Typescript 5.0 brings many new features like new decorators standards, and functionality to better support ESM projects in Node and bundlers simplified configuration and many other improvements. 6 CSS snippets every front-end developer should know in 2023
https://medium.com/canopas/web-stack-weekly-issue-64-61c713efa3fe?source=topics_v2---------139-84--------------------91b0dd0e_f217_440f_b5e3_c5df2ce48cd4-------17
https://miro.medium.com/…OEUzg8xH3tZ.jpeg
backend
Web Stack Weekly — Issue#64 Welcome to Web weekly — a weekly newsletter on new development and updates of Web universe curated by Canopas team, delivered every Monday. Articles Announcing typescript 5.0 Typescript 5.0 brings many new features like new decorators standards, and functionality to better support ESM projects in Node and bundlers simplified configuration and many other improvements. 6 CSS snippets every front-end developer should know in 2023 backend
Web Stack Weekly — Issue64 Welcome Web weekly — weekly newsletter new development update Web universe curated Canopas team delivered every Monday Articles Announcing typescript 50 Typescript 50 brings many new feature like new decorator standard functionality better support ESM project Node bundlers simplified configuration many improvement 6 CSS snippet every frontend developer know 2023 backend
9,895
How to create express with firebase function
Firebase Functions is a serverless platform that allows developers to write and deploy backend code without worrying about infrastructure management. It can be used to perform tasks such as sending emails, processing payments, and running machine learning models. Express is a popular web framework for building web applications using Node.js…
https://medium.com/@tarjirawat/how-to-create-express-with-firebase-function-8cb018f9ba5f?source=topics_v2---------140-84--------------------3dcb14fb_3653_4561_8110_2f268f8f3862-------17
https://miro.medium.com/…pQmFYn_nKisQ.png
backend
How to create express with firebase function Firebase Functions is a serverless platform that allows developers to write and deploy backend code without worrying about infrastructure management. It can be used to perform tasks such as sending emails, processing payments, and running machine learning models. Express is a popular web framework for building web applications using Node.js… backend
create express firebase function Firebase Functions serverless platform allows developer write deploy backend code without worrying infrastructure management used perform task sending email processing payment running machine learning model Express popular web framework building web application using Nodejs… backend
9,896
Build Simple REST API using Go with gin-gorm
REST (Representational State Transfer) is an architectural method of communication that uses HTTP protocol for data exchange. Application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. …
https://medium.com/@awangt/build-simple-rest-api-using-go-with-gin-gorm-c0c8a36d4d17?source=topics_v2---------141-84--------------------3dcb14fb_3653_4561_8110_2f268f8f3862-------17
https://miro.medium.com/v2/resize:fill:140:140/0*cCszh89Fg541cZQx
backend
Build Simple REST API using Go with gin-gorm REST (Representational State Transfer) is an architectural method of communication that uses HTTP protocol for data exchange. Application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. … backend
Build Simple REST API using Go gingorm REST Representational State Transfer architectural method communication us HTTP protocol data exchange Application programming interface API connection computer computer program type software interface offering service piece software … backend
9,897
Need for Speed? Faster Golang API With Prepared SQL Queries and Gin-Gonic
Speed up your API by preparing SQL queries — Hello there! I would like to talk about how to speed up API responses with SQL queries using Gin-Gonic. In today’s world, APIs have become an integral part of most applications, and it’s crucial that they respond quickly to user requests. As you may know, Gin-Gonic is a popular web…
https://medium.com/better-programming/speed-up-your-api-by-preparing-sql-queries-in-go-ddfaa2c27c41?source=topics_v2---------162-84--------------------7937d404_f266_4683_8ad1_a39c87a51ec7-------17
https://miro.medium.com/v2/resize:fill:140:140/0*JmFVs_tFDFiid0o9
backend
Need for Speed? Faster Golang API With Prepared SQL Queries and Gin-Gonic Speed up your API by preparing SQL queries — Hello there! I would like to talk about how to speed up API responses with SQL queries using Gin-Gonic. In today’s world, APIs have become an integral part of most applications, and it’s crucial that they respond quickly to user requests. As you may know, Gin-Gonic is a popular web… backend
Need Speed Faster Golang API Prepared SQL Queries GinGonic Speed API preparing SQL query — Hello would like talk speed API response SQL query using GinGonic today’s world APIs become integral part application it’s crucial respond quickly user request may know GinGonic popular web… backend
9,898
How to Design your Event Streams — Part 3
What data to publish in an event? How to consider consumers’ needs? How many types of events are worth including in one stream? How does relational data affect event streams? — these essential questions and more are addressed in this article, along with primary considerations and best practices, relevant to any event-driven architecture — Event streams are growingly adopted because of their capability to process large volumes of data in real-time, while allowing systems to interact continuously without coupling. However, designing effective event streams can be challenging, especially when considering the diverse needs of consumers and the variances of data that can be transmitted…
https://medium.com/everything-full-stack/how-to-design-your-event-streams-part-3-d34bbaada925?source=topics_v2---------169-84--------------------7937d404_f266_4683_8ad1_a39c87a51ec7-------17
https://miro.medium.com/…JLlTY-ASJnpg.png
backend
How to Design your Event Streams — Part 3 What data to publish in an event? How to consider consumers’ needs? How many types of events are worth including in one stream? How does relational data affect event streams? — these essential questions and more are addressed in this article, along with primary considerations and best practices, relevant to any event-driven architecture — Event streams are growingly adopted because of their capability to process large volumes of data in real-time, while allowing systems to interact continuously without coupling. However, designing effective event streams can be challenging, especially when considering the diverse needs of consumers and the variances of data that can be transmitted… backend
Design Event Streams — Part 3 data publish event consider consumers’ need many type event worth including one stream relational data affect event stream — essential question addressed article along primary consideration best practice relevant eventdriven architecture — Event stream growingly adopted capability process large volume data realtime allowing system interact continuously without coupling However designing effective event stream challenging especially considering diverse need consumer variance data transmitted… backend
9,899
Things you should know before running celery in Production (Part I)
Celery is the de-facto framework for running distributed tasks written in Python. Celery has strong support for Django and is well-documented for integration with other frameworks like Flask and FastAPI. Concurrency Management Celery uses prefork as it’s default concurrency manager. But using prefork , it has a significant downside for some applications…
https://medium.com/@arnab194/things-you-should-know-before-running-celery-in-production-part-i-dff9742b5c32?source=topics_v2---------171-84--------------------7937d404_f266_4683_8ad1_a39c87a51ec7-------17
https://miro.medium.com/…agDwINVhtM8g.png
backend
Things you should know before running celery in Production (Part I) Celery is the de-facto framework for running distributed tasks written in Python. Celery has strong support for Django and is well-documented for integration with other frameworks like Flask and FastAPI. Concurrency Management Celery uses prefork as it’s default concurrency manager. But using prefork , it has a significant downside for some applications… backend
Things know running celery Production Part Celery defacto framework running distributed task written Python Celery strong support Django welldocumented integration framework like Flask FastAPI Concurrency Management Celery us prefork it’s default concurrency manager using prefork significant downside applications… backend
9,900
System.out.println() Explained
System — Concrete Class Out — Static Reference of Print Stream Class Present in System Class that’s why it is accessible via Class reference. println — It is a public method present in PrintStream class , which is responsible for printing output , we can override this method also by…
https://medium.com/@java-Spring-Decoded/system-out-println-explained-d1c59229d664?source=topics_v2---------0-84--------------------26750c9c_837a_4c48_94a6_a8962fd9b941-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend-development
System.out.println() Explained System — Concrete Class Out — Static Reference of Print Stream Class Present in System Class that’s why it is accessible via Class reference. println — It is a public method present in PrintStream class , which is responsible for printing output , we can override this method also by… backend-development
Systemoutprintln Explained System — Concrete Class — Static Reference Print Stream Class Present System Class that’s accessible via Class reference println — public method present PrintStream class responsible printing output override method also by… backenddevelopment
9,901
Why RESTful APIs are The Best Choice for Building Applications:
A Step-by-Step Guide RESTful API (Representational State Transfer) is a popular architectural style used in the development of web services. RESTful APIs have become increasingly popular because they allow for easy communication between different applications, platforms, and devices over the web. …
https://medium.com/@vivekjha1213/why-restful-apis-are-the-best-choice-for-building-applications-47f574f2d9a6?source=topics_v2---------1-84--------------------26750c9c_837a_4c48_94a6_a8962fd9b941-------17
https://miro.medium.com/…y6N5IRBktZnw.png
backend-development
Why RESTful APIs are The Best Choice for Building Applications: A Step-by-Step Guide RESTful API (Representational State Transfer) is a popular architectural style used in the development of web services. RESTful APIs have become increasingly popular because they allow for easy communication between different applications, platforms, and devices over the web. … backend-development
RESTful APIs Best Choice Building Applications StepbyStep Guide RESTful API Representational State Transfer popular architectural style used development web service RESTful APIs become increasingly popular allow easy communication different application platform device web … backenddevelopment
9,902
Spring Boot @Valid annotation
In Java, data validation is an important step in ensuring that your application's data is accurate and safe to use. One way to achieve this is by using the @Valid annotation. …
https://medium.com/@sridharnarayanmkr107/spring-boot-valid-annotation-2480c75903ac?source=topics_v2---------3-84--------------------26750c9c_837a_4c48_94a6_a8962fd9b941-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend-development
Spring Boot @Valid annotation In Java, data validation is an important step in ensuring that your application's data is accurate and safe to use. One way to achieve this is by using the @Valid annotation. … backend-development
Spring Boot Valid annotation Java data validation important step ensuring application data accurate safe use One way achieve using Valid annotation … backenddevelopment
9,903
Node.js for Web Development: Is it the Right Choice? Pros and Cons Explained
Node.js has become a popular choice for web development in recent years due to its flexibility, scalability, and speed. It allows developers to build server-side applications using JavaScript, which has traditionally been a client-side language. However, like any technology, Node.js has its pros and cons. In this blog post, we’ll…
https://medium.com/@adarsh_d/node-js-for-web-development-is-it-the-right-choice-pros-and-cons-explained-2df1ecfb97c4?source=topics_v2---------5-84--------------------26750c9c_837a_4c48_94a6_a8962fd9b941-------17
https://miro.medium.com/…C6Ywja1wj-PN.png
backend-development
Node.js for Web Development: Is it the Right Choice? Pros and Cons Explained Node.js has become a popular choice for web development in recent years due to its flexibility, scalability, and speed. It allows developers to build server-side applications using JavaScript, which has traditionally been a client-side language. However, like any technology, Node.js has its pros and cons. In this blog post, we’ll… backend-development
Nodejs Web Development Right Choice Pros Cons Explained Nodejs become popular choice web development recent year due flexibility scalability speed allows developer build serverside application using JavaScript traditionally clientside language However like technology Nodejs pro con blog post we’ll… backenddevelopment
9,904
Introduction to Web Scraping
What is web scraping why do we need it and how we did it Under the Hood The story begins I decided a few days back that I should start writing more technical articles as I want to learn backend development to an advanced level. The strategy is simple, I will do something…
https://medium.com/javascript-in-plain-english/introduction-to-web-scraping-fcc634f8908a?source=topics_v2---------6-84--------------------26750c9c_837a_4c48_94a6_a8962fd9b941-------17
https://miro.medium.com/…HGaO8C2no5jQ.png
backend-development
Introduction to Web Scraping What is web scraping why do we need it and how we did it Under the Hood The story begins I decided a few days back that I should start writing more technical articles as I want to learn backend development to an advanced level. The strategy is simple, I will do something… backend-development
Introduction Web Scraping web scraping need Hood story begin decided day back start writing technical article want learn backend development advanced level strategy simple something… backenddevelopment
9,905
Final Keyword In Java
We use Final keyword in three context in Java :- variable method class Final Variable In Java Once Initialized a final variable can’t be reassigned a different value or object. The value of object referenced by final variable can change but the object being referenced by final variable can’t change. …
https://medium.com/@java-Spring-Decoded/final-keyword-in-java-c197c6a28345?source=topics_v2---------7-84--------------------26750c9c_837a_4c48_94a6_a8962fd9b941-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend-development
Final Keyword In Java We use Final keyword in three context in Java :- variable method class Final Variable In Java Once Initialized a final variable can’t be reassigned a different value or object. The value of object referenced by final variable can change but the object being referenced by final variable can’t change. … backend-development
Final Keyword Java use Final keyword three context Java variable method class Final Variable Java Initialized final variable can’t reassigned different value object value object referenced final variable change object referenced final variable can’t change … backenddevelopment
9,906
Database Access with Dapper: Best Practices
As a .NET Core developer, you may have heard of Dapper, a simple and lightweight ORM (Object-Relational Mapping) tool. It allows you to query databases in a fast and efficient way, without the overhead of a full-fledged ORM like Entity Framework. In this blog post, we will explore some best…
https://medium.com/@jber595/database-access-with-dapper-best-practices-29de60ea7462?source=topics_v2---------8-84--------------------26750c9c_837a_4c48_94a6_a8962fd9b941-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend-development
Database Access with Dapper: Best Practices As a .NET Core developer, you may have heard of Dapper, a simple and lightweight ORM (Object-Relational Mapping) tool. It allows you to query databases in a fast and efficient way, without the overhead of a full-fledged ORM like Entity Framework. In this blog post, we will explore some best… backend-development
Database Access Dapper Best Practices NET Core developer may heard Dapper simple lightweight ORM ObjectRelational Mapping tool allows query database fast efficient way without overhead fullfledged ORM like Entity Framework blog post explore best… backenddevelopment
9,907
Immutable Classes In Java
What are Immutable Classes ? public class Immutable { int x; String y; } As we can see in this class , we have two fields , Once we initialized the object of this class , both of these fields will have a state x = 0; y = null; …
https://medium.com/@java-Spring-Decoded/immutable-classes-in-java-6268ff84bdd?source=topics_v2---------9-84--------------------26750c9c_837a_4c48_94a6_a8962fd9b941-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend-development
Immutable Classes In Java What are Immutable Classes ? public class Immutable { int x; String y; } As we can see in this class , we have two fields , Once we initialized the object of this class , both of these fields will have a state x = 0; y = null; … backend-development
Immutable Classes Java Immutable Classes public class Immutable int x String see class two field initialized object class field state x 0 null … backenddevelopment
9,908
Spring Boot @EnableWebSecurity
When developing a web application, security is of paramount importance. With the increase in cyberattacks and data breaches, developers need to ensure that their web applications are secure and protected against unauthorized access. One of the tools available for securing web applications in Spring Security is the @EnableWebSecurity annotation. What…
https://medium.com/@sridharnarayanmkr107/spring-boot-enablewebsecurity-50fb1d7bb34f?source=topics_v2---------10-84--------------------a2389a39_e267_4f4d_9b14_9261ab38511b-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend-development
Spring Boot @EnableWebSecurity When developing a web application, security is of paramount importance. With the increase in cyberattacks and data breaches, developers need to ensure that their web applications are secure and protected against unauthorized access. One of the tools available for securing web applications in Spring Security is the @EnableWebSecurity annotation. What… backend-development
Spring Boot EnableWebSecurity developing web application security paramount importance increase cyberattacks data breach developer need ensure web application secure protected unauthorized access One tool available securing web application Spring Security EnableWebSecurity annotation What… backenddevelopment
9,909
Accessing Spring Bean Inside A Pojo
Suppose we have a Pojo class MyPojo , which want to access an object from Spring Bean , How can we do that ? A Simple Approach would be to use ApplicationContextAware Interface of Spring , We can implement this class to return Bean of desired class in Our Pojo. …
https://medium.com/@java-Spring-Decoded/accessing-spring-bean-inside-a-pojo-c7a0d3da3ef8?source=topics_v2---------12-84--------------------a2389a39_e267_4f4d_9b14_9261ab38511b-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend-development
Accessing Spring Bean Inside A Pojo Suppose we have a Pojo class MyPojo , which want to access an object from Spring Bean , How can we do that ? A Simple Approach would be to use ApplicationContextAware Interface of Spring , We can implement this class to return Bean of desired class in Our Pojo. … backend-development
Accessing Spring Bean Inside Pojo Suppose Pojo class MyPojo want access object Spring Bean Simple Approach would use ApplicationContextAware Interface Spring implement class return Bean desired class Pojo … backenddevelopment
9,910
The Best Backend Framework You Can Choose In 2023 For Your Business
Over the past years, businesses have faced multiple challenges & gone through massive changes. Well, these changes are continuously emerging in 2023! To deal with market trends, the organization works for different innovative products. Most businesses are considering looking for accelerating digital transformation. Digital transformation leads the security, sustainability and…
https://medium.com/@tristate/the-best-backend-framework-you-can-choose-in-2023-for-your-business-e59ca9f432b5?source=topics_v2---------13-84--------------------a2389a39_e267_4f4d_9b14_9261ab38511b-------17
https://miro.medium.com/…uE-n3jrnNEg.jpeg
backend-development
The Best Backend Framework You Can Choose In 2023 For Your Business Over the past years, businesses have faced multiple challenges & gone through massive changes. Well, these changes are continuously emerging in 2023! To deal with market trends, the organization works for different innovative products. Most businesses are considering looking for accelerating digital transformation. Digital transformation leads the security, sustainability and… backend-development
Best Backend Framework Choose 2023 Business past year business faced multiple challenge gone massive change Well change continuously emerging 2023 deal market trend organization work different innovative product business considering looking accelerating digital transformation Digital transformation lead security sustainability and… backenddevelopment
9,911
Spring Data JPA
That aims to simplify database access and provide a consistent data model and programming model for different types of data stores. Provides a unified API for working with relational databases, NoSQL databases, and other data sources. Spring Data’s architecture is based on the concept of repositories, which encapsulate the data…
https://medium.com/dev-genius/spring-data-jpa-c698d07a2a2b?source=topics_v2---------14-84--------------------a2389a39_e267_4f4d_9b14_9261ab38511b-------17
https://miro.medium.com/…5KAV6oHaL8zw.png
backend-development
Spring Data JPA That aims to simplify database access and provide a consistent data model and programming model for different types of data stores. Provides a unified API for working with relational databases, NoSQL databases, and other data sources. Spring Data’s architecture is based on the concept of repositories, which encapsulate the data… backend-development
Spring Data JPA aim simplify database access provide consistent data model programming model different type data store Provides unified API working relational database NoSQL database data source Spring Data’s architecture based concept repository encapsulate data… backenddevelopment
9,912
Backend System Design Preparation Strategy: A Comprehensive Guide for Success
Introduction: — Backend system design is a critical skill for software engineers and architects to excel in their careers. Being able to create efficient, scalable, and maintainable systems is essential to meet today’s demanding technology landscape. However, preparing for backend system design interviews or even improving your design skills in real-world scenarios…
https://medium.com/@in10se/backend-system-design-preparation-strategy-a-comprehensive-guide-for-success-3968394eacc6?source=topics_v2---------15-84--------------------a2389a39_e267_4f4d_9b14_9261ab38511b-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend-development
Backend System Design Preparation Strategy: A Comprehensive Guide for Success Introduction: — Backend system design is a critical skill for software engineers and architects to excel in their careers. Being able to create efficient, scalable, and maintainable systems is essential to meet today’s demanding technology landscape. However, preparing for backend system design interviews or even improving your design skills in real-world scenarios… backend-development
Backend System Design Preparation Strategy Comprehensive Guide Success Introduction — Backend system design critical skill software engineer architect excel career able create efficient scalable maintainable system essential meet today’s demanding technology landscape However preparing backend system design interview even improving design skill realworld scenarios… backenddevelopment
9,913
My First full-stack Software Engineering Project
I will guide you through the process of creating DOIT, my portfolio project for ALX’s full-stack software engineering program. Throughout…
https://medium.com/@adedotun1balogun/my-first-full-stack-software-engineering-project-28843a56e16a?source=topics_v2---------17-84--------------------a2389a39_e267_4f4d_9b14_9261ab38511b-------17
https://miro.medium.com/…ZJhUNgZerZfQ.png
backend-development
My First full-stack Software Engineering Project I will guide you through the process of creating DOIT, my portfolio project for ALX’s full-stack software engineering program. Throughout… backend-development
First fullstack Software Engineering Project guide process creating DOIT portfolio project ALX’s fullstack software engineering program Throughout… backenddevelopment
9,914
NoWrongNotes vol.1: Serverless!
Hi there! In the first chapter of NoWrongNotes I’ve createda Hello World app. To do so, I have chosen Kotlin for the app and AWS Serverless as execution method. …
https://medium.com/@supermanue/nowrongnotes-vol-1-serverless-e66b5fdf9a42?source=topics_v2---------18-84--------------------a2389a39_e267_4f4d_9b14_9261ab38511b-------17
https://miro.medium.com/v2/resize:fill:140:140/0*z1LtWTjC6bFB22q5
backend-development
NoWrongNotes vol.1: Serverless! Hi there! In the first chapter of NoWrongNotes I’ve createda Hello World app. To do so, I have chosen Kotlin for the app and AWS Serverless as execution method. … backend-development
NoWrongNotes vol1 Serverless Hi first chapter NoWrongNotes I’ve createda Hello World app chosen Kotlin app AWS Serverless execution method … backenddevelopment
9,915
Network Engineering
Why Network Engineering is important? Why as a Front-end or Back-end engineer should knowledge about networking? Front-End & Back-End
https://medium.com/@arun.badhai/network-engineering-aacf0557a0df?source=topics_v2---------19-84--------------------a2389a39_e267_4f4d_9b14_9261ab38511b-------17
https://miro.medium.com/v2/resize:fill:140:140/0*e2e24iiwOQVtpxRW
backend-development
Network Engineering Why Network Engineering is important? Why as a Front-end or Back-end engineer should knowledge about networking? Front-End & Back-End backend-development
Network Engineering Network Engineering important Frontend Backend engineer knowledge networking FrontEnd BackEnd backenddevelopment
9,916
Working with Data and Databases in Spring Boot: Integrating Spring Data JPA and Hibernate
Introduction In this blog post, we'll explore how to work with data and databases in a Spring Boot application. …
https://medium.com/@avocadi/working-with-data-and-databases-in-spring-boot-integrating-spring-data-jpa-and-hibernate-29fa45c135f7?source=topics_v2---------20-84--------------------70364f6e_fd7a_4d96_857c_31549ba974b6-------17
https://miro.medium.com/…oQITO7lzipnw.png
backend-development
Working with Data and Databases in Spring Boot: Integrating Spring Data JPA and Hibernate Introduction In this blog post, we'll explore how to work with data and databases in a Spring Boot application. … backend-development
Working Data Databases Spring Boot Integrating Spring Data JPA Hibernate Introduction blog post well explore work data database Spring Boot application … backenddevelopment
9,917
Configuring Spring Boot Applications: A Beginner Guide
Introduction Our previous blog posts introduced Spring Boot and guided you through creating your first Spring Boot application. Now, it’s time to dive deeper into Spring Boot configuration. In this comprehensive guide, we’ll explore the auto-configuration mechanism that simplifies Spring Boot development, learn how to customize application properties and discover the…
https://medium.com/@avocadi/configuring-spring-boot-applications-a-beginner-guide-16cd75ab9722?source=topics_v2---------21-84--------------------70364f6e_fd7a_4d96_857c_31549ba974b6-------17
https://miro.medium.com/…eW_7OSRNuckQ.png
backend-development
Configuring Spring Boot Applications: A Beginner Guide Introduction Our previous blog posts introduced Spring Boot and guided you through creating your first Spring Boot application. Now, it’s time to dive deeper into Spring Boot configuration. In this comprehensive guide, we’ll explore the auto-configuration mechanism that simplifies Spring Boot development, learn how to customize application properties and discover the… backend-development
Configuring Spring Boot Applications Beginner Guide Introduction previous blog post introduced Spring Boot guided creating first Spring Boot application it’s time dive deeper Spring Boot configuration comprehensive guide we’ll explore autoconfiguration mechanism simplifies Spring Boot development learn customize application property discover the… backenddevelopment
9,918
Creating Your First Spring Boot Application: A Comprehensive Guide
Introduction Our previous blog post introduced Spring Boot, its advantages over traditional Spring development, and its potential drawbacks. Now, it’s time to get hands-on with Spring Boot by creating your first application. We’ll guide you through generating a project using Spring Initializr, exploring the project structure and key components, adding a…
https://medium.com/@avocadi/creating-your-first-spring-boot-application-a-comprehensive-guide-88d4747b085d?source=topics_v2---------22-84--------------------70364f6e_fd7a_4d96_857c_31549ba974b6-------17
https://miro.medium.com/…qhHca0hRx4ew.png
backend-development
Creating Your First Spring Boot Application: A Comprehensive Guide Introduction Our previous blog post introduced Spring Boot, its advantages over traditional Spring development, and its potential drawbacks. Now, it’s time to get hands-on with Spring Boot by creating your first application. We’ll guide you through generating a project using Spring Initializr, exploring the project structure and key components, adding a… backend-development
Creating First Spring Boot Application Comprehensive Guide Introduction previous blog post introduced Spring Boot advantage traditional Spring development potential drawback it’s time get handson Spring Boot creating first application We’ll guide generating project using Spring Initializr exploring project structure key component adding a… backenddevelopment
9,919
Stateless vs Stateful Servers (with examples)
In the world of distributed systems, an important design issue is whether the server is stateless or stateful. A stateless server does not keep information on the state of its clients and can change its own state without informing any client. On the other hand, a stateful server maintains persistent…
https://medium.com/@cfqbcgwkg/stateless-vs-stateful-servers-with-examples-6e37223c028f?source=topics_v2---------23-84--------------------70364f6e_fd7a_4d96_857c_31549ba974b6-------17
https://miro.medium.com/…BlwWPTzYlaA.jpeg
backend-development
Stateless vs Stateful Servers (with examples) In the world of distributed systems, an important design issue is whether the server is stateless or stateful. A stateless server does not keep information on the state of its clients and can change its own state without informing any client. On the other hand, a stateful server maintains persistent… backend-development
Stateless v Stateful Servers example world distributed system important design issue whether server stateless stateful stateless server keep information state client change state without informing client hand stateful server maintains persistent… backenddevelopment
9,920
Building RESTful APIs with Spring Boot: A Comprehensive guide
Introduction Representational State Transfer (REST) is an architectural style for designing networked applications. RESTful APIs are web services that follow REST principles, allowing clients to interact with resources through a standardized set of HTTP methods. The main principles of RESTful APIs are: Stateless: Each request from a client to a server…
https://medium.com/@avocadi/building-restful-apis-with-spring-boot-a-comprehensive-guide-2a7bf72aeea6?source=topics_v2---------24-84--------------------70364f6e_fd7a_4d96_857c_31549ba974b6-------17
https://miro.medium.com/…scHoynCPQPyw.png
backend-development
Building RESTful APIs with Spring Boot: A Comprehensive guide Introduction Representational State Transfer (REST) is an architectural style for designing networked applications. RESTful APIs are web services that follow REST principles, allowing clients to interact with resources through a standardized set of HTTP methods. The main principles of RESTful APIs are: Stateless: Each request from a client to a server… backend-development
Building RESTful APIs Spring Boot Comprehensive guide Introduction Representational State Transfer REST architectural style designing networked application RESTful APIs web service follow REST principle allowing client interact resource standardized set HTTP method main principle RESTful APIs Stateless request client server… backenddevelopment
9,921
Django vs Laravel: Which is Best for Your Backend Development and Why?
Django vs Laravel: Overview The challenges of selecting the ideal framework for backend development are never-ending. Although there are several backend development frameworks at your disposal, Django and Laravel are the two most well-known. Let’s look at the overall comparison of Django vs. Laravel before continuing with the in-depth analysis of the two. What is Django? the…
https://medium.com/@vevans/django-vs-laravel-which-is-best-for-your-backend-development-and-why-117fb90cab0e?source=topics_v2---------25-84--------------------70364f6e_fd7a_4d96_857c_31549ba974b6-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend-development
Django vs Laravel: Which is Best for Your Backend Development and Why? Django vs Laravel: Overview The challenges of selecting the ideal framework for backend development are never-ending. Although there are several backend development frameworks at your disposal, Django and Laravel are the two most well-known. Let’s look at the overall comparison of Django vs. Laravel before continuing with the in-depth analysis of the two. What is Django? the… backend-development
Django v Laravel Best Backend Development Django v Laravel Overview challenge selecting ideal framework backend development neverending Although several backend development framework disposal Django Laravel two wellknown Let’s look overall comparison Django v Laravel continuing indepth analysis two Django the… backenddevelopment
9,922
5 project to help you become backend master in 2023.
If you’re looking to stand out in the competitive world of web development, mastering backend development can give you a significant edge. After all, the backend serves as the foundation for any web application, making it a crucial aspect of the development process. Not only will improving your backend skills…
https://medium.com/@amang9833/5-project-to-help-you-become-backend-master-in-2023-46990c9b2338?source=topics_v2---------26-84--------------------70364f6e_fd7a_4d96_857c_31549ba974b6-------17
https://miro.medium.com/…aCn1Y4rmBVew.png
backend-development
5 project to help you become backend master in 2023. If you’re looking to stand out in the competitive world of web development, mastering backend development can give you a significant edge. After all, the backend serves as the foundation for any web application, making it a crucial aspect of the development process. Not only will improving your backend skills… backend-development
5 project help become backend master 2023 you’re looking stand competitive world web development mastering backend development give significant edge backend serf foundation web application making crucial aspect development process improving backend skills… backenddevelopment
9,923
MULTITHREADED SINGLETON JAVA CLASS
First We see a Simple Singleton Class Here : Here we are doing the Lazy Loading . class Singleton { private static Singleton instance; private Singleton(){}; public static Singleton getInstance(){ if(instance== null) instance = new Singleton(); return instance; } } The Main Properties of a Singelton Class is below :- …
https://medium.com/@java-Spring-Decoded/multithreaded-singleton-java-class-f3b7d633752b?source=topics_v2---------27-84--------------------70364f6e_fd7a_4d96_857c_31549ba974b6-------17
https://miro.medium.com/…OLjWn2EeUhQ.jpeg
backend-development
MULTITHREADED SINGLETON JAVA CLASS First We see a Simple Singleton Class Here : Here we are doing the Lazy Loading . class Singleton { private static Singleton instance; private Singleton(){}; public static Singleton getInstance(){ if(instance== null) instance = new Singleton(); return instance; } } The Main Properties of a Singelton Class is below :- … backend-development
MULTITHREADED SINGLETON JAVA CLASS First see Simple Singleton Class Lazy Loading class Singleton private static Singleton instance private Singleton public static Singleton getInstance ifinstance null instance new Singleton return instance Main Properties Singelton Class … backenddevelopment
9,924
Create Minimal Web API with ASP.NET Core
previously i was create article to build web application with ASP.NET Core MVC, and now i want to learn and sharing how to create minimal web API with ASP.NET Core. ASP.NET Core supports two approaches to creating APIs: a controller-based approach and minimal APIs. Controllers in an API project are…
https://medium.com/@umiatiyah97/create-minimal-web-api-with-asp-net-core-b5c8575e8e12?source=topics_v2---------28-84--------------------70364f6e_fd7a_4d96_857c_31549ba974b6-------17
https://miro.medium.com/…0sA3DpK15OtQ.png
backend-development
Create Minimal Web API with ASP.NET Core previously i was create article to build web application with ASP.NET Core MVC, and now i want to learn and sharing how to create minimal web API with ASP.NET Core. ASP.NET Core supports two approaches to creating APIs: a controller-based approach and minimal APIs. Controllers in an API project are… backend-development
Create Minimal Web API ASPNET Core previously create article build web application ASPNET Core MVC want learn sharing create minimal web API ASPNET Core ASPNET Core support two approach creating APIs controllerbased approach minimal APIs Controllers API project are… backenddevelopment
9,925
Introduction to Spring Boot: Make Spring Development Fast and Easy
Introduction As a Java developer, you may have heard of the Spring Framework, an open-source platform for creating Spring-based applications. While the Spring Framework is powerful and flexible, it can be challenging for beginners to navigate its complexities. That’s where Spring Boot comes in. …
https://medium.com/@avocadi/introduction-to-spring-boot-make-spring-development-fast-and-easy-2442b48f1741?source=topics_v2---------29-84--------------------70364f6e_fd7a_4d96_857c_31549ba974b6-------17
https://miro.medium.com/…tj3ukhIIgGiQ.png
backend-development
Introduction to Spring Boot: Make Spring Development Fast and Easy Introduction As a Java developer, you may have heard of the Spring Framework, an open-source platform for creating Spring-based applications. While the Spring Framework is powerful and flexible, it can be challenging for beginners to navigate its complexities. That’s where Spring Boot comes in. … backend-development
Introduction Spring Boot Make Spring Development Fast Easy Introduction Java developer may heard Spring Framework opensource platform creating Springbased application Spring Framework powerful flexible challenging beginner navigate complexity That’s Spring Boot come … backenddevelopment
9,926
Exploring the Use of Collect in Laravel: Sorting, Aggregating, and Grouping Data with Ease
Laravel Collection is a powerful utility class that provides an easier and more expressive way of working with arrays of data. Collections are instances of the Illuminate\Support\Collection class, which provides a wide range of methods for manipulating and transforming data. Collections allow us to chain multiple methods together, making it…
https://medium.com/@prachishah03737/exploring-the-use-of-collect-in-laravel-sorting-aggregating-and-grouping-data-with-ease-c434f571215d?source=topics_v2---------30-84--------------------03e139fb_886d_4177_9c23_220af2c53f3b-------17
https://miro.medium.com/v2/resize:fill:140:140/0*5bIUY7Flzl-_L1Q8
backend-development
Exploring the Use of Collect in Laravel: Sorting, Aggregating, and Grouping Data with Ease Laravel Collection is a powerful utility class that provides an easier and more expressive way of working with arrays of data. Collections are instances of the Illuminate\Support\Collection class, which provides a wide range of methods for manipulating and transforming data. Collections allow us to chain multiple methods together, making it… backend-development
Exploring Use Collect Laravel Sorting Aggregating Grouping Data Ease Laravel Collection powerful utility class provides easier expressive way working array data Collections instance IlluminateSupportCollection class provides wide range method manipulating transforming data Collections allow u chain multiple method together making it… backenddevelopment