Skip to main content

Posts

Micro/Macro/Monolith

       

Java or Node.js

It depends. But seriously though. To decide which one to choose you need to answer to the following question: What kind of application are you planning to create? Performance Node.js and Java memory models differ and this has the most impact for the performance. Let me explain both models in simplification. Java model Java application runs in its own JVM and thus its own process. A process consists of multiple threads. Threads are like processes with significant differences:         threads are more lightweight and relatively easy to create         processes have private set of resources but threads share the memory from its process         thread can communicate with other threads with ease but processes can communicate with each other by using inter-process communication, which is slower than communication between threads It means that in Java program job can be divided into multip...

AWS and languages

Amazon Web Services (AWS) provides a wide range of services and tools, many of which are built using Java. Java is one of the primary programming languages used at AWS for developing various components. AWS is a platform that provides cloud services for organizations of all sizes. In particular, AWS uses Java to provide the platform’s core functionality, such as computing and storage. Java is a popular programming language that allows developers to create software applications. Furthermore, AWS also uses other languages, such as Python and Ruby, to provide specific features How is Java used in AWS applications? A huge number of open-source big data offerings are written using the Java programming language. It’s massively popular with AWS customers and cloud specialists because it’s just so easy to write, compile, debug and learn.   Using Java, developers can create both modular programs and reusable code meaning you can deploy you...

Dignity, Technology, and Personal Space: Nurturing Effective Teams in the Tech Industry

The dynamic landscape of the tech industry is characterized by innovation, rapid advancements, and intense competition. In this realm, the importance of effective teamwork cannot be overstated. However, creating a conducive environment for teams to thrive goes beyond just technical expertise. Dignity, technology, and personal space emerge as crucial factors in fostering a productive and harmonious work atmosphere. Dignity: Respecting the dignity of every team member is paramount in the tech industry, where diverse skill sets and perspectives converge. Dignity encapsulates treating each individual with respect, empathy, and recognizing their intrinsic value. It is the foundation upon which collaboration and creativity flourish. Leaders and team members alike must actively work to cultivate an inclusive culture that welcomes varied backgrounds, experiences, and identities. Harnessing the power of dignity leads to a workforce that feels appreciated and valued. This, in turn, encourages op...

Team is the culture

 In the fast-paced world of modern technology, where innovation and collaboration were the lifeblood of success, a tale of transformation emerged, driven by the power of unity and positive change. In the heart of a bustling tech company, a team of skilled professionals worked tirelessly to bring their projects to life. However, an undercurrent of bossy culture and minor office politics threatened to cast a shadow over their enthusiasm and camaraderie. Amidst the whirlwind of deadlines and complex problem-solving, tensions simmered under the surface. A bossy culture, where authoritarian leadership overshadowed open communication, cast a pall over the team's potential. Minor office politics, like stealthy specters, attempted to sow discord and division among colleagues who once shared dreams and aspirations. However, in the face of these challenges, a whisper of change began to stir. It started with a few individuals who refused to succumb to the negativity. A senior engineer named M...

Alex, the techy

 In the realm of software engineering, where innovation and collaboration shaped the digital future, a compelling story unfolded, with Alex at its heart. Alex, a software engineer, possessed a unique spark that drew admiration from peers and outsiders alike. The corridors of the digital realm echoed with tales of Alex's prowess, his solutions whispered about like magical incantations. Yet, within the team's walls, this brilliance often went unrecognized, lost in the maze of office dynamics. As the team's head or manager looked on, Alex's potential was sadly underestimated. While he was seen as just another developer, outsiders saw the luminary he truly was. His intricate designs and elegant solutions were not just lines of code; they were glimpses into a mind teeming with creativity and vision. Beyond his coding talents, Alex possessed qualities that could transform him into an architect or even a project manager. His knack for seeing the bigger picture, understanding i...

Waves of frustrations

The journey with Camunda 8 implementation was nothing short of a roller-coaster. At first, the concept seemed straightforward, but as I delved deeper, I realized that I had misunderstood its intricacies. Frustration grew when I learned that our company couldn't access Docker due to licensing issues. Despite the setback, I decided to begin on my personal laptop, driven by my passion for making this work. I initially attempted a Node.js API approach with the Zeebe SDK, hoping it would be the breakthrough I needed. However, I found myself grappling with complexities and limitations that were beyond my initial estimation. Determined not to give up, I made the switch to Java with Zeebe Spring Boot, hoping that a different programming language might bring better results. As I embarked on the BPMN design journey, I started with service tasks and experimented with REST API connectors. My excitement turned to frustration as errors and exceptions seemed to appear at every turn. The weight of...