Skip to content

Commit

Permalink
more pretty emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelfaure committed May 23, 2024
1 parent b5d3646 commit 73c1298
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ export default defineUserConfig({
text: 'Tutorials',
children: [
'/tutorials/BuildYourOwnSystem',
'/tutorials/TestingAnsibleScriptsWithVagrant',
'/tutorials/UploadFilesFromVueToRails',
'/tutorials/FilterAnythingInRails',
'/tutorials/TestAllYourRoutesInRails.md',
'/tutorials/TestingAnsibleScriptsWithVagrant',
'/tutorials/HowToUseSolrWithRails',
'/tutorials/DebuggingSolrSunspot'
]
Expand Down
14 changes: 7 additions & 7 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ footer: CC-BY-4.0 Licensed | Copyright © 2018-present by Samuel Faure <3

# Tutorials

- [Build your own system with ArchLinux](/tutorials/BuildYourOwnSystem)
- [Upload Files from Vue.js to Rails with ActiveStorage](/tutorials/UploadFilesFromVueToRails)
- [Filter Anything in a Rails request in 10 lines of code](/tutorials/FilterAnythingInRails)
- [Test all your GET routes in rails with 20 lines of code](/tutorials/TestAllYourRoutesInRails.md)
- [Testing Ansible scripts with Vagrant](/tutorials/TestingAnsibleScriptsWithVagrant)
- [How to use Solr / Sunspot with Rails](/tutorials/HowToUseSolrWithRails)
- [Debugging Solr Sunspot like a pro](/tutorials/DebuggingSolrSunspot)
- [📐 Build your own system with ArchLinux](/tutorials/BuildYourOwnSystem)
- [💽 Testing Ansible scripts with Vagrant](/tutorials/TestingAnsibleScriptsWithVagrant)
- [💎 Upload Files from Vue.js to Rails with ActiveStorage](/tutorials/UploadFilesFromVueToRails)
- [💎 Filter Anything in a Rails request in 10 lines of code](/tutorials/FilterAnythingInRails)
- [💎 Test all your GET routes in rails with 20 lines of code](/tutorials/TestAllYourRoutesInRails.md)
- [💎 How to use Solr / Sunspot with Rails](/tutorials/HowToUseSolrWithRails)
- [💎 Debugging Solr Sunspot like a pro](/tutorials/DebuggingSolrSunspot)
4 changes: 2 additions & 2 deletions docs/tutorials/BuildYourOwnSystem.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Build your own system with ArchLinux
title: 📐 Build your own system with ArchLinux
description: Much arch, Very linux, so pretty
footer: CC-BY-4.0 Licensed | Copyright © 2018-present by Samuel Faure <3
---

# Build your own system with ArchLinux
# 📐 Build your own system with ArchLinux

This article was initially written on [dev.to](https://dev.to/samuelfaure/build-your-own-system-with-archlinux-240o/)

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/DebuggingSolrSunspot.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Debugging Solr Sunspot like a pro
title: 💎 Debugging Solr Sunspot like a pro
description: Fix that bug, SOlve that 404, 500, 503 and more
footer: CC-BY-4.0 Licensed | Copyright © 2018-present by Samuel Faure <3
---
# Debugging classic Solr Sunspot issues like a pro
# 💎 Debugging classic Solr Sunspot issues like a pro

Solr is *awesome* and Sunspot is a cool wrapper for it. But troubleshooting is *hard*. Here are the main issues and how to fix them :

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/FilterAnythingInRails.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Filter Anything in a Rails request in 10 lines of code
title: 💎 Filter Anything in a Rails request in 10 lines of code
description: Wow Rails, Has scope, Very powerful
footer: CC-BY-4.0 Licensed | Copyright © 2018-present by Samuel Faure <3
---
# Filter anything in a Rails request with almost no code
# 💎 Filter anything in a Rails request with almost no code

## Context (What and Why ?)

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/HowToUseSolrWithRails.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: How to use Solr / Sunspot with Rails
title: 💎 How to use Solr / Sunspot with Rails
description: Much search, very engine
footer: CC-BY-4.0 Licensed | Copyright © 2018-present by Samuel Faure <3
---
# How to use Solr / Sunspot with Rails in 2018 like a peasant
# 💎 How to use Solr / Sunspot with Rails in 2018 like a peasant

Working on Rails is good. It's fun. It's hipster.

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/TestAllYourRoutesInRails.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Test all your GET routes in rails with 20 lines of code
title: 💎 Test all your GET routes in rails with 20 lines of code
description: Wow Rails, Much testing, Very secure
footer: CC-BY-4.0 Licensed | Copyright © 2018-present by Samuel Faure <3
---
# Test all your GET routes in rails with 20 lines of code
# 💎 Test all your GET routes in rails with 20 lines of code

## What and Why?

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/TestingAnsibleScriptsWithVagrant.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Testing Ansible scripts with Vagrant
title: 💽 Testing Ansible scripts with Vagrant
description: Very ansible, much deployment
footer: CC-BY-4.0 Licensed | Copyright © 2018-present by Samuel Faure <3
---
# Testing ANSIBLE scripts without breaking everything with Vagrant
# 💽 Testing ANSIBLE scripts without breaking everything with Vagrant

Testing ANSIBLE scripts for server deployment might be tricky.
It is easier to write complex deployment scripts aimed to deploying on clean servers. The correlation is that your script might break a server which is not clean. You might need an empty server to try your script on.
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/UploadFilesFromVueToRails.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Upload Files from Vue.js to Rails with ActiveStorage
title: 💎 Upload Files from Vue.js to Rails with ActiveStorage
description: More complicated than you'd think.
footer: CC-BY-4.0 Licensed | Copyright © 2019-present by Samuel Faure <3
---

# Upload Files from Vue.js to Rails with ActiveStorage
# 💎 Upload Files from Vue.js to Rails with ActiveStorage

Simple enough, isn't it ? Well, no, but yes, but maybe I'll just be honest there and confess this took me way longer than I'd love to admit.

Expand Down

0 comments on commit 73c1298

Please sign in to comment.