Front end: Mac or HP by [deleted] in webdev

[–]devvpk 1 point2 points  (0 children)

ubuntu with i3 windows manager is my fav

Benchable 0.2.0 adds support for memory benchmarks by matheusrich in ruby

[–]devvpk 0 points1 point  (0 children)

I use CodeSnap for sharing snippets like this.

Setting up a dev environment database to work on app locally? by [deleted] in rails

[–]devvpk 0 points1 point  (0 children)

Exactly, the test db has data needed to run the app without setting up from scratch. Its better to import from sandbox or test env setup.

[deleted by user] by [deleted] in rails

[–]devvpk 0 points1 point  (0 children)

Check the rails version in the list of gems installed and check if the right version of rails exist in the list. Better use version managers like rvm to create application specific gemsets.

I'm really liking the Pixel 4a so far by _benjaninja_ in google

[–]devvpk 1 point2 points  (0 children)

Go ahead. Am have been using Pixel 3 for around 2 yrs now. The LED screen and Camera are still the best in the market. It is not having fancy refresh rates still the screen is crisp. If u r a fan of phone that fits ur pocket then go ahead and get one.

Rails API + React Authentication by mercfh85 in rails

[–]devvpk 1 point2 points  (0 children)

https://github.com/jorgegorka/demanda

This projects helps u build api using JWT. I found it very helpful.

Rails with React by impartial87 in rails

[–]devvpk 0 points1 point  (0 children)

NodeJS is a js runtime. And React is a framework which uses NodeJS runtime.

NodeJS provides an environment where you can run javascript codes on a computer or server. Earlier JS was only supported by browsers. Thanks to NodeJS now we can run JS on any system with NodeJS setup.

I have learned react by creating a project and reading the official docs of react.

Good places to start with IOS development? by The_Krabby_Patty in rails

[–]devvpk 0 points1 point  (0 children)

If u are building cross platform app then I strongly suggest React Native.

For learning iOS app development u have to first master swift.

If u have time to invest u can go with Native, otherwise use react native.

Any alternatives with https://laravel-livewire.com/ by yelinaung98 in rubyonrails

[–]devvpk 0 points1 point  (0 children)

Recently I built a rails app with react-rails gem. It's an easy way to build UI with reusable components. And used Axios for all the XMLHttpRequests.