Skip to main content

Journey as a software engineer

From a background of chemical engineering, switching to Software engineering was a big deal at that time. Even the skills, reasoning, adaptability, learn to know everything made it flow seamless.

But in this period, the vast and wide spectrum created a hallucination. 

For a software engineer, what matters actually is the "logical analysis to find a solution to a problem that the end users or humans face". From that perspective, if we drive our passion, learning is much easier.

Now the hurdle of time and resources come. Time matters if we need to succeed in the industry.

Resources - it is again a wide spectrum from tools, technologies to articles or blogs.



GIS :

Abstract: the GPS plays a vital role in all industries as well even in day to day life. People are much social but virtual only. Say for an example, they are socially talking, chatting or reading with their friends in another country and enters into a public meeting area the unconsciousness creates disturbance and noise that makes nuisance to others. So in the physical world the human must be smart not the device to avoid this unconsciousness. So some enhanced apps should be evolved.

https://www.researchgate.net/publication/265173673_SMART_-_How_GPS_enabled_smartness_can_help



Comments

Popular posts from this blog

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...

Yes, I do mistakes!

Seriously, I am a human being and obviously, mistakes can happen. Why I am mentioning this story because to point the actual problem of the entire human society is EGO. As we are humans, and with multiple layer of emotions attached to each phase of his life, there is no room for a error less or mistake less life each day. But "diplomatically" it can be hide. The social engineering "conspiracies" [at least we can refer as it], team will make the 'ego' work in a group or individual.

Micro Front and ui frameworks

 To mix technologies in a micro front-end architecture, where different parts of the application use different frameworks or libraries, there are several ways to approach this, and the technologies you mentioned—Astro, Nuxt, Next, and Vite—can play a role. Here's how you can mix them, along with new approaches to micro front-end architecture:  Micro Front-End Architecture Overview Micro front-ends involve breaking a frontend application into smaller, independent pieces (micro-apps), where each micro-app can be developed, deployed, and maintained separately. These micro-apps can use different technologies (React, Angular, Vue, etc.) and are usually stitched together by a wrapper or container that manages the composition and communication between them.  Approaches to Micro Front-Ends with Modern Tech  1. Module Federation (Webpack 5)    - How it works: Module Federation allows multiple independent builds to dynamically share code. You can create different mic...