Powered by Blogger.
🌏World roaming Software Technology Evangelist. Proud Indian, Bought up from Coimbatore, Tamilnadu, INDIA. Pointing towards share of Knowledge. 😎
  • Programming ▼
    • DotNet
      • C# Coding Standards
    • Cloud
    • Microsoft 365/ SharePoint
    • SQL
    • Angular / ReactJS / NodeJS
    • Salesforce
    • Magento
    • Python
    • Mobile App Development
    • Database
    • DevOps
    • Automation Testing
    • User Experience
  • Learning ▼
    • Roadmap
    • Trainings
    • E-Books
    • Quick References
    • Certifications
    • Self Improvement
    • Productivity
    • TED Talks
    • Kids Programming
  • Software Engineering ▼
    • Agile
    • Software Design
    • Architecture Samples
    • Best Practises
    • Technologies and Tools
    • Open Sources
    • Free Softwares
  • Leadership ▼
    • Program Management
    • Product Management
    • Project Management
    • People Management
  • Job Search ▼
    • Interview Tips
    • Career Handbook
    • Resume Templates
    • Sample Profiles
    • Cover Letter Samples
    • HR Interview Questions
    • Job Websites List
    • Coding Site Links
    • TedEx Talks
    • International Jobs
  • Emerging Topics ▼
    • Innovation
    • Machine Learning
    • Artificial Intelligence
    • Generative AI
    • AI Tools
    • Big Data
    • Data Science
    • Data Analytics & Visualization
    • Cyber Security
    • Microsoft Azure
    • Amazon Web Services
    • Cryptography
    • ChatBots
    • Internet of Things (IoT)
    • Mixed Reality /AR/VR
  • Misc. ▼
    • Travel
    • Photography
    • Health Tips
    • Medical Tips
    • Home Designs
    • Gardening
  • Favourite Links ▼
    • Saran Kitchen Hut
    • World of Akshu
    • Saran & Akshu - Other Links

 Source - https://cheatography.com/sharepointerie/cheat-sheets/sharepoint-developer-cheat-sheet/

General querys­tring tricks

Web Part Mainte­nance Page
?conte­nts=1
Open Page Modal
?isdlg=1
Setting Initial Ribbon
?Initi­alT­abI­d=R­ibb­on.L­ibrary
Set page mode
?mode=edit
Set page view
?PageV­iew­=Pe­rsonal
Set the tool pane view
?ToolP­ane­View=2
Set the mobile view
?mobile=1

URL location in SharePoint

View content and structure
/_layo­uts­/si­tem­ana­ger.aspx
View the user inform­ation list
/_cata­log­s/u­ser­s/s­imp­le.aspx
View the taxonomy hidden list
/Lists­/Ta­xon­omy­Hid­den­Lis­t/A­llI­tem­s.aspx
Log in as another user
/_layo­uts­/15­/cl­ose­Con­nec­tio­n.a­spx­?lo­gin­asa­not­her­use­r=true
Save a site as a template
/_layo­uts­/sa­vet­mpl.aspx

Tokens at the beginning of a URL in SP2013

URL of the Contro­lTe­mplates virtual folder for the current website
~contr­olT­emp­lates
URL of the Layouts virtual folder for the current website
~layouts
URL of the current website
~site
URL of the parent site collection of the current website
~sitec­oll­ection

Tokens at the beginning of a URL in SP2010

Web site (SPWeb) relative link
~site
site collection (SPSite) relative link
~sitec­oll­ection

Tokens at the beginning of a URL in an App

URL of the parent site collection of the current website
~sitec­oll­ection
URL of the current website
~site
URL of the app web of an app for SharePoint
~appWebUrl
URL of the Contro­lTe­mplates virtual folder for the current website
~contr­olT­emp­lates
URL of the host web
~hostUrl
URL of the logo of the host web
~hostL­ogoUrl
URL of the Layouts virtual folder for the current website
~layouts
URL of a remote web applic­ation in an app for SharePoint
~remot­eAppUrl

List querys­tring tricks

Finding the Id (Guid) of a List
?List=­%7B­265­34E­F9%­2DA­B3A­%2D­46E­0%2­DAE­56%­2DE­FF1­68B­E56­2F%7D
Finding the internal name of a column
?Field­=fi­eld­Int­ern­alName
Filter a list
?Filte­rFi­eld­1=f­iel­dNa­me&Fi­lte­rVa­lue­1=value
Sort a list
?SortF­iel­d=f­iel­dNa­me&So­rtD­ir=Desc
To find the Guid of a list you must change “%7B” to “{”, change all “%2D” to “-“ and change “%7D” to “}”

To filter a list you must set internal field name in the the Filte­­rFi­­eld­ parameter (not the display name) and the value in the Filter­Value parameter. You can specify multiple filter : Filte­­rFi­­eld­1, Filte­­rFi­­eld­2 etc...

You can use the SortField and SortDir parameters to sort on any column in the view either Desc or Asc.

Tokens that can be used inside a URL in SP2013

URL of the Contro­lTe­mplates virtual folder for the current website
{Contr­olT­emp­lates}
ID of an item in a list or library (an integer)
{ItemId}
URL of the item being acted upon
{ItemUrl}
URL of the Layouts virtual folder for the current website
{Layouts}
ID of the current list (a GUID)
{ListId}
Recurrence index of a recurring event
{Recur­ren­ceId}
URL of the current website
{Site}
URL of the parent site of the current website
{SiteC­oll­ection}
URL of the current website
{SiteUrl}
HTTP Request URL
{Source}

Tokens that can be used inside a URL in SP2010

Integer ID that represents the item within a list
{ItemId}
URL of the item being acted upon. Works only for documents in libraries
{ItemUrl}
GUID that represents the list
{ListId}
URL of the Web site (SPWeb)
{SiteUrl}
Recurrence index
{Recur­ren­ceId}

Tokens that can be used inside a URL of an app

OAuth context token for the app
{AppCo­nte­xtT­oken}
URL of the app web in an app for SharePoint
{AppWe­bUrl}
Client cache control number (client tag) for the current website
{Clien­tTag}
Logo for the host web of an app for ShareP­oint.
{HostL­ogoUrl}
Title of the host web of an app for SharePoint
{HostT­itle}
URL of the host web of an app for SharePoint
{HostUrl}
ID of an item in a list or library (an integer)
{ItemId}
URL of the item being acted upon
{ItemUrl}
Current langua­ge/­culture of the host web of an app for SharePoint
{Language}
ID of the current list (a GUID)
{ListId}
Full build version number of the SharePoint farm
{Produ­ctN­umber}
Recurrence index of a recurring event
{Recur­ren­ceId}
URL of a remote web applic­ation in an app for SharePoint
{Remot­eAp­pUrl}
URL of the current website
{Site}
URL of the parent site of the current website
{SiteC­oll­ection}
URL of the current website
{SiteUrl}
HTTP Request URL
{Source}
Resolves five standard tokens
{Stand­ard­Tokens}

 Source - https://www.linkedin.com/posts/manish-kumar-shah_data-sql-python-activity-7140898194904834048-Cf_j


1. Python : https://lnkd.in/grD8XUS6


 2. Pandas : 
https://lnkd.in/g4yTJ7CP


 3. NumPy : 
https://lnkd.in/gg9Uw-km


 4. Matplotlib 
https://lnkd.in/gahrGicD


 5. Seaborn 
https://lnkd.in/gcu4UKpw


 6. Scikit-learn 
https://lnkd.in/gGfkNu5i


 7. TensorFlow : 
https://lnkd.in/g3fw3uRV


 8. Keras : 
https://lnkd.in/gfPTfbgg


 9. PyTorch 
https://bit.ly/3lnsiIz


10. SQL : 
https://lnkd.in/gnwe4qcb


11. R : 
https://lnkd.in/gEgJ6A8j


12. Git : 
https://lnkd.in/gyzhztvH


13. AWS 
https://bit.ly/3ZQWMS1


14. Azure 
https://bit.ly/42f4N4V


15. Google Cloud Platform : 
https://bit.ly/3JJADzv


16. Docker : 
https://bit.ly/3Lt2zJe


17. Kubernetes 
https://lnkd.in/gjXCT7Mb


18. Linux Command Line : 
https://bit.ly/3FtcTgw


19. Jupyter Notebook 
https://lnkd.in/g7cPmgHQ


20. Data Wrangling :
https://bit.ly/3TiMibP


21. Data Visualization : 
https://lnkd.in/gQ52Jd_J


22. Statistical Inference 
https://lnkd.in/grNXVQh5


23. Probability : 
https://lnkd.in/gvnWCphc


24. Linear Algebra : 
https://lnkd.in/gty6XpVF


25. Calculus 
https://lnkd.in/gjhsmsxu


26. Time Series : 
https://bit.ly/3Fvuep4


27. NLP: 
https://bit.ly/3Fvursm


28. Neural Network : 
https://lnkd.in/gThs2AAp


29. Deep Learning : 
https://lnkd.in/gVbSPae2


30. Machine Learning : 
https://bit.ly/3mZ5Wh3


31. Apache Spark : 
https://lnkd.in/ge7Rj-Yr


32. Hadoop : 
https://bit.ly/3Lq34DR


33. Big-O Notation t: 
https://lnkd.in/gfYqM8WU


34. Regular Expression : 
https://lnkd.in/gE9kZTZW


35. Unix/Linux Permissions 
https://bit.ly/3ZUfwA8


36. Python String Formatting 
https://lnkd.in/gHi26Uk2


37. Flask : 
https://lnkd.in/gGzbSTgU


38. Django : 
https://lnkd.in/grZcWz8y


39. SQL : 
https://lnkd.in/gyierV3f


40. PostgreSQL : 
https://lnkd.in/gzfiW7zB


41. MySQL: 
https://lnkd.in/g4JnPVTe


42. MongoDB : 
https://lnkd.in/gHc4F4ER


43. TensorFlow Probability Cheat Sheet: 
https://lnkd.in/gr3bgDGP


44. OpenAI GPT-3 Documentation: 
https://lnkd.in/gawB_SC9


45. GPT-3 API Reference: 
https://lnkd.in/gtCGZvX8


46. GPT-3 GitHub Repository: 
https://lnkd.in/g56cQQPD


47. Chat GPT Cheat Sheet : 
https://lnkd.in/e43cDB9q

 


 Source - https://www.linkedin.com/posts/rocky-bhatia-a4801010_%3F%3F%3F%3F-%3F%3F%3F-%3F%3F-%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F-activity-7135981746763816960-_OZp

𝐁𝐞𝐬𝐭 𝐖𝐚𝐲 𝐭𝐨 𝐔𝐧𝐝𝐞𝐫𝐬𝐭𝐚𝐧𝐝 𝐊𝐮𝐛𝐞𝐫𝐧𝐞𝐭𝐞𝐬 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞



Dive into the world of Kubernetes, your go-to open-source container orchestration platform, revolutionising the deployment, scaling, and management of containerised applications.

Let's unravel the magic through a relatable analogy: the restaurant experience!

1. Kubernetes Cluster: The Restaurant

Imagine the cluster as the bustling restaurant—where the action unfolds. It's the hub with tables, chairs, and a dynamic kitchen.

2. Nodes: The Kitchen and Waitstaff

Nodes embody the kitchen and waitstaff, orchestrating the show. Worker nodes act as chefs, while master nodes oversee and ensure smooth operations.

3. Containers: Plates of Food

Containers are akin to plates of food, encapsulating all necessary ingredients—code, libraries, and dependencies for seamless application execution.

4. Pods: Plates and Cutlery

Pods are the complete dining experience, hosting multiple containers (like various dishes on a plate) while sharing the same network space.

5. Deployments: The Menu

Deployments serve as the menu, specifying available dishes (containers), quantity, and how they should be presented.

6. Services: The Waitstaff Taking Orders

Services play the role of attentive waitstaff, directing requests to the right pods based on labels and selectors, ensuring flawless communication.

7. ConfigMaps and Secrets: The Recipe Book

ConfigMaps and Secrets act as the recipe book, storing configuration data and sensitive information separately from the application code.

8. Ingress Controllers: The Menu Display

Ingress controllers function as the enticing menu display outside the restaurant, guiding external requests to the appropriate services.

9. Persistent Storage: The Fridge and Pantry

Persistent storage is your reliable fridge and pantry, safeguarding crucial data, persisting even if containers are replaced.

In essence, Kubernetes orchestrates your application journey much like a restaurant serves meals—with efficiency and seamless precision.

📖 To delve deeper into this architectural feast, check out my video in the comments section . Discover the intricate tech behind each component and subscribe to my channel .





Newer Posts
Older Posts

Search this Site

Translate Articles

Total Posts

Total Pageviews


Contributors

My photo
Jay Srinivasan
Professional: I'm a Software Techie, Specialized in Microsoft technologies. Worked in CMM Level 5 organizations like EPAM, KPMG, Bosch, Honeywell, ValueLabs, Capgemini and HCL. I have done freelancing. My interests are Software Development, Graphics design and Photography.
Certifications: I hold PMP, SAFe 6, CSPO, CSM, Six Sigma Green Belt, Microsoft and CCNA Certifications.
Academic: All my schooling life was spent in Coimbatore and I have good friends for life. I completed my post graduate in computers(MCA). Plus a lot of self learning, inspirations and perspiration are the ingredients of the person what i am now.
Personal Life: I am a simple person and proud son of Coimbatore. I studied and grew up there. I lost my father at young age. My mom and wife are proud home-makers and greatest cook on earth. My kiddo in her junior school.
Finally: I am a film buff and like to travel a lot. I visited 3 countries - United States of America, Norway and United Kingdom. I believe in honesty after learning a lot of lessons the hard way around. I love to read books & articles, Definitely not journals. :)
View my complete profile

Certifications

Certifications

My Favorite Links

  • Saran & Akshu Links
  • Saran Kitchen Hut
  • World of Akshu
  • Ashok Raja Blog

Subscribe To

Posts
Atom
Posts
All Comments
Atom
All Comments

Contact Form

Name

Email *

Message *

Connect with Me

Blog Archive

  • ►  2025 (48)
    • ►  June (7)
    • ►  May (26)
    • ►  April (1)
    • ►  March (3)
    • ►  February (1)
    • ►  January (10)
  • ►  2024 (134)
    • ►  December (3)
    • ►  November (8)
    • ►  October (11)
    • ►  September (2)
    • ►  August (1)
    • ►  July (39)
    • ►  June (8)
    • ►  May (4)
    • ►  April (9)
    • ►  March (6)
    • ►  February (33)
    • ►  January (10)
  • ▼  2023 (16)
    • ▼  December (12)
      • SharePoint Developer - Quick References
      • 𝟰𝟳 Quick Reference Sheet by Manish
      • 𝐊𝐮𝐛𝐞𝐫𝐧𝐞𝐭𝐞𝐬 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 by R...
      • Landscape of API Protocols by Alex Xu
      • Python learning roadmap by Santosh Kumar Misrra
      • Productivity Techniques by Chris Donnelly
      • 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗣𝗮𝘁𝘁...
      • Navigating the Data Universe by Priyanka Singh
      • Software Architecture Styles by Alex xu
      • REST API and GraphQL Comparison by Brij kishore Pa...
      • Developing a Strategic Plan guide by Justin Mecham
      • Data Science - Roadmap by Arif Alam
    • ►  August (2)
    • ►  March (1)
    • ►  January (1)
  • ►  2022 (14)
    • ►  December (1)
    • ►  August (6)
    • ►  July (3)
    • ►  June (2)
    • ►  February (1)
    • ►  January (1)
  • ►  2021 (16)
    • ►  December (1)
    • ►  November (2)
    • ►  October (2)
    • ►  August (1)
    • ►  July (2)
    • ►  June (2)
    • ►  May (2)
    • ►  March (2)
    • ►  February (1)
    • ►  January (1)
  • ►  2020 (36)
    • ►  December (1)
    • ►  November (15)
    • ►  October (2)
    • ►  September (1)
    • ►  July (1)
    • ►  June (2)
    • ►  May (4)
    • ►  March (2)
    • ►  February (6)
    • ►  January (2)
  • ►  2019 (14)
    • ►  December (3)
    • ►  November (1)
    • ►  September (2)
    • ►  August (1)
    • ►  June (1)
    • ►  May (3)
    • ►  March (2)
    • ►  January (1)
  • ►  2018 (61)
    • ►  November (3)
    • ►  October (4)
    • ►  September (4)
    • ►  August (5)
    • ►  July (4)
    • ►  June (4)
    • ►  May (7)
    • ►  April (7)
    • ►  March (5)
    • ►  February (1)
    • ►  January (17)
  • ►  2017 (55)
    • ►  December (1)
    • ►  November (7)
    • ►  October (7)
    • ►  September (8)
    • ►  July (4)
    • ►  June (7)
    • ►  May (4)
    • ►  April (4)
    • ►  March (1)
    • ►  February (2)
    • ►  January (10)
  • ►  2016 (45)
    • ►  December (1)
    • ►  November (5)
    • ►  October (2)
    • ►  September (7)
    • ►  August (3)
    • ►  July (3)
    • ►  June (1)
    • ►  May (3)
    • ►  April (5)
    • ►  March (3)
    • ►  February (3)
    • ►  January (9)
  • ►  2015 (88)
    • ►  December (5)
    • ►  November (2)
    • ►  October (6)
    • ►  September (6)
    • ►  August (3)
    • ►  July (6)
    • ►  June (7)
    • ►  May (12)
    • ►  April (6)
    • ►  March (11)
    • ►  February (10)
    • ►  January (14)
  • ►  2014 (159)
    • ►  December (16)
    • ►  November (13)
    • ►  October (42)
    • ►  September (12)
    • ►  August (19)
    • ►  July (3)
    • ►  June (17)
    • ►  May (10)
    • ►  April (12)
    • ►  March (7)
    • ►  February (4)
    • ►  January (4)
  • ►  2013 (192)
    • ►  December (7)
    • ►  November (2)
    • ►  October (3)
    • ►  September (10)
    • ►  August (25)
    • ►  July (17)
    • ►  June (22)
    • ►  May (22)
    • ►  April (24)
    • ►  March (17)
    • ►  February (22)
    • ►  January (21)
  • ►  2012 (204)
    • ►  December (21)
    • ►  November (35)
    • ►  October (47)
    • ►  September (27)
    • ►  August (6)
    • ►  July (21)
    • ►  June (16)
    • ►  May (7)
    • ►  April (9)
    • ►  March (4)
    • ►  February (3)
    • ►  January (8)
  • ►  2011 (70)
    • ►  December (8)
    • ►  November (5)
    • ►  October (3)
    • ►  September (2)
    • ►  August (7)
    • ►  July (3)
    • ►  June (30)
    • ►  May (3)
    • ►  April (3)
    • ►  March (1)
    • ►  February (3)
    • ►  January (2)
  • ►  2010 (30)
    • ►  December (1)
    • ►  September (4)
    • ►  August (1)
    • ►  July (1)
    • ►  June (1)
    • ►  May (4)
    • ►  April (6)
    • ►  March (5)
    • ►  February (2)
    • ►  January (5)
  • ►  2009 (40)
    • ►  December (4)
    • ►  November (6)
    • ►  October (4)
    • ►  September (5)
    • ►  August (4)
    • ►  July (3)
    • ►  June (4)
    • ►  May (8)
    • ►  March (1)
    • ►  February (1)
  • ►  2008 (6)
    • ►  December (1)
    • ►  September (1)
    • ►  May (1)
    • ►  April (2)
    • ►  February (1)
  • ►  2007 (7)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ►  July (1)
    • ►  May (2)

Recent Posts

Followers

Report Abuse

FOLLOW ME @INSTAGRAM

Popular Posts

  • Stay Wow - Health Tips from Sapna Vyas Patel
    Referred URL https://www.facebook.com/sapnavyaspatel WATCH WEIGHT LOSS VIDEO: http://www.youtube.com/ watch?v=S_dlkjwVItA ...
  • Calorie Count chart For food and drinks
    Referred URL http://deepthidigvijay.blogspot.co.uk/p/health-diet-calorie-charts.html http://www.nidokidos.org/threads/37834-Food-Calorie-...
  • SharePoint 2010 Interview Questions and Answers
    Referred URL http://www.enjoysharepoint.com/Articles/Details/sharepoint-2010-interview-questions-and-answers-148.aspx 1.What is SharePoint...
  • 150 Best Windows Applications Of Year 2010
    Referred URL : http://www.addictivetips.com/windows-tips/150-best-windows-applications-of-year-2010-editors-pick/?utm_source=feedburner...
  • Web Developer Checklist by Mads Kristensen
    Referred Link -  http://webdevchecklist.com/ Web Developer Checklist Get the extension  Chrome  |  Firefox  |  Edge Menu Bes...
  • WCF and REST Interview Questions
    What is WPF? The Windows Presentation Foundation (WPF) is a next generation graphics platform that is part of...
  • Remove double tap to unlock feature on samsung galaxy core2
    Double tap to unlock is a feature of Talkback, so if your will disable Talkback, double tap to unlock will also be disabled. To disable doub...
  • Difference Between Content Editor and Script Editor webpart
    Referred Link -  http://jeffas.com/content-editor-vs-script-editor-webpart/ Content editor web part is a place holder for creating rich ...
  • SPFolder related operations in SharePoint
      1) Get SPListItem(s) of a particular SPFolder SPList splist; SPFolder spfolder; //Get the required folder instance SPQuery spquery = new ...

Comments

Created with by BeautyTemplates | Distributed by blogger templates