layout |
---|
default |
{:id="about"}
Namaste, welcome to my blog robots.txt! I started this blog in an effort to document my cybersecurity projects and all the things I learn in this field. Whether you're a newbie just dipping your toes into the vast ocean of cybersecurity or a seasoned pro looking to sharpen your skills, this blog is for you. My goal is to share knowledge, tips, and tricks that will be useful to everyone, from beginners to experts. So, grab a cup of coffee (or tea, if that's your thing), get comfy, and let's explore the fascinating world of cybersecurity together.
Happy hacking!
-
{% for post in site.categories.posts limit:4 %}
-
{{ post.description }}
{{ post.excerpt }}
Read more
{% endfor %}
{:id="contact"}
If you have any questions, suggestions, or just want to say hello, feel free to reach out to me! I'm always excited to connect with fellow cybersecurity enthusiasts, share knowledge, and collaborate on projects. You can contact me via the following channels:
- Email: [email protected]
- GitHub: github.com/het-joshi
- LinkedIn: Het-Joshi
Whether you have feedback on my posts, want to discuss a cybersecurity topic, or need help with something, don't hesitate to get in touch. Let's make the cybersecurity community stronger together!
{:id="projects"}
-
{% for project in site.categories.projects %}
- {{ project.title }} - {{ project.description }} {% endfor %}
{:id="tools"}
-
{% for tool in site.categories.tools %}
- {{ tool.title }} - {{ tool.description }} {% endfor %}
{:id="talks"}
-
{% for talk in site.categories.talks %}
- {{ talk.title }} at {{ talk.where }} {% endfor %}