Skip to content

Commit

Permalink
Add new articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Holofox committed Dec 19, 2023
1 parent 8995d90 commit e68cbf7
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 12 deletions.
2 changes: 1 addition & 1 deletion content/en/articles/flutter_pros_and_cons.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Switching to Flutter: pros and cons"
description: ""
date: 2023-03-15
tags: ["flutter", "kotlin", "dart", "java", "swift", "google", "apple"]
tags: ["flutter", "kotlin", "dart", "java", "swift", "google", "apple", "habr"]
externalUrl: "https://habr.com/ru/articles/722466/"
summary: "What an experienced mobile developer needs to know to switch to Flutter,
what features can be encountered and whether it is worth switching to it at all."
Expand Down
13 changes: 13 additions & 0 deletions content/en/articles/refactoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Code refactoring, how not to be afraid of it"
description: ""
date: 2023-12-19
tags: ["refactoring", "habr"]
externalUrl: "https://habr.com/ru/articles/781538/"
summary: "In my article, I look at the reasons for refactoring, talk about possible fears of this process and share
tips on how to approach refactoring wisely."
showReadingTime: false
---

In his [article](https://habr.com/ru/articles/781538/) I consider the reasons for refactoring, talk about possible
fears about this process and share tips on how to approach refactoring wisely.
File renamed without changes.
12 changes: 12 additions & 0 deletions content/en/articles/ufa_dev_conf_2023.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Code refactoring, how not to be afraid of it #UFADEVCONF2023"
date: 2023-11-18
tags: ["refactoring", "ufadevconf"]
externalUrl: "https://www.youtube.com/watch?v=5up0JjGkkdc"
summary: "Once again on [#UFADEVCONF2023](https://dc.ufacoder.com/) I shared my thoughts
on the effective implementation of refactoring on projects."
showReadingTime: false
---

Once again on [#UFADEVCONF2023](https://www.youtube.com/watch?v=5up0JjGkkdc) I shared my thoughts
on the effective implementation of refactoring on projects.
2 changes: 1 addition & 1 deletion content/ru/articles/flutter_pros_and_cons.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Переходим на Flutter: за и против"
description: ""
date: 2023-03-15
tags: ["flutter", "kotlin", "dart", "java", "swift", "google", "apple"]
tags: ["flutter", "kotlin", "dart", "java", "swift", "google", "apple", "habr"]
externalUrl: "https://habr.com/ru/articles/722466/"
summary: "Что нужно знать опытному мобильному разработчику для перехода на Flutter,
с какими особенностями можно столкнуться и стоит ли вообще переходить на него."
Expand Down
13 changes: 13 additions & 0 deletions content/ru/articles/refactoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Рефакторинг кода, и как его не бояться"
description: ""
date: 2023-12-19
tags: ["refactoring", "habr"]
externalUrl: "https://habr.com/ru/articles/781538/"
summary: "В своей статье я рассматриваю причины рефакторинга, говорю о возможных страхах перед этим процессом и делюсь
советами о том, как подходить к рефакторингу с умом."
showReadingTime: false
---

В своей [статье](https://habr.com/ru/articles/781538/) я рассматриваю причины рефакторинга, говорю о возможных страхах
перед этим процессом и делюсь советами о том, как подходить к рефакторингу с умом.
10 changes: 0 additions & 10 deletions content/ru/articles/ufa_dev_conf.md

This file was deleted.

14 changes: 14 additions & 0 deletions content/ru/articles/ufa_dev_conf_2022.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Как стать востребованным мобильным разработчиком #UFADEVCONF2022"
date: 2022-10-29
tags: ["ios", "android", "flutter", "developer", "ufadevconf"]
externalUrl: "https://youtu.be/XRe1dUQjmgY"
summary: "В рамках своего выступления на [#UFADEVCONF](http://dc.ufacoder.com/) я подробно
рассказал о том, как происходит трансформация из начинающего мобильного разработчика в опытного и востребованного
специалиста."
showReadingTime: false
---

В рамках своего [выступления](https://youtu.be/XRe1dUQjmgY) на [#UFADEVCONF2022](http://dc.ufacoder.com/) я подробно
рассказал о том, как происходит трансформация из начинающего мобильного разработчика в опытного и востребованного
специалиста.
12 changes: 12 additions & 0 deletions content/ru/articles/ufa_dev_conf_2023.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Рефакторинг кода, как его не бояться #UFADEVCONF2023"
date: 2023-11-18
tags: ["refactoring", "ufadevconf"]
externalUrl: "https://www.youtube.com/watch?v=5up0JjGkkdc"
summary: "В очередной раз на [#UFADEVCONF2023](https://dc.ufacoder.com/) я поделился мыслями
по поводу эффективного проведения рефакторинга на проектах."
showReadingTime: false
---

В очередной раз на [#UFADEVCONF2023](https://www.youtube.com/watch?v=5up0JjGkkdc) я поделился мыслями
по поводу эффективного проведения рефакторинга на проектах.

0 comments on commit e68cbf7

Please sign in to comment.