Anastasiabeyond-average.hashnode.net·May 26, 2021FeaturedHow to Build a Great Developer Portfolio (+ Examples & Tools)*header pic by Shen Comix As any other specialists, developers need to market themselves to get dream jobs and projects, attract more clients and reach a desirable level of income. The necessary skills and a killer portfolio website are the two thing...532 likes·4.6K readsCareer
Anastasiabeyond-average.hashnode.net·May 16, 2021Comprehensive List of Chrome Extensions for Developers 🔥*header pic by Shen Comix Developers spend a lot of time using browsers. As of February 2021, 63% of worldwide Internet users prefer Google Chrome over other web browsers. And it’s not surprising because Google Chrome boasts its wide collection of ex...280 likes·2.3K readsWeb Development
Hemant Joshihemant.hashnode.net·Nov 17, 202060 JavaScript Interview QuestionsI Have been working with JS, in beginning it was hard but lately, I fell in love with Javascript, my love for JS is growing to ∞. Also would love to listen to your all story with JS Let's Begin With 60 Js Interview Questions Table Of Context 1...158 likes·3.7K readsJavaScript
Arnab Chatterjeearnabchatterjee20k.hashnode.net·Apr 25, 2023Server Session Based Authentication over JWT authentication?? 🤔🤔Backend security is one of the crucial topics in backend development but most of us neglect it not because we want to but lack of resources. If we analyze the backend resources available to us the correct direction for a good backend is really very l...37 readsWeMakeDevs
Preeti samuelkamilapreetisamuel.hashnode.net·Apr 25, 2023What are the Client and Server Sides?Client-side and server-side are two terms that are commonly used in the context of web applications. The client-side refers to the part of the application that runs on the user’s computer or device, typically in a web browser. The server side, on the...Client-side rendering
John Ademoyejohna.hashnode.net·Apr 25, 2023Build A CRUD App with Express And SupabaseEven though I'm a Frontend Developer, I've always wanted to know how the backend (BE) works and I've over time tried some server-side technologies like Express with MongoDB, ASP.NET (C#) and Laravel (PHP). But my most recent contact was when I got a ...1 like·75 readscrud
Karan CSkaranblog.hashnode.net·Apr 25, 2023Indexing for high performance, simplified.Indexes are essential components of databases that help improve performance by allowing for efficient data retrieval. They work by creating a data structure that maps the values in a column to their corresponding rows in a table. In this blog post, w...10 likesindexing
Saurabh Bomblesaurabhbomble.hashnode.net·Apr 25, 2023Twelve Factor appThe twelve factor methodology is a language and platform-agnostic set of design principles that can help to build portable, scalable, maintainable, compatible, and robust apps rapidly. It was started by the Heroku engineering team. Reading - https://...1 like·48 readsBackend engineeringbackend
Mukul Padwalmukulpadwal.hashnode.net·Apr 24, 2023Introduction to the Fetch API in JavaScript: Simplify HTTP RequestsIntroduction Asynchronous programming is a core concept in modern web development. One of the most common tasks in web development is making HTTP requests to fetch data from a server. The Fetch API is a modern way to make asynchronous HTTP requests i...1 likeJavaScript
Pavan Manjunathgabimaru.hashnode.net·Apr 24, 2023PyScript - A Powerful framework🔥What is PyScript? PyScript is a framework that allows users to create rich Python applications in the browser using HTML's interface and the power of Pyodide, WASM, and modern web technologies. The PyScript framework provides users at every experienc...65 readsPython
Augustine Francis Enyitalentseeker.hashnode.net·Apr 23, 2023Why Develop with Go?Disclaimer: This won't be a comparative analysis of why you should use Go lang. over other languages. It's an article promoting the fun stuff about Golang. How to get started with it, and possibly how to have fun with it as much as I had. Where it al...12 likes·39 readsgolang
Alexandra ManosforPlatformatic Blogmatteocollina-1662018710466.hashnode.net·Apr 24, 2023The Business Case for Extensible APIsIn today's fast-paced digital world, innovation and speed are critical for companies offering a client-facing application to retain their competitive edge. Despite the need for rapid and innovative deployments, backend development has long been a cum...55 readsbackend
Dominik Kellerfive.hashnode.net·Apr 24, 2023When To Use SQL vs NoSQL: An Expert Guide to DatabasesGiven the plethora of database options, how do you decide which type of database is best for your application? Are you going to go for a SQL (relational) or a NoSQL (non-relational) database? As developers, the choice is ours. And the success of a pr...SQL