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

Referred Link - https://www.instagram.com/reel/C7B-zwrytPP/?igsh=aTVhaTV3enFuNzM2



Tips to optimize your Naukri portal's profile, and regularly do these things atleast for 30-45 Days then you can expect some results along with that prepare a strong resume:-


1. Complete your Naukri portal's profile 100%: Ensure every section of your profile is filled out completely.

2. Update 0 in the preferred salary part of your profile: Set your preferred salary to 0 to attract more recruiters.

3. Update your profile daily from 9 AM to 10 AM: Make minor changes and re-upload your resume daily to stay active.

4. Write a relevant profile headline: Use a headline like "data analyst with 3 years of experience in SQL, python, tableau, advanced MS excel, and more."

5. Choose "15 days or less"/"1 Month"/"Serving Notice Period" in the notice period section if possible. Indicate your availability as minimum as possible days for a quicker response from employers.

6. Add relevant skillsets in the key skills section: List skills that match the job roles you are applying for.

7. Showcase your best projects: Highlight projects that are relevant to the job roles you are seeking.

8. Consider a basic premium subscription: A premium subscription can increase your profile's visibility (optional).

9. Highlight achievements with metrics: Emphasize your successes with quantifiable metrics, like for example - "increased GMV by 35 CR or 15%."

10. Use keywords effectively: Incorporate industry-specific keywords throughout your profile.

11. Add a professional photo: A professional photo can create a positive impression.

12. Customize your resume for each application: Tailor your resume to highlight the most relevant experience and skills for each job.

13. Regularly update your profile with new skills and projects: Keep your profile current by adding new accomplishments and skills as they develop.

Tags:
#InterviewTips, #IndiaJobs, #NaukriTips

 Referred Link - https://www.linkedin.com/posts/denis-panjuta_top-careers-in-ai-1-machine-learning-engineer-activity-7211276996339757056-0QxK

1. Machine Learning Engineer : Develop machine learning models for real-world applications.
2. Computer Vision Engineer : Create systems to interpret visual data.
3. Deep Learning Engineer : Specialize in complex deep learning tasks.
4. Data Scientist : Analyze data to drive decision-making.
5. NLP Engineer : Create systems to process human language.
6. AI Trainer : Develop training programs for AI technologies.
7. AI Research Scientist : Conduct groundbreaking AI research and development.
8. AI Product Manager : Oversee AI product development and alignment.
9. AI Algorithm Specialist : Optimize algorithms for specific AI problems.
10. AI Data Analyst : Analyze large datasets to support AI development.
11. AI Solutions Architect : Design AI solutions for business needs.
12. AI System Integrator : Integrate AI into existing systems efficiently.
13. Robotics Engineer : Build and program intelligent robotic systems.
14. AI Consultant : Advise on integrating AI solutions for strategic improvement.
15. AI Business Analyst : Identify opportunities to improve processes using AI.


Tags:

#AICareer, #RoadMap, #Jobs, #ArtificialIntelligence

 Referred Link - https://www.linkedin.com/posts/sagarpandeysp_ultimate-list-of-free-resources-for-programmers-activity-7204467099484790785-KGvS


Tags:

#FreeResources, #Programmers

Referred Link - https://www.linkedin.com/posts/maheshma_performanceengineering-testing-softwareengineering-activity-7203946221932093440-7jWO

To ensure optimal product performance, thorough tuning and optimization are essential. We must concentrate on key areas for performance enhancement, categorized as follows:

1. **Code Tuning:**
- Optimization of code across the entire product is crucial. Leverage code profilers to identify and optimize code segments. Assess for memory leaks, CPU optimization, and resource consumption concerns.

2. **Configuration Tuning:**

- Fine-tune configurations system-wide. Experiment, test, and optimize settings like Tomcat/WebLogic JDBC and thread pools. Proper configuration with optimal values is vital for overall product performance.

3. **Database Tuning:**

- Optimizes the database by fine-tuning SQL queries, indexing, and connection pooling. Utilize tools like Oracle's AWR report for in-depth analysis and fine-tuning.

4. **Infrastructure Tuning:**
- Benchmark hardware and instance sizes to align with the workload. Determine CPU and RAM requirements and the number of Kubernetes pods needed and ensure they meet workload and SLA expectations. This process involves planning, testing, tuning, and retesting.

5. **Architecture Tuning:**
- Evaluate the architecture and consider changes such as incorporating a CDN for improved performance across various locations or implementing a queuing system to enhance performance in specific areas."

6. **Network Tuning:**
- Focuses on vital aspects in today's distributed systems, addressing issues such as DNS, protocols, latency, and firewall tuning. Optimization efforts should target effective tuning for better performance, especially when the database is situated in one region and customers are in another.



Tags:

#performanceengineering hashtag#testing hashtag#softwareengineering hashtag#softwaredevelopment hashtag#technology

 Referred Link - https://www.linkedin.com/posts/alexxubyte_systemdesign-coding-interviewtips-activity-7203783156343132160-eFFA

Check out these 8 tips to boost frontend performance:

1 - Compression
Compress files and minimize data size before transmission to reduce network load.

2 - Selective Rendering/Windowing
Display only visible elements to optimize rendering performance. For example, in a dynamic list, only render visible items.

3 - Modular Architecture with Code Splitting
Split a bigger application bundle into multiple smaller bundles for efficient loading.

4 - Priority-Based Loading
Prioritize essential resources and visible (or above-the-fold) content for a better user experience.

5 - Pre-loading
Fetch resources in advance before they are requested to improve loading speed.

6 - Tree Shaking or Dead Code Removal
Optimize the final JS bundle by removing dead code that will never be used.

7 - Pre-fetching
Proactively fetch or cache resources that are likely to be needed soon.

8 - Dynamic Imports
Load code modules dynamically based on user actions to optimize the initial loading times.


Tags:

#systemdesign hashtag#coding hashtag#interviewtips

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)
      • India Job Search - Naukri Tips & Tricks by Shakra ...
      • Top Careers in AI by Denis Pentuja
      • Free Resources For Programmers by Sagar
      • Performance Tuning Tips by Mahesh
      • Frontend performance Tips by Alex xu
      • Dev Tools List from Alex xu
      • 15 System Design Core Concepts by Rahul Sharma
      • 10 questions at your interview by Chris Donnelly
    • ►  May (4)
    • ►  April (9)
    • ►  March (6)
    • ►  February (33)
    • ►  January (10)
  • ►  2023 (16)
    • ►  December (12)
    • ►  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