Explore my world
open-menucloseme
Home
About
🌐
English Português
github twitter linkedin rss
  • Introduction to AWS IAM: Users and Groups

    calendar May 22, 2022 · 10 min read · aws  ·
    Share on: twitter facebook linkedin copy
    Introduction to AWS IAM: Users and Groups

    Introduction to AWS IAM: Users and Groups

    Identity and Access Management (IAM) is a fundamental service in AWS that allows you to manage access to your AWS resources securely. IAM is a global service, meaning it spans across all regions in your AWS account, ensuring a consistent access management experience wherever …


    Read More
  • Part 2: Beyond grep: Turbocharging Text Search with Command-Line Wizards

    calendar May 21, 2022 · 4 min read · linux shell  ·
    Share on: twitter facebook linkedin copy
    Part 2: Beyond grep: Turbocharging Text Search with Command-Line Wizards

    Introduction to Other Tools:

    Let's get familiarized with a few tools that can augment and enhance grep's functionalities.

    tr: Character Transformation:

    tr is a command-line utility used for translating or deleting characters in a text stream. It operates on a per-character basis, allowing you to replace or remove …


    Read More
  • Part 1: Mastering grep: Unleashing the Power of Text Search

    calendar Apr 3, 2022 · 7 min read · linux shell  ·
    Share on: twitter facebook linkedin copy
    Part 1: Mastering grep: Unleashing the Power of Text Search

    Introduction to grep:

    grep is a handy command-line tool that allows you to search for specific words or patterns within text files. Whether you're looking for a particular phrase in a document, hunting for errors in a log file, or even trying to find a specific line in a long list, grep can quickly pinpoint the …


    Read More
  • Understanding Java Generics: An In-Depth Guide

    calendar Mar 1, 2022 · 12 min read · java generics  ·
    Share on: twitter facebook linkedin copy
    Understanding Java Generics: An In-Depth Guide

    Introduction:

    In the realm of Java programming, ensuring type safety and crafting reusable code profoundly influence software reliability. Consider an ArrayList intended for integers but lacking generics; it permits various object types, leading to runtime errors when unintended types are retrieved. This absence of …


    Read More
  • Refactoring Java 8 Code with Collector: A Practical Approach for Seamless Code Flow

    calendar Jan 18, 2022 · 10 min read · java refactor  ·
    Share on: twitter facebook linkedin copy
    Refactoring Java 8 Code with Collector: A Practical Approach for Seamless Code Flow

    In our quest for knowledge, let's begin by structuring our narrative with a clear and organized framework. Let's keep our vessel steady as we navigate through the intricate waters of Java 8 code refactoring.

    As we progress, we will break down complex ideas into more digestible terms and provide vivid examples to …


    Read More
  • Hello world

    calendar Dec 16, 2021 · 2 min read · personal  ·
    Share on: twitter facebook linkedin copy
    Hello world

    Hello everyone, I am a software architect from India. I live in a beautiful coastal city named Kochi in south India.

    I work as a technical architect in ibs software, where I continue to spend 15+ years of my career. I am lucky to work with a few amazing individuals who share the same passion, and I love to call them my …


    Read More

Suraj Muraleedharan photo

Suraj Muraleedharan

Welcome to the world of Suraj.
Read More

Featured Posts

  • Refactoring Java 8 Code with Collector: A Practical Approach for Seamless Code Flow

Recent Posts

  • Introduction to AWS IAM: Users and Groups
  • Part 2: Beyond grep: Turbocharging Text Search with Command-Line Wizards
  • Part 1: Mastering grep: Unleashing the Power of Text Search
  • Understanding Java Generics: An In-Depth Guide
  • Hello world

Categories

TECHNOLOGY 5 PERSONAL 1

Tags

JAVA 2 LINUX 2 SHELL 2 AWS 1 GENERICS 1 INDEX 1 PERSONAL 1 REFACTOR 1
Explore my world

Copyright  EXPLORE MY WORLD. All Rights Reserved

to-top