Jamstack, Static Site Generators, and Lack of High Level Planning - Again

← Back I talked about lack of high level planning before in SPA and SEO - can we make peace? post. High level planning is extremely important. With high level planning, we can achieve: A much shorter development time: I don’t have to wait until the problem arises after all the coding. A better product: well planned product vs. a toy! The problem is that coding is fun, so whenever I have an idea I have this urge to just get my IDE up and start creating something. Well, it’s definitely much, much, much better than not creating anything, (no product vs. a toy) and I think it’s a good way to get used to programming and all when you’re a beginner. In fact, when you’re just starting programming, maybe you know too little to plan anything good. But now I should be moving on from the beginner phase, so it has almost no benefits, but a lot of harms. ...

January 26, 2022 · jshji

ASCII Art

← Back You know ASCII art, right? For example, on a CLI where sentences are written using #’s. Like this: # # # ### # # # ### ### # ### ### # # # # # # # # # # # # # # ### ### # # ### ### # # ### # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # I encountered an algorithm problem that described how this worked! And it was interesting. If you want to display something on the terminal using # like that, how would you code? ...

January 25, 2022 · jshji

SPA and SEO - can we make peace?

← Back After my blog came into a shape, a question came to me: how do I get my blog to be not just searchable on Google, but also provide meaningful meta-data? Few days ago, I did manage to submit my webpage to Google, so now the world’s most popular search engine does have my data. It was a simple process, all I had to do was to verify that this address (*.jshji.com) was mine. This is what Google’s search result shows currently: ...

January 23, 2022 · jshji

Quiet Saturday, Tea Time, and Coding

← Back It is a Saturday, a quiet one. And a rainy one. Great. As everyone knows, I am a tea addict. I’m having ripe Pu’er today, and it is good. It’s not an expensive one (FYI teas can get extremely expensive. You won’t imagine. Think a 8g lose tea leaves for a price of a BMW), but still great. I had a talk with my brother-from-another-continent. He wants to get back to CS. I am sure great things are waiting for him. Go get it, brother. ...

January 22, 2022 · jshji

구글에 등록하다

← Back Having weird problems with typing in Korean. Okay so the blog was prepared, and I now have registered my website to Google. Tried to search some of my contents on Google, but didn’t turn up. I guess it takes some time. Oh wait. If I push this, will this go to the blog directly!?!?!? Maybe. But what about time line - oh yeah nah. Cos it’s not parsing anymore. lol. ...

January 20, 2022 · jshji

준비

← Back 블로그를 혼자서 만들기로 했었다. 블로그 자체는 문제가 없었는데 (리액트 등), 호스팅하는 과정과 자동 배포 설정하는 과정과 몇가지 서비스를 비교해보는 과정에서 애를 좀 먹었다. 결론은 AWS는 진짜 UX가 안좋은거같다. 뿐만아니라 그냥 사실 아마존 자체가 UX가 진짜 별로인듯..ㅋㅋ 그리하여 그냥 히로쿠로 왔다. (히로쿠도 AWS 쓴다고 한다.) 도메인도 샀고, SSL 써티도 준비 됐고, 얼추 준비가 다 된 것 같아서, 뭐라도 써보려고 쓰고 있다. 내가 구현한 마크업 파서도 잘 되고 있겠지?! 포스팅을 눌러봅니다..

January 20, 2022 · jshji