Skip to content

Interview questions and answers preparation notes Angular, AWS, Data Structures and Algorithms, Database,Design Patterns, DevOps,Docker, Java, Java8, Multithreading, Kafka, Microservices, Miscellaneous, OOPS,React,Spring, Cucumber, GoodPractices, owasp

Notifications You must be signed in to change notification settings

sunilsoni/interview-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

layout title nav_order resource description permalink
default
Home
1
true
Welcome to Interview Pages
/

Welcome to Interview Pages


{% for cat in site.category-list %}

{{ cat }}

    {% for page in site.pages %} {% if page.resource == true %} {% for pc in page.categories %} {% if pc == cat %}
  • {{ page.title }} — {{ page.desc }}
  • {% endif %} {% endfor %} {% endif %} {% endfor %}
{% endfor %}

How to contribute

Please feel free to raise issues if you can't get something to work, find a bug, or you have any ideas for improvements.


Dark color scheme

<script> const toggleDarkMode = document.querySelector('.js-toggle-dark-mode'); jtd.addEvent(toggleDarkMode, 'click', function(){ if (jtd.getTheme() === 'dark') { jtd.setTheme('light'); toggleDarkMode.textContent = 'Dark color scheme'; } else { jtd.setTheme('dark'); toggleDarkMode.textContent = 'Return to the light side'; } }); </script>

About

Interview questions and answers preparation notes Angular, AWS, Data Structures and Algorithms, Database,Design Patterns, DevOps,Docker, Java, Java8, Multithreading, Kafka, Microservices, Miscellaneous, OOPS,React,Spring, Cucumber, GoodPractices, owasp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published