-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy srcolinas/srcolinas.github.io to srcolinas/srcolinas.github.io…
…:gh-pages
- Loading branch information
GitHub Actions
committed
Dec 31, 2024
0 parents
commit 4f7fb5f
Showing
83 changed files
with
12,494 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title></title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" href="https://srcolinas.github.io/css/bootstrap.min.css"> | ||
<!-- Custom fonts for this template --> | ||
<link href=" https://srcolinas.github.io/css/all.min.css" rel=" stylesheet" type="text/css"> | ||
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' | ||
type='text/css'> | ||
<link | ||
href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' | ||
rel='stylesheet' type='text/css'> | ||
|
||
<!-- Custom styles for this template --> | ||
<link rel="stylesheet" href="https://srcolinas.github.io/clean-blog.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<!-- Navigation --> | ||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="https://srcolinas.github.io"></a> | ||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" | ||
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" | ||
aria-label="Toggle navigation"> | ||
Menu | ||
<i class="fas fa-bars"></i> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav ml-auto"> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" | ||
href="https://srcolinas.github.io">Home</a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" | ||
href="https://srcolinas.github.io/about">About</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<!-- Page Header --> | ||
|
||
<!-- Page Header --> | ||
<header class="masthead" style="background-image: url('https://srcolinas.github.io/img/about-bg-3.png')"> | ||
<div class="overlay"> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-md-10 mx-auto"> | ||
<div class="page-heading"> | ||
<h1>About Me</h1> | ||
<span class="subheading">And this space</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
<!-- Main Content --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-md-10 mx-auto"> | ||
<p>I am Sebastian Rodriguez Colina (srcolinas), a Sofware Enginer who enjoys working in highly productive teams, | ||
which for me means teams that can build, test and release their sofware updates quickly.</p> | ||
<p>I am still not sure about the shape this personal place will take, I will be sharing, among other things:</p> | ||
<ul> | ||
<li>How I build real software: sharing what I consider to be best practices and how they apply to different situations.</li> | ||
<li>Experiments I would do on certain technologies or approaches to software.</li> | ||
</ul> | ||
<p>My views will be entirely open to debate, please feel free to open PRs or issues in <a href="https://github.com/srcolinas/srcolinas.github.io">the github repo in which I save this space</a>. | ||
If you like the content you see, please share with others and maybe let me know on LinkedIn or github itself.</p> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<hr> | ||
|
||
<!-- Footer --> | ||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-md-10 mx-auto"> | ||
<ul class="list-inline text-center"> | ||
|
||
<li class="list-inline-item"> | ||
<a href="https://www.linkedin.com/in/srcolinas/"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fas fa-circle fa-stack-2x"></i> | ||
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
<li class="list-inline-item"> | ||
<a href="https://srcolinas.github.io/rss.xml"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fas fa-circle fa-stack-2x"></i> | ||
<i class="fas fa-rss fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<p class="copyright text-muted"> | ||
Copyright; Srcolinas | ||
<img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-sa.eu.svg" alt="Creative Commons License"> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!-- Bootstrap core JavaScript --> | ||
<script src="https://srcolinas.github.io/js/jquery.min.js"></script> | ||
<script src="https://srcolinas.github.io/js/bootstrap.bundle.min.js"></script> | ||
|
||
<!--Custom scripts for this template--> | ||
<script src="https://srcolinas.github.io/js/clean-blog.min.js"></script> | ||
|
||
<!--- Additional scripts --> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous"> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-XjKyOOlGwcjNTAIQHIpgOno0Hl1YQqzUOEleOLALmuqehneUG+vnGctmUb0ZY0l8" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous"></script> | ||
<script> | ||
document.addEventListener("DOMContentLoaded", function() { | ||
renderMathInElement(document.body, { | ||
// customised options | ||
// • auto-render specific keys, e.g.: | ||
delimiters: [ | ||
{left: '$$', right: '$$', display: true}, | ||
{left: '$', right: '$', display: false}, | ||
{left: '\\(', right: '\\)', display: false}, | ||
{left: '\\[', right: '\\]', display: true} | ||
], | ||
// • rendering keys, e.g.: | ||
throwOnError : false | ||
}); | ||
}); | ||
</script> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,204 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title> - Articles in the Guides category</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" href="https://srcolinas.github.io/css/bootstrap.min.css"> | ||
<!-- Custom fonts for this template --> | ||
<link href=" https://srcolinas.github.io/css/all.min.css" rel=" stylesheet" type="text/css"> | ||
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' | ||
type='text/css'> | ||
<link | ||
href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' | ||
rel='stylesheet' type='text/css'> | ||
|
||
<!-- Custom styles for this template --> | ||
<link rel="stylesheet" href="https://srcolinas.github.io/clean-blog.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<!-- Navigation --> | ||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="https://srcolinas.github.io"></a> | ||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" | ||
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" | ||
aria-label="Toggle navigation"> | ||
Menu | ||
<i class="fas fa-bars"></i> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav ml-auto"> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" | ||
href="https://srcolinas.github.io">Home</a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" | ||
href="https://srcolinas.github.io/about">About</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<!-- Page Header --> | ||
|
||
<header class="masthead" style="background-image: url('https://srcolinas.github.io/img/home-bg-1.png')"> | ||
<div class="overlay"> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-md-10 mx-auto"> | ||
<div class="site-heading"> | ||
<h1></h1> | ||
<span class="subheading"></span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
<!-- Main Content --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-md-10 mx-auto"> | ||
<div class="posts"> | ||
|
||
<div class="post-preview"> | ||
|
||
<a href="https://srcolinas.github.io/json-parser/"> | ||
<h2 class="post-title">Coding Challenges Solutions: JSON Parser</h2> | ||
</a> | ||
<p class="post-meta">Posted by | ||
<a href="#">Sebastian</a> | ||
on 28 December 2024</p> | ||
|
||
<p class="post-summary"><p>Here I show how I solved the second of the codding challenges from <a href="https://codingchallenges.fyi">Coding Challenges</a>, which is about building a JSON parser from scratch. Please read the challenge description to learn more about what we will be solving here: https://codingchallenges.fyi/challenges/challenge-json-parser</p> | ||
</p> | ||
</div> | ||
|
||
<div class="post-preview"> | ||
|
||
<a href="https://srcolinas.github.io/word-count/"> | ||
<h2 class="post-title">Coding Challenges Solutions: Word Count</h2> | ||
</a> | ||
<p class="post-meta">Posted by | ||
<a href="#">Sebastian</a> | ||
on 16 December 2023</p> | ||
|
||
<p class="post-summary"><p>Here I share how I solved the first of the coding challenges from <a href="https://codingchallenges.fyi">Coding Challenges</a>, please read it yourself first: https://codingchallenges.fyi/challenges/challenge-wc.</p> | ||
</p> | ||
</div> | ||
|
||
<div class="post-preview"> | ||
|
||
<a href="https://srcolinas.github.io/coding-challenges-solutions/"> | ||
<h2 class="post-title">Coding Challenges Solutions: introduction</h2> | ||
</a> | ||
<p class="post-meta">Posted by | ||
<a href="#">Sebastian</a> | ||
on 9 December 2023</p> | ||
|
||
<p class="post-summary"><p>If you have developed any piece of working code within a team, you may have noticed that several different people often come up with very different solutions for building the same thing. Both of them could work equally well in terms of the functional requiremens of the application, but I believe there is much more to software than that.</p> | ||
</p> | ||
</div> | ||
|
||
</div> | ||
|
||
<!-- Paginator --> | ||
<div class="clearfix"> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<hr> | ||
|
||
<!-- Footer --> | ||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-md-10 mx-auto"> | ||
<ul class="list-inline text-center"> | ||
|
||
<li class="list-inline-item"> | ||
<a href="https://www.linkedin.com/in/srcolinas/"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fas fa-circle fa-stack-2x"></i> | ||
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
<li class="list-inline-item"> | ||
<a href="https://srcolinas.github.io/rss.xml"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fas fa-circle fa-stack-2x"></i> | ||
<i class="fas fa-rss fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<p class="copyright text-muted"> | ||
Copyright; Srcolinas | ||
<img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-sa.eu.svg" alt="Creative Commons License"> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!-- Bootstrap core JavaScript --> | ||
<script src="https://srcolinas.github.io/js/jquery.min.js"></script> | ||
<script src="https://srcolinas.github.io/js/bootstrap.bundle.min.js"></script> | ||
|
||
<!--Custom scripts for this template--> | ||
<script src="https://srcolinas.github.io/js/clean-blog.min.js"></script> | ||
|
||
<!--- Additional scripts --> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous"> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-XjKyOOlGwcjNTAIQHIpgOno0Hl1YQqzUOEleOLALmuqehneUG+vnGctmUb0ZY0l8" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous"></script> | ||
<script> | ||
document.addEventListener("DOMContentLoaded", function() { | ||
renderMathInElement(document.body, { | ||
// customised options | ||
// • auto-render specific keys, e.g.: | ||
delimiters: [ | ||
{left: '$$', right: '$$', display: true}, | ||
{left: '$', right: '$', display: false}, | ||
{left: '\\(', right: '\\)', display: false}, | ||
{left: '\\[', right: '\\]', display: true} | ||
], | ||
// • rendering keys, e.g.: | ||
throwOnError : false | ||
}); | ||
}); | ||
</script> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!doctype html> | ||
<meta charset="utf-8"> | ||
<link rel="canonical" href="https://srcolinas.github.io/categories/guides/"> | ||
<meta http-equiv="refresh" content="0; url=https://srcolinas.github.io/categories/guides/"> | ||
<title>Redirect</title> | ||
<p><a href="https://srcolinas.github.io/categories/guides/">Click here</a> to be redirected.</p> |
Oops, something went wrong.