Wednesday, March 4, 2026

All Quotes

 Quote 53: Ethical earning is key.

Quote 52: Grades matter, but your skills, curiosity, and consistency matter even more.

Quote 51: Be curious, learn continuously, and take small initiatives.

Quote 50: What we think, we become. - Buddha

Quote 49: A person is a product of his own thoughts.

Quote 48: Initiative, adaptability, and learning

Quote 47: Document your progress.

Quote 46: Small consistent efforts matter more than perfection.

Quote 45: Experience grows over time.

Quote 44: Small regular contributions matter more than occasional big efforts.

Quote 43: Consistency over perfection.

Quote 42: Consistency matters more than quantity.

Quote 41: Experience grows over time.

Quote 40: Avoid breaking rules.

Quote 39: Professional accounts should always reflect your career goals.

Quote 38: Quality improves over time.

Quote 37: Start small with what you enjoy or want to learn.

Quote 36: Begin now, stay consistent, and stay ethical!

Quote 35: Small consistent steps today create opportunities for tomorrow.

Quote 34: Things arent always as they appear thats what makes the world so unpredictable.

Quote 33: The entire point of life is not to always know where you're going. It's to trust you'll end up where you belong.

Quote 32: You're far more capable than the stories the world has told you to believe.

Quote 31: The belief itself leads to a better performance.

Quote 30: Talent grows anywhere when passion is real.

Quote 29: Make god smile, and he'll give you what you want. Make people smile, and he'll give you what you need.

Quote 28: Hard work beats talent, when talent doesn't work hard.

Quote 27: Once you start focusing on good things, life becomes much easier. - Aditya Pooji

Quote 26: Do more of what makes you happy:)

Quote 25: If you believe in yourself, anything is possible.

Quote 24: Remember why you started.

Quote 23: Being honest will take you a long way. - Aditya Pooji

Quote 22: Be light, be gentle, be kind.

Quote 21: Believe in yourself, you're gonna do big things.

Quote 20: Whatever you do, take pride.

Quote 19: The ocean has its own way of showing you that what you let go eventually comes back.

Quote 18: If you want to do good, be alone: if you want to do best, be together. - Aditya Pooji

Quote 17: Thinking is also an effort. - Aditya Pooji

Quote 16: Everything done in darkness will come to light.

Quote 15: Your personal brand is your biggest asset.

Quote 14: Kindness and gratitude are an impeccable combo. - Aditya Pooji

Quote 13: That dream was planted in your heart for a reason.

Quote 12: What's yours will come.

Quote 11: Sometimes it takes years and years to get that one year that changes your life.

Quote 10: Take up one idea, make that one idea your life; dream of it, think of it, live on that idea. Let the brain, the body, the muscles, the nerves, every part of your body be full of that idea, and just leave every other idea alone; this is the way to success. - Swami Vivekananda

Quote 9: Keep doing your best everyday and if no one is proud of you, be proud of yourself.

Quote 8: You will shine when it's your time!

Quote 7: You can be whatever you want to be

Quote 6: Honesty and discipline are the bridge between goals and accomplishment.

Quote 5: Be kind but choose your battles wisely. - Aditya Pooji

Quote 4: Be positive, be grateful, trust the process, and move forward. - Aditya Pooji

Quote 3: There is still time for you to be who you want to be - don't give up

Quote 2: Your normal day is someone's dream. Be GRATEFUL every. single. day.

Quote 1: You will be someone’s best thing, but until then, be the best for yourself.

Tuesday, April 5, 2022

SAP Tcodes

zme27 - Automatic STO creation

mmbe - Stock Overview, Material, Batch

me51n - Create Purchase Requisition

me21n - Create Purchase Order

me59n - Automatic Generation of POs

vl10b - 

se01 - Transport Organizer

we02 - IDoc List

sm37 - Simple Job Selection

su01 - User Maintenance: Initial Screen

se16n - General Table Display

v_sa - 

Thursday, January 6, 2022

SAP, Scrum Master, Work Report

20 January 2022

Thursday

- code review

- qa review form

- Development standards and guidelines

- programming standards


19 January 2022

Wednesday

- bsci account access

- pulse secure

- rsa

- sap

- code review

- twp meetings

- monday.com meetings


18 January 2022

Tuesday

- Increment

- Commitment: Definition of Done

- Endnote

- Acknowledgements

- People

- Scrum Guide History

- monday.com

- meetings

- SAP Logon




17 January 2022

Monday

- Sprint Retrospective

- monday.com

- scrum artefacts

- product backlog

- Commitment: Product Goal

- Sprint Backlog

- Commitment: Sprint Goal

- monday.com Meetings


13 January 2022

Thursday

- Scrum Master KT

- Scrum Events

- The Sprint

- Daily Scrum

- Sprint Retrospective

- Meetings


12 January 2022

Wednesday

- Scrum Guide

- Transparency

- Inspection

- Adaptation

- Scrum Values

- Scrum Team

- Developers

- Product Owner

- Scrum Master

- Meetings


11 January 2022 (Work from home)

Tuesday

- Meetings


10 January 2022

Monday

- scrum master

- agile

- scrum master meeting

- monday.com

- project management

- scrum guide

- scrum

- scrum theory

- meetings


07 January 2022

Friday


- scrum

- agile

- monday.com

- project process

- meetings



06 January 2022

Thursday


- SAP Weaver

- Logging onto SAP system

- ABAP (Advanced Business Application Programming Language)

- RICEFW

- Meetings


05 January 2022

Wednesday


- monday.com

- Construction teams

- Project Management

- CRM

- Integration

- Meetings


04 January 2022

Tuesday


- Finance and Controlling (FICO)

- SAP FI

- SAP CO

- Sales and Distribution Management (SD)

- Material Management

- Logistic Execution

- Supplier Relationship Management (SRM)

- Customer Relationship Management (CRM)

- SAP Architecture: Presentation Servers, Application Servers, Database Servers

- Clients

- monday.com

- day-to-day project management

- Meetings


03 Jan 2022 
Monday

- SAP (Systems, Applications & Products in Data Processing) Introduction and History
- ERP (Enterprise Resource Planning)
- Technical / Functional
- MM (Material Management System), PP(Production Planning), CRM (Customer relationships solution)
- sLog, sFin, sMarketing
- SAP Modules
- SAP FICO
- Meeting

Thursday, September 23, 2021

 Which keyword can be used for coming out of recursion?

Return

Which keyword is used to come out of a loop only for that iteration?

Break

_ is used to create an object.

constructor

What is instantiation in terms of OOP terminology?

The creation of an instance of a class.

Which one of the following is the correct extension of the Python file?

.py

Which is the correct HTML element for the largest heading:

The h1 element

What is the correct HTML for making a drop-down list?

<select> tag

What is the correct HTML for inserting an image?

<img src="img.gif" alt="MyPic">

src attribute in an image tag means what?

Source of the image

Python is _ programming language

high-level

What is an algorithm?

A set of instructions in order

Which are themselves a collection of different data types?

structures

In the C language, the constant is defined_.

Anywhere, but starting on a new line

What is required in each C program?

The program must have at least one function.







Tuesday, September 21, 2021

Search Engine Optimization (SEO)

On-Page SEO

Off-Page SEO

Crawler

WordPress

Title Page

H1 Tag

Description Tag

Portent's SERP Preview Tool

Google Analytics

Mobile Friendly Test

Friday, February 5, 2021

Python program for finding unique characters from the string

 temp = ""

string = input("Enter a string:")

for ch in string:

    nch = ch

    if(nch in temp):

        pass

    else:

        print(ch)

    temp = temp + ch






temp = ""

string = input("Enter a string:")

for ch in string:

    nch = ch

    count = 1

    if(nch in temp):

        count += 1

    else:

        print(ch,"count:", count)

    temp = temp + ch

Python program for reversing a string

First Method:


string = input("Enter a string:")

r = ""

l = len(string)

for a in range(l):

    r = r + string[l-a-1]

if(string == r):

    print(string, "is a palindrome")

else:

    print(string, "is not a palindrome")


Second Method: 


string = input("Enter a string:")

r = ""

length = len(string)

for a in range(-1, (-length-1), -1):

    r = r + string[a]

if(string == r):

    print(string, "is a palindrome")

else:

    print(string, "is not a palindrome")



Tuesday, February 2, 2021

Python program for String Traversal

 name = "awesome"

for c in name:

    print(c,'-', end = ' ')


Python program for reading a string and displaying it in reverse order

 string = input("Enter a string:")

print("The", string, "in reverse order is:")

length = len(string)

for l in range(-1, (-length-1), -1):

print(string[l])

All Quotes

 Quote 53: Ethical earning is key. Quote 52: Grades matter, but your skills, curiosity, and consistency matter even more. Quote 51: Be curio...