Zul Fadlizumaku.hashnode.dev·Dec 20, 2024Pakdoekang - Aplikasi Pencatat Keuangan Mahasiswa💸Pernahkah kamu merasa kesulitan dalam mengatur keuanganmu? Kamu tidak tau kemana saja uangmu itu kamu belanjakan? Dan juga kamu tidak tau berapa banyak uang yang kamu gunakan? Di artikel ini aku akan membahas tentang aplikasi Pakdoekang, sebuah aplik...32 readsApplication Development
Felix Verduinfsvtech.hashnode.dev·Dec 18, 2024Three Game-Changing Tips I Wish I Knew Starting Out in Power PlatformAs a Power Platform developer, I’ve had the opportunity to create numerous applications over the years. Along the way, I’ve encountered my fair share of challenges—some of which kept me up at night! Looking back, there are several things I wish I had...45 readsMicrosoft PowerFx
Innvonix Tech Solutionsinnvonix.hashnode.dev·Dec 9, 2024Understanding Flutter Widgets: The Building Blocks of Your AppFlutter has revolutionized mobile app development by providing a fast, efficient, and visually stunning framework for creating cross-platform apps. At the core of Flutter's magic lies its widgets, which are the building blocks of every Flutter app. W...Flutter
sneh srivastavasnehcreate.hashnode.dev·Nov 25, 2024Azure Networking Best Practices: 3-tier ApplicationDeploying a 3-tier application in Azure involves following networking best practices to ensure scalability, security, and performance. Here’s a detailed guide: Overview of 3-Tier Architecture Tier 1: Frontend (Presentation Layer): Hosted on Azure ...Azure
Adrian Scottadrianscott.hashnode.dev·Nov 21, 2024Build 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...Todoapplication
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...PostgreSQL
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...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...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...Swift
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...Redis