Mar 6 · 3 min read · Welcome to part 2 of the series on how to do, or rather, NOT do development in Oracle APEX and Oracle databases. I invite you to admire the developers' wild imagination: How to center region in APEX?
Join discussion
Mar 4 · 3 min read · I invite you to a series that inspired me to prepare presentations for conferences such as Kscope, POUG, DOAG, OUGN and many more. In this series, I'll show you how to develop, and especially how NOT
Join discussion
Sep 11, 2025 · 10 min read · he northern areas of Pakistan are famous for their breathtaking landscapes, but beyond the popular valleys and glaciers lie the secret lakes of Gilgit-Baltistan. These hidden water bodies remain untouched by mass tourism, offering travelers a chance ...
Join discussion
Sep 10, 2025 · 1 min read · The first habit emphasizes the power of waking up early to harness the energy of nature. The positive vibe early in the morning sharpens your mind, builds discipline, and energizes your day. The second habit highlights building leadership quality by ...
Join discussionAug 13, 2025 · 3 min read · Whether you're a beginner learning to code or an experienced developer shipping products, how you write your code matters as much as what you write. Good coding practices not only make your life easier but also ensure your code is readable, maintaina...
Join discussionJul 21, 2025 · 3 min read · Hier soir, entre deux lignes de code sur une API Rails, une question existentielle m'a soudainement taraudé : faut-il privilégier les tirets (-) ou les underscores (_) dans la définition des URL ? 🤔 Vous savez, ces moments où votre cerveau de dévelo...
Join discussion
Jul 19, 2025 · 9 min read · Hi Dev, have you heard about Object Calisthenics before? Object Calisthenics is a set of nine coding rules introduced by Jeff Bay in The ThoughtWorks Anthology. The term combines "Object", referring to object-oriented programming (OOP), and "Calisthe...
Join discussion
Jun 5, 2025 · 2 min read · 📌 Introduction When starting a Python project using SQLAlchemy, many developers face challenges around organizing the database layer and versioning schema changes. In this article, I’ll walk you through how to properly configure SQLAlchemy with Alem...
Join discussion
Apr 18, 2025 · 6 min read · 1. Cache Your Routes for Faster Request Handling What It Means: When Laravel processes a request, it goes through all the route files to find a match. This can take a bit of time, especially as your number of routes increases. The Solution: Utilize r...
SJTikTok commented