Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interview post added #101

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
31ffe4b
Update _config.yml
bytejames Jul 7, 2023
5165798
Create CNAME
bytejames Jul 7, 2023
0b87c2d
Update _config.yml
bytejames Jul 7, 2023
23c891a
Update _config.yml
bytejames Jul 7, 2023
3215a0e
Update _config.yml
bytejames Jul 7, 2023
70b3a6d
Update _config.yml
bytejames Jul 7, 2023
7928aee
Update _config.yml
bytejames Jul 7, 2023
00fba33
Update README.md
CodingJhames Jul 7, 2023
ae561d4
Update README.md
CodingJhames Jul 7, 2023
7a7523c
Create First Post
CodingJhames Jul 7, 2023
9f16473
Merge pull request #1 from JamesMejiaDev/updates
CodingJhames Jul 7, 2023
b67e73d
Update First Post
CodingJhames Jul 7, 2023
a05f4ee
Update 2023-07-07-The-First-Post.md
CodingJhames Jul 7, 2023
3fffdf1
Merge pull request #2 from JamesMejiaDev/updates
CodingJhames Jul 7, 2023
bdb6e32
update posts
CodingJhames Jul 7, 2023
ee41cb2
interview post added
CodingJhames Jul 19, 2023
49f677d
presentation post added
CodingJhames Jul 19, 2023
34294fd
chronicle post added
CodingJhames Jul 19, 2023
85e1708
written document post added
CodingJhames Jul 19, 2023
8209ebe
audio podcast post added
CodingJhames Jul 19, 2023
feb0aea
fix audio podcast post added
CodingJhames Jul 19, 2023
bb85567
fix audio podcast post added
CodingJhames Jul 19, 2023
e9f7688
fix audio podcast post added
CodingJhames Jul 19, 2023
f8f621b
fix audio podcast post image added
CodingJhames Jul 19, 2023
61fd23c
img added linus
CodingJhames Jul 19, 2023
144e407
img small fix
CodingJhames Jul 19, 2023
8ff92e0
crit think post added
CodingJhames Jul 19, 2023
e292694
crit think post fix added
CodingJhames Jul 19, 2023
2f08f42
crime and punishment
CodingJhames Aug 28, 2023
6ce16bb
The_New_Road
CodingJhames Nov 18, 2024
77f31df
Merge pull request #3 from bytejames/updates
bytejames Nov 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jamesmejia.me
92 changes: 1 addition & 91 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,96 +4,6 @@ permalink: "/about/"
layout: page
---

## Installation
# Just some personal thoughts

Just fork this [repository](https://github.com/niklasbuschmann/contrast) and adjust the `_config.yml` to use with [Github Pages](https://pages.github.com/) and your page is done.

## Features

- supports dark mode on macOS Mojave
- optional sidebar
- MathJax support
- no external ressources
- included archive page
- supports pagination
- feed generation
- responsive
- syntax highlighting
- supports comments via [disqus](https://disqus.com/) or [isso](http://posativ.org/isso/)

## Based on

- [Hyde](https://github.com/poole/hyde)
- [Minima](https://github.com/jekyll/minima)
- [Lagrange](https://github.com/LeNPaul/Lagrange)
- [Font Awesome](http://fontawesome.io/)
- [KaTeX](https://katex.org/)
- [Pygments](https://github.com/richleland/pygments-css)

## Installation (jekyll-remote-theme method)

You can use this theme with the `jekyll-remote-theme` plugin. Just create an empty repo, copy over the `index.html` file and add this to your `_config.yml`:

```yaml
remote_theme: niklasbuschmann/contrast@v2.11

plugins:
- jekyll-remote-theme
```

Note: to enable icons you also need to copy over the `_data` folder.

## Config

Your `_config.yml` could for example look like this:

```yaml
title: "Blog Title"
author: "Blog Author"
description: "My personal blog about ... something"
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"

# Layout

show_excerpts: true # show article excerpts on the home page
show_frame: true # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header

# Menu

navigation: # accepts {file, title, url, icon, sidebaricon}
- {file: "index.html"}
- {file: "README.md"}

external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: Mail, icon: envelope, url: "mailto:niklasbuschmann@users.noreply.github.com"}
- {title: Github, icon: github, url: "https://github.com/niklasbuschmann/contrast"}
- {title: Subscribe, icon: rss, url: "/feed.xml"}

comments:
# disqus_shortname: "" # see https://disqus.com/
# isso_domain: "" # see https://posativ.org/isso/

plugins:
- jekyll-feed

```

## MathJax

Contrast comes preinstalled with a leightweight alternative to MathJax called [KaTeX](https://katex.org/). To display equations in a post simply set `mathjax: true` in the article's front matter.

## License

[public domain](http://unlicense.org/)

## Screenshots

![screenshot](https://user-images.githubusercontent.com/4943215/109431850-cd711780-7a08-11eb-8601-2763f2ee6bb4.png)

![screenshot](https://user-images.githubusercontent.com/4943215/109431832-b6cac080-7a08-11eb-9c5e-a058680c23a1.png)

![screenshot](https://user-images.githubusercontent.com/4943215/73125194-5f0b8b80-3fa4-11ea-805c-8387187503ad.png)
20 changes: 10 additions & 10 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
title: "Blog Title"
author: "Blog Author"
description: "Made with <b style=\"color: #f45;\">&lt;3</b>"
title: "James Mejia's Blog"
author: "James Mejia"
description: "From Cúcuta to the world"
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"

# Layout

show_excerpts: true # show article excerpts on the home page
show_social: true # show site description and socia links in the footer
show_excerpts: false # show article excerpts on the home page
show_frame: true # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header
minimal: false # use a dark header

# Menu

navigation: # accepts {file, title, url, icon, sidebaricon}
- {file: "index.html"}
- {file: "README.md"}
- {file: "index.html", title: "Home Change", icon: home }
- {file: "README.md", title: "About me", icon: address-card }

external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: Mail, icon: envelope, url: "mailto:niklasbuschmann@users.noreply.github.com"}
- {title: Github, icon: github, url: "https://github.com/niklasbuschmann/contrast"}
- {title: Subscribe, icon: rss, url: "/feed.xml"}
- {title: Mail, icon: envelope, url: "mailto:contacto@jamesmejia.me"}
- {title: Github, icon: github, url: "https://github.com/codingjhames"}
- {title: Twitter, icon: twitter, url: "https://twitter.com/CodingJhames"}

comments:
# disqus_shortname: "" # see https://disqus.com/
Expand Down
63 changes: 0 additions & 63 deletions _posts/2017-01-01-advanced-examples.md

This file was deleted.

85 changes: 0 additions & 85 deletions _posts/2017-02-01-markdown-examples.md

This file was deleted.

25 changes: 0 additions & 25 deletions _posts/2017-03-01-welcome-to-jekyll.md

This file was deleted.

34 changes: 34 additions & 0 deletions _posts/2023-03-07-Presentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

# Video Presentation

[![Video Presentation GA2-240202501-AA2-EV02](https://i9.ytimg.com/vi_webp/U9HU_9Q_MIQ/mq1.webp?sqp=CLTW36UG-oaymwEmCMACELQB8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGFUgYyhlMA8=&rs=AOn4CLAp6L7PD7hTjxc0NVzlecKaEMTK6w)]( https://youtu.be/U9HU_9Q_MIQ "Presentación Video ")

As software Developers we have to reach a nice english skill, becuase some of the tools and the comunication we do in our dialy life at work will be on english most of the time, so with this activity we can improve and learn in a virtual presentation about a family member is an enriching and personalized approach to language learning. By delving into the life of someone we know and love, we create a deeper connection to the language we are learning. In this article, we will explore the benefits of presenting about a family member and how this activity can help us improve our language learning skills, specifically in English.

Personal Connection and Emotional Engagement:

Presenting about a family member allows us to draw from personal experiences and emotions. The stories we share become more vivid and authentic, tapping into our emotions, which enhances our language learning process. When we feel connected to the content we are presenting, we are more likely to invest time and effort in expressing ourselves effectively in English.

Vocabulary Expansion:

While preparing for the virtual presentation, we naturally seek appropriate words and phrases to describe our family member's experiences, personality, and achievements. This endeavor leads to a broader vocabulary and a more nuanced understanding of the English language.

Improving Speaking Skills:

Presenting virtually about a family member encourages us to practice and improve our speaking skills. Articulating our thoughts, sharing stories, and conveying emotions in English will boost our confidence and fluency in the language.

Enhancing Listening Comprehension:

Attending virtual presentations by our peers also exposes us to various accents and speaking styles in English. This exposure improves our listening comprehension skills as we become accustomed to different linguistic nuances.

Cultural Awareness and Context:

Learning about our family member's cultural background and life experiences offers a broader context for language learning. Understanding cultural references and idiomatic expressions within the context of our family member's life story deepens our appreciation for the language and its cultural significance.

Feedback and Collaborative Learning:

Virtual presentations foster a supportive learning environment where we receive feedback from our peers and instructors. Constructive critiques help us identify areas for improvement in our language usage and presentation skills, promoting collaborative learning.

Conclusion:

Presenting virtually about a family member serves as a powerful tool for language learners to connect emotionally with the language they are studying. Through this activity, we develop a richer vocabulary, improve our speaking and listening skills, and gain cultural awareness. The personal connection to the content and the opportunity for collaborative learning contribute to a more fulfilling language learning journey. By sharing our family member's story, we not only enhance our English language skills but also strengthen the bond with our loved ones and celebrate their life experiences.
35 changes: 35 additions & 0 deletions _posts/2023-04-17-Chronicle Linus Torvalds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

# Linus Torvalds Chronicle

![title](https://i0.wp.com/www.itsfoss.net/wp-content/uploads/2021/08/lt-1.jpg?w=700&ssl=1)


As software Developers we have some heroes or people who we admire, so the chronicle about Linus Torvalds, the renowned developer of the Linux operating system, presents an exciting opportunity for language learners to embark on a captivating linguistic journey. By exploring his life, accomplishments, and contributions to the world of technology, we can enrich our English language skills while gaining insights into the world of software development. In this article, i explored into the benefits of studying Linus Torvalds' story and how it can aid in improving our English language learning.

Immersive Learning Experience:

Diving into the chronicle of Linus Torvalds allows language learners to immerse themselves in authentic and engaging content. As we explore the intricacies of his achievements and challenges, we encounter a variety of language structures, expressions, and technical vocabulary that contribute to a more comprehensive language learning experience.

Reading Comprehension and Vocabulary Enhancement:

Studying Linus Torvalds' chronicle involves reading and comprehending technical texts, interviews, and biographies written in English. This practice not only enhances our reading comprehension skills but also exposes us to specialized vocabulary related to computer science and programming.

Writing Skills and Articulation:

Engaging with Linus Torvalds' story inspires us to write summaries, analyses, and reflections in English. Expressing our thoughts and opinions on his contributions and impact on the tech world refines our writing skills and fosters clarity in articulation.

Listening and Speaking Proficiency:

Watching interviews, documentaries, or talks featuring Linus Torvalds allows language learners to hone their listening and speaking skills. Listening to his ideas, responses, and interactions in English improves our ability to understand different accents and speaking styles.

Cultural Awareness and Global Perspectives:

Linus Torvalds' journey transcends geographical boundaries, highlighting the significance of cultural awareness in the tech industry. Learning about his experiences fosters a deeper understanding of global perspectives, enriching our language learning with cultural context and global awareness.

Critical Thinking and Analytical Skills:

The chronicle of Linus Torvalds presents numerous opportunities for critical thinking and analysis. Language learners can explore the impact of open-source software, the challenges faced by developers, and the evolution of the Linux operating system. Engaging in such analysis strengthens our critical thinking abilities and encourages us to evaluate complex ideas in English.

Conclusion:

Studying the chronicle of Linus Torvalds is a rewarding and impactful endeavor for language learners seeking to improve their English proficiency. The exposure to technical language, reading comprehension practice, writing exercises, and listening to English interviews contributes to an immersive and holistic language learning experience. As we delve into the life of this visionary developer, we not only expand our linguistic capabilities but also gain valuable insights into the world of technology and open-source software. Embrace the journey of Linus Torvalds' chronicle, and witness how it elevates your English language learning to new heights.
Loading