HackerTrans
トップ新着トレンドコメント過去質問紹介求人

hanamimastery

no profile record

投稿

[untitled]

1 ポイント·投稿者 hanamimastery·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·3 年前·0 コメント

Screencasting tips – content_for:devs #003

contentfor.dev
1 ポイント·投稿者 hanamimastery·3 年前·1 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 hanamimastery·4 年前·0 コメント

コメント

hanamimastery
·2 年前·議論
Hanami 2.2-beta2 is relased, which finally becomes a complete, fullstack framework. Let's make a blog in Hanami taking a closer look at its basic features.
hanamimastery
·2 年前·議論
Working with templates is a hard job and eliminating the logic out of them is absolutely not trivial. In this episode we'll use Hanami tools to implement advanced forms - without logic leaking to them.
hanamimastery
·3 年前·議論
A new Episode had been released for Hanami Mastery!

This time I show how to render flash messages in Hanami 2.1+ using different levels of advancement! Check it out!
hanamimastery
·3 年前·議論
Probably any web app nowadays requires font icons to be loaded this or other way. In this episode, I'm showing the integration of Font Awesome icons in Hanami 2 applications.
hanamimastery
·3 年前·議論
A new Hanami Mastery episode had been released! This time we cover sending emails with Hanami, using hanami-mailer. hanami-mailer is not yet updated to work seemlessly with Hanami 2, but we've decided to integrate it to show the power of providers, which give you a full control over the component loading mechanisms.

But what do You use to send emails in ruby, except action-mailer ?
hanamimastery
·3 年前·議論
With the release of Hanami 2.1, the view layer is fully integrated with our Hanami applications. Let's check how to make use of a form helper to send a contact email.
hanamimastery
·3 年前·議論
I had a lot of fun trying out Bridgetown static site generator, and I've decided to do a video showcase of it. I hope you'll find it useful.

What do you think about Bridgetown vs other static site generators?
hanamimastery
·3 年前·議論
If you want to work with front_matter in Ruby, you need to know the front_matter_parser gem. Here is everything you need.
hanamimastery
·3 年前·議論
Learn how to quickly deploy Hanami apps to production-ready server, using Render hosting provider, the best replacement for Heroku right now.
hanamimastery
·3 年前·議論
I always liked rails templating collections that allowed us to quickly compose ruby apps. Now the same is possible for Hanami!
hanamimastery
·3 年前·議論
Have you ever considered how to efficiently render HTML out of your markdown input in ruby? Here we cover this problem with additional custom cosmetic improvements.
hanamimastery
·3 年前·議論
Hi, we have shared our thoughts around different approaches of producing screencasts, and why we choose the one on Hanami Mastery.

I hope it will be useful for some of you and I am super curious about other approaches you have heard about!
hanamimastery
·4 年前·議論
Me!
hanamimastery
·4 年前·議論
I solely use Hanami since 1.5 year, and I had never looked back!

It provides everything needed, while still allowing to fully control which features I want to disable.
hanamimastery
·4 年前·議論
Utility scripts in Ruby can be very powerful, but also very messy. In this episode I showcase dry-cli, to help you maintain advanced ruby CLI programs.

Wondering, what is your approach to this?
hanamimastery
·4 年前·議論
A revolution in writing scalable applications in ruby, with selective code loading, and modularized apps, come with Hanami 2.0 and the slices feature! Check it out!
hanamimastery
·4 年前·議論
I've released a video and article related to handling errors in Hanami apps. What would be your approach to deal with them?
hanamimastery
·4 年前·議論
Upgrading gem versions can lead to introducing bugs in your system, by bumping some versions too much at once. Use tools like Pessimize to avoid such things to ever happen! In this episode We're explaining how and why it's important. Any thoughts?
hanamimastery
·4 年前·議論
Similar to what rodauth did, or active-admin - extracting mountable, shareable and reusable parts of your app to a separate thing.
hanamimastery
·4 年前·議論
Contributions to Hanami components would be appreciated for sure! There is a whole persistence and views integration to be done fir 2.1 release! The core team will not rest for too long after 2.0 being out :D