From 31ffe4b7966b26938bfdf81dd21e693ddf4769eb Mon Sep 17 00:00:00 2001 From: JamesMejiaDev <120144516+JamesMejiaDev@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:37:59 -0500 Subject: [PATCH 01/28] Update _config.yml --- _config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index d13c687b5b6..1145653eff5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ -title: "Blog Title" -author: "Blog Author" -description: "Made with <3" +title: "James Mejia's Blog" +author: "James Mejia" +description: "From Cúcuta to the world" permalink: /:title/ lang: "en" excerpt_separator: "\n\n\n" @@ -9,20 +9,20 @@ 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 +show_frame: false # adds a gray frame to the site +show_sidebar: true # 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", Home, 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/ From 51657986cc9edabb3e467d4178e90486c7fa0acc Mon Sep 17 00:00:00 2001 From: JamesMejiaDev <120144516+JamesMejiaDev@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:39:07 -0500 Subject: [PATCH 02/28] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 00000000000..270263d1f46 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +jamesmejia.me \ No newline at end of file From 0b87c2da4ca5ab2989eabfa4d8a51aa421d64dfd Mon Sep 17 00:00:00 2001 From: JamesMejiaDev <120144516+JamesMejiaDev@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:42:33 -0500 Subject: [PATCH 03/28] Update _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1145653eff5..22d0d579d5a 100644 --- a/_config.yml +++ b/_config.yml @@ -16,8 +16,8 @@ minimal: false # use a dark header # Menu navigation: # accepts {file, title, url, icon, sidebaricon} - - {file: "index.html", Home, icon: home } - - {file: "README.md", title About me, icon: address-card } + - {file: "index.html", "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:contacto@jamesmejia.me"} From 23c891a3f7eaffa45472ecce46e1b6c47d3fb99b Mon Sep 17 00:00:00 2001 From: JamesMejiaDev <120144516+JamesMejiaDev@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:46:30 -0500 Subject: [PATCH 04/28] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 22d0d579d5a..d7ac3e3a8b1 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ minimal: false # use a dark header # Menu navigation: # accepts {file, title, url, icon, sidebaricon} - - {file: "index.html", "Home Change", icon: home } + - {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 From 3215a0e56c8ce6b1414c78d6571160d151bc8972 Mon Sep 17 00:00:00 2001 From: JamesMejiaDev <120144516+JamesMejiaDev@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:58:32 -0500 Subject: [PATCH 05/28] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d7ac3e3a8b1..c43d298e61c 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ date_format: "%B %d, %Y" show_excerpts: true # show article excerpts on the home page show_frame: false # adds a gray frame to the site -show_sidebar: true # show a sidebar instead of the usual header +show_sidebar: false # show a sidebar instead of the usual header minimal: false # use a dark header # Menu From 70b3a6dd57cc2fc923d924477ac860763d1b2b2d Mon Sep 17 00:00:00 2001 From: JamesMejiaDev <120144516+JamesMejiaDev@users.noreply.github.com> Date: Fri, 7 Jul 2023 12:12:36 -0500 Subject: [PATCH 06/28] Update _config.yml --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index c43d298e61c..26e172086b4 100644 --- a/_config.yml +++ b/_config.yml @@ -7,11 +7,11 @@ excerpt_separator: "\n\n\n" date_format: "%B %d, %Y" # Layout - -show_excerpts: true # show article excerpts on the home page -show_frame: false # adds a gray frame to the site +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 From 7928aee20e53cdce20736ab8816d81ef739ed424 Mon Sep 17 00:00:00 2001 From: JamesMejiaDev <120144516+JamesMejiaDev@users.noreply.github.com> Date: Fri, 7 Jul 2023 12:13:22 -0500 Subject: [PATCH 07/28] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 26e172086b4..11b08dbfab9 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ show_social: true # show site description and socia links in the foo 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 From 00fba33da1e0932a897a18e2a083f9159815cf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Mej=C3=ADa?= Date: Fri, 7 Jul 2023 12:59:59 -0500 Subject: [PATCH 08/28] Update README.md --- README.md | 92 +------------------------------------------------------ 1 file changed, 1 insertion(+), 91 deletions(-) diff --git a/README.md b/README.md index 5e640626279..bcb8e23c17a 100644 --- a/README.md +++ b/README.md @@ -4,96 +4,6 @@ permalink: "/about/" layout: page --- -## Installation +# Just somt 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) From ae561d4ce4b1ff83449a0db578bdd8bf8e7c41d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Mej=C3=ADa?= Date: Fri, 7 Jul 2023 13:02:18 -0500 Subject: [PATCH 09/28] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcb8e23c17a..0a1895ef82d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ permalink: "/about/" layout: page --- -# Just somt personal thoughts +# Just some personal thoughts From 7a7523cb08fb9c961219f16f5c4e6cfac96ccaf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Mej=C3=ADa?= Date: Fri, 7 Jul 2023 13:12:11 -0500 Subject: [PATCH 10/28] Create First Post --- _posts/2017-02-01-The-First-Post.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _posts/2017-02-01-The-First-Post.md diff --git a/_posts/2017-02-01-The-First-Post.md b/_posts/2017-02-01-The-First-Post.md new file mode 100644 index 00000000000..2be918a430b --- /dev/null +++ b/_posts/2017-02-01-The-First-Post.md @@ -0,0 +1,10 @@ +-- +title: "The first post" +layout: post +--- + +# So, this the beginning + +I think this is an an example from a post, because i need to get familiar to start to make future entries +because there's a lot i want to share about some topics or another ideas. + From b67e73d2c8c923977b8eda0bc228d511bf68c490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Mej=C3=ADa?= Date: Fri, 7 Jul 2023 13:16:13 -0500 Subject: [PATCH 11/28] Update First Post --- ...{2017-02-01-The-First-Post.md => 2023-07-07-The-First-Post.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _posts/{2017-02-01-The-First-Post.md => 2023-07-07-The-First-Post.md} (100%) diff --git a/_posts/2017-02-01-The-First-Post.md b/_posts/2023-07-07-The-First-Post.md similarity index 100% rename from _posts/2017-02-01-The-First-Post.md rename to _posts/2023-07-07-The-First-Post.md From a05f4eef626a49e85cf674d844a85c63add85ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Mej=C3=ADa?= Date: Fri, 7 Jul 2023 13:17:01 -0500 Subject: [PATCH 12/28] Update 2023-07-07-The-First-Post.md --- _posts/2023-07-07-The-First-Post.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_posts/2023-07-07-The-First-Post.md b/_posts/2023-07-07-The-First-Post.md index 2be918a430b..8e184e2e909 100644 --- a/_posts/2023-07-07-The-First-Post.md +++ b/_posts/2023-07-07-The-First-Post.md @@ -1,7 +1,4 @@ --- -title: "The first post" -layout: post ---- + # So, this the beginning From bdb6e32e2458638867181e37ed01da49efd1ed9a Mon Sep 17 00:00:00 2001 From: codingjhames Date: Fri, 7 Jul 2023 13:52:01 -0500 Subject: [PATCH 13/28] update posts --- _posts/2017-01-01-advanced-examples.md | 63 ------------------- _posts/2017-02-01-markdown-examples.md | 85 -------------------------- _posts/2017-03-01-welcome-to-jekyll.md | 25 -------- 3 files changed, 173 deletions(-) delete mode 100644 _posts/2017-01-01-advanced-examples.md delete mode 100644 _posts/2017-02-01-markdown-examples.md delete mode 100644 _posts/2017-03-01-welcome-to-jekyll.md diff --git a/_posts/2017-01-01-advanced-examples.md b/_posts/2017-01-01-advanced-examples.md deleted file mode 100644 index 785d05464b8..00000000000 --- a/_posts/2017-01-01-advanced-examples.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: "Advanced examples" -mathjax: true -layout: post -categories: media ---- - -![Swiss Alps](https://user-images.githubusercontent.com/4943215/55412536-edbba180-5567-11e9-9c70-6d33bca3f8ed.jpg) - - -## MathJax - -You can enable MathJax by setting `mathjax: true` on a page or globally in the `_config.yml`. Some examples: - -[Euler's formula](https://en.wikipedia.org/wiki/Euler%27s_formula) relates the complex exponential function to the trigonometric functions. - -$$ e^{i\theta}=\cos(\theta)+i\sin(\theta) $$ - -The [Euler-Lagrange](https://en.wikipedia.org/wiki/Lagrangian_mechanics) differential equation is the fundamental equation of calculus of variations. - -$$ \frac{\mathrm{d}}{\mathrm{d}t} \left ( \frac{\partial L}{\partial \dot{q}} \right ) = \frac{\partial L}{\partial q} $$ - -The [Schrödinger equation](https://en.wikipedia.org/wiki/Schr%C3%B6dinger_equation) describes how the quantum state of a quantum system changes with time. - -$$ i\hbar\frac{\partial}{\partial t} \Psi(\mathbf{r},t) = \left [ \frac{-\hbar^2}{2\mu}\nabla^2 + V(\mathbf{r},t)\right ] \Psi(\mathbf{r},t) $$ - -## Code - -Embed code by putting `{{ "{% highlight language " }}%}` `{{ "{% endhighlight " }}%}` blocks around it. Adding the parameter `linenos` will show source lines besides the code. - -{% highlight c %} - -static void asyncEnabled(Dict* args, void* vAdmin, String* txid, struct Allocator* requestAlloc) -{ - struct Admin* admin = Identity_check((struct Admin*) vAdmin); - int64_t enabled = admin->asyncEnabled; - Dict d = Dict_CONST(String_CONST("asyncEnabled"), Int_OBJ(enabled), NULL); - Admin_sendMessage(&d, txid, admin); -} - -{% endhighlight %} - -## Gists - -With the `jekyll-gist` plugin, which is preinstalled on Github Pages, you can embed gists simply by using the `gist` command: - - - -## Images - -Upload an image to the *assets* folder and embed it with `![title](/assets/name.jpg))`. Keep in mind that the path needs to be adjusted if Jekyll is run inside a subfolder. - -A wrapper `div` with the class `large` can be used to increase the width of an image or iframe. - -![Flower](https://user-images.githubusercontent.com/4943215/55412447-bcdb6c80-5567-11e9-8d12-b1e35fd5e50c.jpg) - -[Flower](https://unsplash.com/photos/iGrsa9rL11o) by Tj Holowaychuk - -## Embedded content - -You can also embed a lot of stuff, for example from YouTube, using the `embed.html` include. - -{% include embed.html url="https://www.youtube.com/embed/_C0A5zX-iqM" %} diff --git a/_posts/2017-02-01-markdown-examples.md b/_posts/2017-02-01-markdown-examples.md deleted file mode 100644 index 072a700e0ea..00000000000 --- a/_posts/2017-02-01-markdown-examples.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: "Markdown examples" -layout: post ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - -Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris. Integer in mauris eu nibh euismod gravida. Duis ac tellus et risus vulputate vehicula. Donec lobortis risus a elit. - - -## Heading Two (h2) - -### Heading Three (h3) - -#### Heading Four (h4) - -##### Heading Five (h5) - -###### Heading Six (h6) - - -## Blockquotes - -### Single line - -> My mom always said life was like a box of chocolates. You never know what you're gonna get. - -### Multiline - -> What do you get when you cross an insomniac, an unwilling agnostic and a dyslexic? -> -> You get someone who stays up all night torturing himself mentally over the question of whether or not there's a dog. -> -> – _Hal Incandenza_ - -## Horizontal Rule - ---- - -## Table - -| Title 1 | Title 2 | Title 3 | Title 4 | -|------------------|------------------|-----------------|-----------------| -| First entry | Second entry | Third entry | Fourth entry | -| Fifth entry | Sixth entry | Seventh entry | Eight entry | -| Ninth entry | Tenth entry | Eleventh entry | Twelfth entry | -| Thirteenth entry | Fourteenth entry | Fifteenth entry | Sixteenth entry | - -## Code - -Source code can be included by fencing the code with three backticks. Syntax highlighting works automatically when specifying the language after the backticks. - -```` -```javascript -function foo () { - return "bar"; -} -``` -```` - -This would be rendered as: - -```javascript -function foo () { - return "bar"; -} -``` - -## Lists - -### Unordered - -* First item -* Second item -* Third item - * First nested item - * Second nested item - -### Ordered - -1. First item -2. Second item -3. Third item - 1. First nested item - 2. Second nested item diff --git a/_posts/2017-03-01-welcome-to-jekyll.md b/_posts/2017-03-01-welcome-to-jekyll.md deleted file mode 100644 index 0b02eb48b78..00000000000 --- a/_posts/2017-03-01-welcome-to-jekyll.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Welcome to Jekyll" -layout: post ---- - -You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - - -To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. - -Jekyll also offers powerful support for code snippets: - -{% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -{% endhighlight %} - -Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. - -[jekyll-docs]: http://jekyllrb.com/docs/home -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll-talk]: https://talk.jekyllrb.com/ From ee41cb2a1b241b73aaf53b39211e4dcd0beafa66 Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 08:50:03 -0500 Subject: [PATCH 14/28] interview post added --- _posts/2023-04-23-virtual Interview.md | 52 ++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 _posts/2023-04-23-virtual Interview.md diff --git a/_posts/2023-04-23-virtual Interview.md b/_posts/2023-04-23-virtual Interview.md new file mode 100644 index 00000000000..2df700237e6 --- /dev/null +++ b/_posts/2023-04-23-virtual Interview.md @@ -0,0 +1,52 @@ + + + + +# Virtual Interview + +[![entrevista virtual GA2-240202501-AA1-EV02](https://i9.ytimg.com/vi_webp/vQn5BLyM8a4/mq1.webp?sqp=CITN36UG-oaymwEmCMACELQB8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGGUgUShTMA8=&rs=AOn4CLA7FmvIXHv1oW3HXFrgcrn_29DAIQ)](https://youtu.be/vQn5BLyM8a4 "Evidencia ENtrevista") + +As software Developers the virtual interviews have become a popular and efficient method for conducting our job interviews, especially in today's digital age. With the advancement of technology, recruiters and employers can connect with candidates from across the globe without the need for physical meetings. This article explores the advantages and disadvantages of virtual interviews, shedding light on their impact on the hiring process. + +Advantages of Virtual Interviews: + +Accessibility and Convenience: + +Virtual interviews remove geographical barriers, enabling employers to reach a broader pool of candidates. Both recruiters and applicants can participate from the comfort of their homes or offices, reducing travel expenses and time commitments. This convenience benefits job seekers and recruiters alike, making the interview process more efficient. + +Time-Efficient: + +Virtual interviews save time for both parties involved. The elimination of commuting reduces downtime between interviews, allowing employers to conduct more interviews in a shorter period. Additionally, candidates can schedule interviews more easily, accommodating their existing work or personal commitments. + +Cost-Effective: + +Virtual interviews significantly cut costs associated with traditional in-person interviews. Expenses related to travel, accommodation, and venue rentals are minimized, making it a budget-friendly option, especially for companies with limited resources. + +Enhanced Candidate Evaluation: + +Virtual interviews enable recruiters to assess candidates' technical skills, adaptability, and communication abilities in a digital environment. Employers can utilize various online tools to conduct skill assessments and share additional resources with applicants, leading to more informed hiring decisions. + +Disadvantages of Virtual Interviews: + +Technical Challenges: + +Technical issues, such as poor internet connectivity, audio or video problems, and platform compatibility, can disrupt the interview process. These hiccups may lead to miscommunication, frustration, and a less accurate evaluation of the candidate's abilities. + +Limited Non-Verbal Cues: + +Virtual interviews may lack the depth of in-person interactions, making it challenging to read non-verbal cues accurately. Candidates may find it difficult to gauge the interviewer's reactions, potentially affecting their performance and rapport-building. + +Distractions: + +Both interviewers and candidates are susceptible to distractions during virtual interviews. Background noises, notifications, and interruptions from family members or colleagues can hinder concentration and disrupt the flow of the interview. + +Inability to Experience Company Culture: + +Virtual interviews may not offer candidates the opportunity to experience the company's culture, work environment, or team dynamics. Understanding these factors is crucial for job seekers to assess whether they are a good fit for the organization. + +Conclusion: + +This activity make improve my pronuntiation skill as well my techincal vocabulary and even my behaviour through virtual interviews, becuase they transformed the way employers and candidates connect during the hiring process. Despite their many advantages, technical challenges, limited non-verbal cues, potential distractions, and the inability to experience company culture are notable disadvantages. Striking a balance between virtual and in-person interviews can help organizations optimize their recruitment processes and find the best-fitting candidates for their teams. + + + From 49f677dea2fd286e19b20b60760a04cd93e94f98 Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 09:04:09 -0500 Subject: [PATCH 15/28] presentation post added --- _posts/2023-03-07-Presentation.md | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _posts/2023-03-07-Presentation.md diff --git a/_posts/2023-03-07-Presentation.md b/_posts/2023-03-07-Presentation.md new file mode 100644 index 00000000000..25178d94a7b --- /dev/null +++ b/_posts/2023-03-07-Presentation.md @@ -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. \ No newline at end of file From 34294fdf369b69bec64cafcfa872c50aa50f1e93 Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 09:16:46 -0500 Subject: [PATCH 16/28] chronicle post added --- _posts/2023-04-17-Chronicle Linus Torvalds.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 _posts/2023-04-17-Chronicle Linus Torvalds.md diff --git a/_posts/2023-04-17-Chronicle Linus Torvalds.md b/_posts/2023-04-17-Chronicle Linus Torvalds.md new file mode 100644 index 00000000000..869fa9ad35f --- /dev/null +++ b/_posts/2023-04-17-Chronicle Linus Torvalds.md @@ -0,0 +1,33 @@ + +# Linus Torvalds Chronicle + + +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. \ No newline at end of file From 85e17080092a7c0b88f938a562d4ad1f7d0696a5 Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 09:26:27 -0500 Subject: [PATCH 17/28] written document post added --- _posts/2023-05-08-written document.md | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 _posts/2023-05-08-written document.md diff --git a/_posts/2023-05-08-written document.md b/_posts/2023-05-08-written document.md new file mode 100644 index 00000000000..a9a12a662c3 --- /dev/null +++ b/_posts/2023-05-08-written document.md @@ -0,0 +1,37 @@ + +# Written Document + + +As software Developers we need to have an effective communication because is paramount in professional environments, particularly when conveying messages in formal settings. Developing strong English communication skills is essential for success in the workplace. In this article, we will explore the benefits of honing these skills, focusing on scenarios where precise expressions are crucial for transmitting messages in formal work environments. + +Mastering Business Vocabulary: + +By practicing English communication in a professional context, individuals can expand their business vocabulary. Learning industry-specific terms, formal expressions, and professional jargon enhances the clarity and precision of messages, ensuring effective communication in the workplace. + +Polishing Presentation Skills: + +Proficiency in English allows professionals to deliver presentations with confidence and finesse. The ability to articulate ideas clearly and persuasively in formal settings helps build credibility and influence, making employees more effective communicators in team meetings, client pitches, and conferences. + +Navigating Diplomatic Communication: + +In formal workplace scenarios, diplomatic communication is crucial to address sensitive topics and maintain a harmonious work environment. Learning appropriate phrases to express opinions, negotiate, and deliver constructive feedback fosters better teamwork and minimizes misunderstandings. + +Writing Professional Emails: + +In today's digital age, email communication is integral to business operations. Developing English writing skills for composing clear, concise, and professional emails ensures effective correspondence with colleagues, clients, and business partners. + +Enhancing Cross-Cultural Communication: + +In multinational companies or diverse work environments, mastering English communication helps bridge cultural gaps. Understanding cultural nuances and adapting communication styles appropriately strengthens relationships with colleagues from various backgrounds. + +Handling Formal Meetings and Interviews: + +Fluency in English empowers professionals to actively participate in formal meetings and interviews. Engaging in discussions, asking pertinent questions, and showcasing confidence in one's language abilities contribute to a positive impression on employers and colleagues. + +Negotiating and Persuading: + +In negotiations and formal discussions, persuasive language is vital to convey ideas convincingly. English proficiency enables professionals to negotiate effectively, persuade stakeholders, and advocate for their viewpoints in a clear and compelling manner. + +Conclusion: + +Developing English communication skills for formal workplace scenarios opens doors to a plethora of opportunities in the professional world. Mastery of business vocabulary, polished presentation skills, diplomatic communication, and adeptness in writing professional emails are essential for successful interactions in the corporate environment. Additionally, cross-cultural communication, effective handling of formal meetings and interviews, and the ability to negotiate and persuade add value to one's skill set. Embrace the journey of honing these skills, and witness how it transforms your communication prowess in formal work settings, ultimately contributing to career growth and success. \ No newline at end of file From 8209ebe7ff7a912c8b8512552e46eed80ef609cc Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 09:52:06 -0500 Subject: [PATCH 18/28] audio podcast post added --- _posts/2023-05-29-Audio Podcast.md | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 _posts/2023-05-29-Audio Podcast.md diff --git a/_posts/2023-05-29-Audio Podcast.md b/_posts/2023-05-29-Audio Podcast.md new file mode 100644 index 00000000000..d25c6c53c20 --- /dev/null +++ b/_posts/2023-05-29-Audio Podcast.md @@ -0,0 +1,36 @@ + +[![GA3-240202501-AA1-EV02 Audio Poscast Spreaker](https://d3wo5wojvuv7l.cloudfront.net/t_square_limited_720/images.spreaker.com/original/92a3372ea644341734089fba6ede8fcd.jpg)](https://www.spreaker.com/user/12635481/ga3-240202501-aa1-ev02-audio-jhames-meji) + +Podcasts have emerged as a popular medium for language learners to immerse themselves in authentic, real-life English conversations. However, taking it a step further and recording audio for your own podcast can offer unique benefits for language improvement. In this article, we will explore how creating podcast audio content can significantly enhance English language learning. + +Pronunciation and Speaking Practice: + +Recording audio for a podcast requires speaking clearly and enunciating words correctly. Regular practice improves pronunciation, intonation, and overall speaking skills, helping language learners sound more natural and confident in their English conversations. + +Fluency and Spontaneity: + +As podcasters engage in unscripted conversations or narrate some ideas, they develop fluency and spontaneity in speaking. This process encourages learners to think on their feet and articulate their thoughts in English without hesitations, which is a valuable skill for real-life communication. + +Vocabulary Expansion: + +Creating podcast content prompts learners to explore various topics and express themselves using a diverse range of vocabulary. Researching and explaining concepts in English not only enhances their vocabulary but also aids in using new words effectively in context. + +Active Listening Skills: + +While editing and refining podcast audio, i can engage in active listening to ensure the clarity and coherence of their recordings. This practice sharpens their listening skills, making them more attuned to different accents, speaking speeds, and nuances in the English language. + +Self-Assessment and Feedback: + +Recording podcasts allows meto review their performance and identify areas for improvement. By self-assessing their language usage, pronunciation, and overall communication, learners can set specific language goals and work towards continuous progress. + +Confidence Building: + +As learners gain confidence in recording podcast episodes, they feel more comfortable engaging in conversations with native speakers and fellow learners. This boosted confidence in using English fosters a positive learning experience and encourages learners to take on more challenging language tasks. + +Real-Life Context and Authentic Language: + +Podcast audio content often reflects authentic language used in everyday conversations. By producing podcast episodes, learners get exposure to real-life context and informal expressions, bridging the gap between classroom language learning and real-world communication. + +Conclusion: + +Recording podcast audio content was a nice, dynamic and immersive way to elevate my English language learning journey. Practicing pronunciation, improving speaking fluency, expanding vocabulary, and honing active listening skills are some of the numerous advantages of creating podcast episodes. Additionally, learners benefit from self-assessment, gaining confidence, and engaging with authentic language in real-life contexts. Whether for personal development or sharing knowledge with a broader audience, podcasting offers language learners an exciting avenue to master English communication skills and embrace language learning with enthusiasm and creativity. \ No newline at end of file From feb0aeadb832a6fc10239c3986c2fe973c593600 Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 09:59:45 -0500 Subject: [PATCH 19/28] fix audio podcast post added --- _posts/2023-05-29-Audio Podcast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-05-29-Audio Podcast.md b/_posts/2023-05-29-Audio Podcast.md index d25c6c53c20..964fe03878d 100644 --- a/_posts/2023-05-29-Audio Podcast.md +++ b/_posts/2023-05-29-Audio Podcast.md @@ -1,5 +1,5 @@ -[![GA3-240202501-AA1-EV02 Audio Poscast Spreaker](https://d3wo5wojvuv7l.cloudfront.net/t_square_limited_720/images.spreaker.com/original/92a3372ea644341734089fba6ede8fcd.jpg)](https://www.spreaker.com/user/12635481/ga3-240202501-aa1-ev02-audio-jhames-meji) +[![GA3-240202501-AA1-EV02 Audio Poscast Spreaker](https://widget.spreaker.com/player?episode_id=54162955&theme=light&playlist=false)](https://www.spreaker.com/user/12635481/ga3-240202501-aa1-ev02-audio-jhames-meji) Podcasts have emerged as a popular medium for language learners to immerse themselves in authentic, real-life English conversations. However, taking it a step further and recording audio for your own podcast can offer unique benefits for language improvement. In this article, we will explore how creating podcast audio content can significantly enhance English language learning. From bb85567cfa926749acba6b4146d2460b6b108931 Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 10:07:11 -0500 Subject: [PATCH 20/28] fix audio podcast post added --- _posts/2023-05-29-Audio Podcast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-05-29-Audio Podcast.md b/_posts/2023-05-29-Audio Podcast.md index 964fe03878d..3dee7215da8 100644 --- a/_posts/2023-05-29-Audio Podcast.md +++ b/_posts/2023-05-29-Audio Podcast.md @@ -1,5 +1,5 @@ -[![GA3-240202501-AA1-EV02 Audio Poscast Spreaker](https://widget.spreaker.com/player?episode_id=54162955&theme=light&playlist=false)](https://www.spreaker.com/user/12635481/ga3-240202501-aa1-ev02-audio-jhames-meji) +[![GA3-240202501-AA1-EV02 Audio Poscast Spreaker](![Alt text](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcReqmdZaGdOpWrDmJIq0LX4B134r1Ci0NDUAeed3AQy&s))](https://www.spreaker.com/user/12635481/ga3-240202501-aa1-ev02-audio-jhames-meji) Podcasts have emerged as a popular medium for language learners to immerse themselves in authentic, real-life English conversations. However, taking it a step further and recording audio for your own podcast can offer unique benefits for language improvement. In this article, we will explore how creating podcast audio content can significantly enhance English language learning. From e9f76884ffc5c4ed8d869676282eaa2c4d38a6df Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 10:14:02 -0500 Subject: [PATCH 21/28] fix audio podcast post added --- _posts/2023-05-29-Audio Podcast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-05-29-Audio Podcast.md b/_posts/2023-05-29-Audio Podcast.md index 3dee7215da8..7d24b96b190 100644 --- a/_posts/2023-05-29-Audio Podcast.md +++ b/_posts/2023-05-29-Audio Podcast.md @@ -1,5 +1,5 @@ -[![GA3-240202501-AA1-EV02 Audio Poscast Spreaker](![Alt text](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcReqmdZaGdOpWrDmJIq0LX4B134r1Ci0NDUAeed3AQy&s))](https://www.spreaker.com/user/12635481/ga3-240202501-aa1-ev02-audio-jhames-meji) +[![GA3-240202501-AA1-EV02 Audio Poscast Spreaker](![Alt text](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRWabLhpeT6nP_ATotZuwJUOMYk2jsUpiNkwz6yNWWCvUztMLS6HON-lq51163MccCexQ&usqp=CAU))](https://www.spreaker.com/user/12635481/ga3-240202501-aa1-ev02-audio-jhames-meji) Podcasts have emerged as a popular medium for language learners to immerse themselves in authentic, real-life English conversations. However, taking it a step further and recording audio for your own podcast can offer unique benefits for language improvement. In this article, we will explore how creating podcast audio content can significantly enhance English language learning. From f8f621b6c9a1815169b5a1fb04944a29d613c604 Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 10:18:42 -0500 Subject: [PATCH 22/28] fix audio podcast post image added --- _posts/2023-05-29-Audio Podcast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-05-29-Audio Podcast.md b/_posts/2023-05-29-Audio Podcast.md index 7d24b96b190..4a298a0ce90 100644 --- a/_posts/2023-05-29-Audio Podcast.md +++ b/_posts/2023-05-29-Audio Podcast.md @@ -1,5 +1,5 @@ -[![GA3-240202501-AA1-EV02 Audio Poscast Spreaker](![Alt text](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRWabLhpeT6nP_ATotZuwJUOMYk2jsUpiNkwz6yNWWCvUztMLS6HON-lq51163MccCexQ&usqp=CAU))](https://www.spreaker.com/user/12635481/ga3-240202501-aa1-ev02-audio-jhames-meji) +[![GA3-240202501-AA1-EV02 Audio Poscast Spreaker](![Alt text](https://seeklogo.com/images/S/spreaker-logo-19B97CF3C3-seeklogo.com.png))](https://www.spreaker.com/user/12635481/ga3-240202501-aa1-ev02-audio-jhames-meji) Podcasts have emerged as a popular medium for language learners to immerse themselves in authentic, real-life English conversations. However, taking it a step further and recording audio for your own podcast can offer unique benefits for language improvement. In this article, we will explore how creating podcast audio content can significantly enhance English language learning. From 61fd23cb471154fcaa70e20fe622613476f8a87d Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 10:28:24 -0500 Subject: [PATCH 23/28] img added linus --- _posts/2023-04-17-Chronicle Linus Torvalds.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2023-04-17-Chronicle Linus Torvalds.md b/_posts/2023-04-17-Chronicle Linus Torvalds.md index 869fa9ad35f..c231da5752d 100644 --- a/_posts/2023-04-17-Chronicle Linus Torvalds.md +++ b/_posts/2023-04-17-Chronicle Linus Torvalds.md @@ -1,6 +1,8 @@ # Linus Torvalds Chronicle +![title](https://i0.wp.com/www.itsfoss.net/wp-content/uploads/2021/08/lt-1.jpg?w=700&ssl=1)linus Torvalds + 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. From 144e407ed057a8a046afdf266ef12f6f3302556a Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 10:32:13 -0500 Subject: [PATCH 24/28] img small fix --- _posts/2023-04-17-Chronicle Linus Torvalds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-04-17-Chronicle Linus Torvalds.md b/_posts/2023-04-17-Chronicle Linus Torvalds.md index c231da5752d..8df655cea90 100644 --- a/_posts/2023-04-17-Chronicle Linus Torvalds.md +++ b/_posts/2023-04-17-Chronicle Linus Torvalds.md @@ -1,7 +1,7 @@ # Linus Torvalds Chronicle -![title](https://i0.wp.com/www.itsfoss.net/wp-content/uploads/2021/08/lt-1.jpg?w=700&ssl=1)linus Torvalds +![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. From 8ff92e06291d454e3519a52c9a6ca3fcfb2c656c Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 10:48:13 -0500 Subject: [PATCH 25/28] crit think post added --- _posts/2023-07-19-critical thinking.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _posts/2023-07-19-critical thinking.md diff --git a/_posts/2023-07-19-critical thinking.md b/_posts/2023-07-19-critical thinking.md new file mode 100644 index 00000000000..34dabe3fac1 --- /dev/null +++ b/_posts/2023-07-19-critical thinking.md @@ -0,0 +1,11 @@ + +![title](https://https://www.eschoolnews.com/files/2017/06/criticalthinking2.jpg) + + +Actually in the ever-changing landscape of information and ideas, honing critical thinking skills is a gateway to personal empowerment and growth. Embracing the art of critical thinking equips us with the ability to analyze, evaluate, and make well-informed decisions, enriching every aspect of our lives. In this blog post, we will delve into the significance of critical thinking, its multitude of benefits, and practical steps to nurture this invaluable skill in our daily lives. + +Critical thinking is the driving force behind intellectual exploration and insight. It involves inquisitive analysis, independent thought, and a willingness to question the status quo. By engaging in critical thinking, we transcend passive acceptance and gain a deeper understanding of the world around us. + +Empowerment begins with the ability to think critically. By questioning assumptions and seeking evidence, we liberate ourselves from the confines of misinformation and superficial knowledge. This newfound clarity empowers us to navigate complex challenges with confidence and conviction. + +As a conclusion we can see critical thinking is not merely a skill; it is a transformative way of life that enriches our intellect and nurtures our personal empowerment, by cultivating the power of critical thinking, we unlock the potential to make informed decisions, solve problems with ingenuity, and develop a deeper understanding of ourselves and the world. \ No newline at end of file From e29269427855f5b90ff3ca7f309bfca819834be6 Mon Sep 17 00:00:00 2001 From: codingjhames Date: Wed, 19 Jul 2023 10:51:22 -0500 Subject: [PATCH 26/28] crit think post fix added --- _posts/2023-07-19-critical thinking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2023-07-19-critical thinking.md b/_posts/2023-07-19-critical thinking.md index 34dabe3fac1..2af9ba95d8d 100644 --- a/_posts/2023-07-19-critical thinking.md +++ b/_posts/2023-07-19-critical thinking.md @@ -1,5 +1,6 @@ -![title](https://https://www.eschoolnews.com/files/2017/06/criticalthinking2.jpg) +![title](https://www.eschoolnews.com/files/2017/06/criticalthinking2-600x360.jpg) + Actually in the ever-changing landscape of information and ideas, honing critical thinking skills is a gateway to personal empowerment and growth. Embracing the art of critical thinking equips us with the ability to analyze, evaluate, and make well-informed decisions, enriching every aspect of our lives. In this blog post, we will delve into the significance of critical thinking, its multitude of benefits, and practical steps to nurture this invaluable skill in our daily lives. From 2f08f429cfcf83a90f26b4e0935b28ca0edff570 Mon Sep 17 00:00:00 2001 From: codingjhames Date: Mon, 28 Aug 2023 07:38:15 -0500 Subject: [PATCH 27/28] crime and punishment --- _posts/2023-07-07-The-First-Post.md | 2 ++ _posts/2023-08-27-Crime and Punishment.md | 32 +++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 _posts/2023-08-27-Crime and Punishment.md diff --git a/_posts/2023-07-07-The-First-Post.md b/_posts/2023-07-07-The-First-Post.md index 8e184e2e909..27fc4c26eac 100644 --- a/_posts/2023-07-07-The-First-Post.md +++ b/_posts/2023-07-07-The-First-Post.md @@ -5,3 +5,5 @@ I think this is an an example from a post, because i need to get familiar to start to make future entries because there's a lot i want to share about some topics or another ideas. + + diff --git a/_posts/2023-08-27-Crime and Punishment.md b/_posts/2023-08-27-Crime and Punishment.md new file mode 100644 index 00000000000..f670cdbdf82 --- /dev/null +++ b/_posts/2023-08-27-Crime and Punishment.md @@ -0,0 +1,32 @@ + +![title](https://www.spectator.co.uk/wp-content/uploads/2022/01/Murder-Bridgeman.jpg) + + + +## The Complex Web of Crime and Consequences: Unveiling the Human Psyche + +In the realm of human existence, the notions of crime and punishment have always been intertwined, representing a fundamental aspect of society's moral fabric. In this blog post, we will journey through the intricate maze of human behavior, examining the fascinating dynamics of actions and consequences, without directly referencing the literary work that so vividly explores this theme. + +The Dark Side of Humanity: + +Crime, in its various forms, has forever cast a shadow over our communities. Whether it's petty theft, white-collar fraud, or more severe offenses, it's a testament to the complexity of human nature. Individuals may act under a multitude of motivations, from desperation to greed, and from moral ambiguity to sheer recklessness. + +The Weight of Guilt: + +One cannot discuss crime without delving into the profound burden of guilt. It's a heavy anchor that can drag even the most resolute souls into an abyss of self-doubt and remorse. The mental anguish, the sleepless nights, and the constant fear of discovery all form part of this intricate psychological puzzle. + +The Pursuit of Justice: + +On the flip side, society's pursuit of justice is equally intriguing. Our collective moral compass compels us to establish systems and laws to maintain order and seek retribution for transgressions. It's a complex dance between the need for punishment and the desire for rehabilitation, with countless variations in between. + +The Human Capacity for Change: + +One of the most captivating aspects of this theme is the potential for transformation. The path from darkness to redemption is often tortuous, yet undeniably compelling. Individuals who have committed crimes may, over time, seek atonement, rehabilitation, and a chance at a better life. + +A Timeless Exploration: + +The exploration of crime and its consequences transcends any single work of literature. It is a theme that has resonated with humanity throughout history, appearing in various forms in myths, legends, religious texts, and, of course, in the annals of literature. + +In Conclusion: + +In this blog post, we've navigated the intricate labyrinth of crime and its repercussions without explicitly referring to a specific literary masterpiece. It is a theme that continues to captivate our collective imagination because it reflects the complex interplay of human desires, moral quandaries, and the enduring pursuit of justice and redemption. Regardless of the context, the study of crime and punishment remains a powerful lens through which we can better understand ourselves and the society we inhabit. \ No newline at end of file From 6ce16bbd9e014d24b7306a7dfff8734ec54feb34 Mon Sep 17 00:00:00 2001 From: codingjhames Date: Sun, 17 Nov 2024 19:58:01 -0500 Subject: [PATCH 28/28] The_New_Road --- _posts/2024-11-17-The_New_Road.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _posts/2024-11-17-The_New_Road.md diff --git a/_posts/2024-11-17-The_New_Road.md b/_posts/2024-11-17-The_New_Road.md new file mode 100644 index 00000000000..6d8bf170302 --- /dev/null +++ b/_posts/2024-11-17-The_New_Road.md @@ -0,0 +1,5 @@ +# The new road for a junior Developer + +As a Developer i finally reached my first intership,(i guess this will be a big hit), but i have to be honest, some activities aren't nor too mucha related to development, but i think that's the part from the unboarding i'll be facing to reach my goals... + +Hope this will be a great sign for my career, to be honest this was a tuff year.