https://dannyvankooten.com/laravel-to-golang
TL;DR (resumo)
Did something you should never do: rewrote an application in a different language because I felt like it. Had lots of fun and got a much smaller & faster application in return.
TL;DR (resumo)
Did something you should never do: rewrote an application in a different language because I felt like it. Had lots of fun and got a much smaller & faster application in return.
Danny van Kooten
Moving from PHP (Laravel) to Go
Earlier this year, I made an arguably bad business decision. I decided to rewrite the Laravel application powering Boxzilla in Go.
Static sites for #laravel developers http://jigsaw.tighten.co
Introducing AWS CodeStar – Quickly Develop, Build, and Deploy Applications on AWS - https://aws.amazon.com/pt/blogs/aws/new-aws-codestar/
“How to configure PHPStorm to use PHP-CS-Fixer” @valeryan https://hackernoon.com/how-to-configure-phpstorm-to-use-php-cs-fixer-1844991e521f
Hacker Noon
How to configure PHPStorm to use PHP-CS-Fixer
The PHPStorm IDE by JetBrains is probably one of my favorite editors. It has its flaws (constant indexing…) but overall its a great tool…
“How we got our 2-year-old repo trending on GitHub in just 48 hours” @abhisuri97 https://medium.freecodecamp.com/how-we-got-a-2-year-old-repo-trending-on-github-in-just-48-hours-12151039d78b
freeCodeCamp
How we got our 2-year-old repo trending on GitHub in just 48 hours
Github has made it easy for millions of developers to publicize their projects so they can attract users and collaborators. But these…
Conclusion: React Native or Cordova?
React Native and Cordova have different purposes and so cater to different needs. Therefore, it’s hard to say that one technology is better than the other across all disciplines.
By using Cordova, you can quickly turn your existing single page application into a mobile application for different platforms, at the cost of interactions not necessarily have the native feeling to their specific platform.
With React Native, applications have a more native look and feel but at the cost of reimplementing pieces of code for certain target platforms. If you have already dabbled in React and are interested in developing mobile applications, React Native feels like a natural extension. https://www.toptal.com/mobile/comparing-react-native-to-cordova
React Native and Cordova have different purposes and so cater to different needs. Therefore, it’s hard to say that one technology is better than the other across all disciplines.
By using Cordova, you can quickly turn your existing single page application into a mobile application for different platforms, at the cost of interactions not necessarily have the native feeling to their specific platform.
With React Native, applications have a more native look and feel but at the cost of reimplementing pieces of code for certain target platforms. If you have already dabbled in React and are interested in developing mobile applications, React Native feels like a natural extension. https://www.toptal.com/mobile/comparing-react-native-to-cordova
Toptal Engineering Blog
The Duel: React Native vs. Cordova | Toptal®
As a result of smartphones and mobile applications becoming so popular, web developers have been looking for ways to create mobile applications using JavaScript. This increased demand has led to the development of many JavaScript frameworks capable of running…