We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70de1b commit 404f68dCopy full SHA for 404f68d
src/components/Sections/TechnologiesSection.svelte
@@ -2,24 +2,28 @@
2
import Tag from "../Tag.svelte";
3
4
const usedTechnologies = [
5
- "HTML",
6
- "CSS",
7
- "Javascript",
8
- "Bootstrap",
+ "Ruby",
+ "Rails",
+ "Hotwire (Rails)",
9
"Stimulus JS",
+ "Javascript",
10
+ "HTML5",
11
+ "CSS3",
12
"TailwindCSS",
- "Python",
- "Ruby",
13
- "Ruby on rails",
14
- "Hotwire",
+ "Bootstrap",
15
"PostgreSQL",
16
"OracleDB",
17
"MariaDB",
+ "Python",
18
+ "PHP",
19
"Git",
20
"Github",
21
"Github Action",
22
"Docker",
23
+ "Google Cloud Platform",
24
"AWS",
25
+ "Flutter",
26
+ "Firebase"
27
];
28
</script>
29
0 commit comments