title | description | excerpt | version | date-released | repo | tags | license | lastmod | created | draft | slug | keywords | permalink | layout | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
README - it-journey |
it-journey |
it-journey |
0.0.1 |
2022-03-01 |
|
MIT |
2024-05-17 01:42:30 UTC |
2022-03-01 12:00:00 UTC |
in progress |
readme |
|
/readme/ |
home |
Branch | Build Status |
---|---|
Master | |
gh-pages |
Welcome to the source code reposoity for it-journey.dev.
test
IT-Journey.dev is a collaborative platform dedicated to the world of Information Technology (IT). Our mission is to provide a comprehensive resource for IT professionals, students, and enthusiasts to learn, share, and grow in the dynamic field of IT.
- Tutorials & Guides: Step-by-step tutorials and guides covering various IT topics, from basic programming to advanced network security.
- Community Articles: Contributions from members of the IT community, offering insights, tips, and experiences.
- Resource Library: A curated collection of resources like e-books, whitepapers, and tools beneficial for IT learning and development.
- Discussion Forums: Engage with other IT professionals, ask questions, and share your knowledge.
- Career Advice: Guidance and tips for building a successful career in IT, including interview preparation and resume building.
- Homepage: Start here to see the latest updates, featured articles, and community highlights.
- Tutorials Section: Categorized tutorials for easy navigation based on your interests and skill level.
- Community Hub: Access user-contributed articles and join discussions in the forums.
- Resources: Explore our extensive library of IT resources.
- Career Center: Get advice and tools for advancing your IT career.
We welcome and appreciate contributions from the IT community. Here’s how you can be part of our journey:
- Become a Contributor: Share your expertise by writing articles or tutorials. Visit our 'Contribute' section for guidelines and submission details.
- Participate in Discussions: Join our forums, answer questions, or start new topics to engage with the community.
- Provide Feedback: Your suggestions help us improve. Use the 'Feedback' form on our site to share your thoughts.
- Share Resources: If you have resources like tools, books, or articles beneficial to the IT community, let us know!
- Sign Up: Create your free account to start contributing and accessing exclusive content.
- Follow Us: Stay updated with the latest from IT-Journey.dev on [Twitter/Facebook/LinkedIn].
- Newsletter: Subscribe to our newsletter for weekly updates and highlights.
For queries, support, or collaboration, contact us at email@it-journey.dev.
Thank you for being part of IT-Journey.dev - Your Pathway to IT Mastery!
This template provides a clear and engaging overview of the site, its contents, and how users can contribute. You can tailor it to fit the specific features and guidelines of "it-journey.dev."
From zero to hero collection of docs, tools, scripts, and information to support your IT journey
- ruby 2.7.4
- jekyll 3.8
- git
- gh cli
docker build -t it-journey .
# run the docker image and mount the local directory to the container and open a bash shell
# Run the container in detached mode
docker run -d -p 4002:4002 -v ${GITHOME}/it-journey:/app --name it_container it-journey
# Start the container and run the CMD line from the Dockerfile
docker start my_container
# Attach to the running container
docker exec -it my_container /bin/bash
http://localhost:4002/
docker run -p 4002:4002 -v C:\Users\AmrAbdel-Motaleb\github\it-journey:/app it-journey
Note
Auto-regeneration may not work on some Windows versions