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·80 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
Dominik KellerforLow-Code Software Engineeringfive.hashnode.dev·Aug 12, 2024The Only Appsmith Alternative You Need to KnowAppsmith is an open-source tool that enables the rapid development of internal applications, but there's many alternatives that you might want to consider. These web application builders are designed to accelerate custom development, reducing the nee...Discussappsmith
Dominik KellerforLow-Code Software Engineeringfive.hashnode.dev·Aug 9, 2024The Only Knack Alternative You Need to KnowThere are lots of online database no code application builders available. Tools like Knack adopt a purely 'no-code' approach, enabling you to develop web applications quickly. However, this often comes at the expense of advanced modifications and cus...Discussknack
Sigma Solvesigmasolveinc.hashnode.dev·Jul 30, 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 ...DiscussnodeJS Development
Chukwuemeka Stanleyemekatheblogger.hashnode.dev·Jul 20, 2024The Nature of Data Storage: Imperpetuity vs. Ephemeral DataIn building Enterprise Level Applications, we often categorize data based on how long it needs to be retained. Two key concepts that often come up are imperpetuity and ephemeral data. Let's understand what these terms mean and why they matter, using ...Discusssoftware development
Phani Veludurthiphaniveludurthi.hashnode.dev·Jul 14, 2024Boost App Quality: A Deep Dive into Models, Entities, DTOs, and View ModelsIn the world of software development, especially when dealing with data-intensive applications, understanding the concepts of Models, Entities, Data Transfer Objects (DTOs), and View Models is crucial for building clean, maintainable, and efficient s...DiscussDomain-Driven Design (DDD)
Debanjan Chakrabortysubspace.hashnode.dev·Jul 13, 2024API - the building block of modern systemsWhat is API? An Application Programming Interface (API) is a contract that allows code to talk to other code. APIs are the building blocks of modern software because they allow for sharing of resources and services across applications, organizations...DiscussAPIs
Alexander Arlund Nørgaardblog.alexnorgaard.dk·Jul 11, 2024Building an Events Application: Requirements and discussion of choice of technologiesRight! In my previous post I talked about my project of creating an events application as an alternative to facebook events. In this article we will discuss user- and performance requirements, and talk briefly about possible technologies to use for t...DiscussProgramming Blogs