Hi everyone! As a web and mobile developer, from simple text editors to very complicated ones I use a lot of tools in my daily life. They make my life easier. I want to list the top 10 of them today.
1. Visual Studio Code As you can imagine VSCode is my main editor. I’m using it to write code, blog posts and other editing tasks.
Visual Studio Code Website...
How to Use Hotwire With Rails
What Is Hotwire Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. Hotwire, is a solution developed by the team behind Basecamp and Hey to develop modern, real-time web apps without writing lots of JavaScript.
turbo, stimulus, and strada are components of Hotwire but strada hasn’t been released yet. Basically iframe but for 2021....
Ruby On Rails İle Hotwire Nasıl Kullanılır
Hotwire Nedir? Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. Hotwire, Basecamp ve Hey tarafından geliştirilen, kendi sitesindeki tanıma göre modern web uygulamaları geliştirmeye alternatif bir yaklaşım. Alıştığımız API isteklerindeki JSON yerine direkt olarak HTML göndererek daha az JavaScript kullanacağımızı vaat ediyor. Bu yaklaşım ile sayfaların ilk yüklenmesi daha hızlı oluyor ve template rendering sunucu tarafında gerçekleşiyor....
Weird Blank Page Bug With Anchors
Hello everyone!
Today, after 3 hours of bug hunting (console.log and reading development.log file) I think I found a bug (or just idiot me).
~5 hours ago I started to a pet project and set everything up then started to write some rails code. I was trying to link a menu item (yeah just a basic a href!) to something like #contact. When I clicked the link a blank page with text 2020 appears....
How I Use Vercel to Develop MVP
How I Use Vercel To Develop MVP’s? Vercel combines the best developer experience with an obsessive focus on end-user performance. Our platform enables frontend teams to do their best work. What is Vercel? Vercel is, basically, a static hosting platform on steroids. Vercel lets developers to setup a static website (jamstack actually) easily.
Beside of that vercel let you run serverless functions in JavaScript, Go, and other languages....