Adrian Scottadrianscott.hashnode.dev·an hour agoBuild a To-Do List Application with Strapi and ReactJSTo-do list applications have become essential for staying organized, whether for personal use or team collaboration. If you're aiming to develop a versatile and dynamic to-do list app, Strapi and ReactJS make a powerful combination. By using Strapi w...DiscussTodoapplication
Alexander Arlund Nørgaardblog.alexnorgaard.dk·Nov 3, 2024Building an Events Application: Querying events and indexing with GINIn my last blog post we explored how to expose a simple API using the Echo Go framework and GORM ORM. We also took a look at how I wanted to represent an event in the database, including using tags and geolocation for search and filtering purposes. G...DiscussPostgreSQL
Pagepropagepro.hashnode.dev·Oct 4, 2024Next js Middleware – What Is It and When to Use ItIntroduction – What’s Middleware? Middleware is a fundamental concept in web development. It’s a function that sits between an incoming request and the final response, allowing you to process, modify, or handle the request before it reaches its desti...Discuss·1 likeNext.js
Nikunj Pansarinikunjpansari.hashnode.dev·Oct 4, 2024Introduction to Spring Boot: Simplifying Java Application DevelopmentYou've likely heard of Spring Boot if you're a Java developer. It's a framework that has revolutionized how we build applications by simplifying the initial setup and reducing the complexity of Spring projects. In this post, we'll explore what Spring...Discuss·10 likesJava
Alperen Sarışanalperensarisan.dev·Sep 29, 2024Best Practices for Writing Clean and Efficient Swift CodeSwift, Apple's powerful and intuitive programming language, offers developers a wide range of tools and features to create robust applications. However, with great power comes great responsibility. Writing clean, efficient, and maintainable code is c...DiscussSwift
Raymond Umukorotltmt.hashnode.dev·Sep 27, 2024From Cloud to Code: Redis Integration and Visualization with Redis Insight.What is Redis? Redis, which stands for Remote Dictionary Server, is an open-source, in-memory data structure store that serves multiple roles: it can function as a database, cache, and message broker. Its speed is one of its standout features, allowi...DiscussRedis
Alexander Arlund Nørgaardblog.alexnorgaard.dk·Sep 24, 2024FeaturedBuilding an Events Application: Kickstarting Development with Echo and GORM in GoIn my previous blog post “Choosing the right tools,” I decided to develop the events application using the Echo web framework for Golang and GORM for database querying. In this post, we will begin developing the API for the events application. But fi...Discuss·18 likes·225 readsecho-web-framework
Jomari Sarmiento AbejoforJomari Abejo Blog'sjomariabejo.hashnode.dev·Aug 27, 2024How to Build a JavaFX Desktop Application from ScratchHello! In this blog, I’ll guide you through creating a JavaFX desktop application. Before we get started on building the application, let’s first review the JavaFX architecture to understand how it functions behind the scenes. 6 Hours of debugging c...DiscussJava
Lucy Linderblog.derlin.ch·Aug 26, 2024The Twelve-Factor App: A Blueprint for Scalable, Maintainable SoftwareI am working for a PaaS (Platform As a Service), meaning that we not only have our internal apps to maintain, but we manage thousands of client apps that are all different and yet have to run on the same platform. How? At Divio, we strictly follow th...Discuss·127 readsDeveloper
Sigma Solvesigmasolveinc.hashnode.dev·Aug 13, 2024Node.js & Docker: Perfect Pair for App DevelopmentThink of Node.js and Docker as two tools that work great together when making computer programs or apps. Node.js is like a super-fast engine that runs JavaScript, which is a popular computer language. Docker is like a magic box that keeps everything ...DiscussApplication Development