Developers
Load previous page…
Website: www.livingwageinterns.com
Every time, I push new code on my app on Heroku, the new build & deployment logged out all current users and all of them need to re-login to the website.
Next week I‘m going to launch another Sibling of madewithvuejs.com but for react :)
and I‘m still looking for nice UI components/ websites/products - pls recommend me all the things ! :)
As of today, June 4 2018, CSS Grid is supported by 84.9% browsers of global usage unprefixed.
Did you switch completely to CSS Grid or use CSS Grid with Flexbox as a fallback?
e.g. I have a database of 1000+ url's and want to check them weekly on the #backlinks they have. Is there an api that does this and is < $50 / month.
picture a simple app with logged in users. each button click / form submit I’m just changing a value on the user database schema.
what I’m currently doing is each time i render a new component i run component did mount and fetch the data i need from the backend api.
then update the state and di...
I have tried to use many UI frameworks but they get in the way. That is, I want to make a particular layout but I am not able to find out how to make that layout using the framework.
I don't think this is true for everyone.
So how do you learn a framework so that you can use it to make any UI...
Examples like: intercom, embedded calculators, etc.
I added this feature in TimerBit to increase transparency in the open source projects that I work on. To let people know which ticket/feature is currently being developed, for example - https://timerbit.com/#/public/YN3UZqeorFGRKI1h03d5. What else do you think should be on the public project page...
I've noticed that the replies to big famous social media accounts do pretty well. Often the top reply racks up well over 300 likes and gets followers etc ...
Whenever Kanye tweets I want to autoreply with the link to https://phonemekanyewest.com and maybe yeezy.dating just to help spread the wo...
Anybody here use Websocket on Rails 5.2? I have been trying to deploy the Chat feature on my app which based on Websocket to the production server but always got this error:
WebSocket connection to 'ws://myipaddress/cable' failed: Error during WebSocket handshake: Unexpected response code: 404
...
No language is better than another... as long as you ship (or at least try to).
Every man for himself. :)
The easiest way to visualise what I want want is by taking a look at this image => https://s3.amazonaws.com/bound2/example.png
Basically want the images to "bounce" round the website similar to this =>
http://next.plnkr.co/edit/HTHkXaD2BCFWTCK5tROi?p=preview&utm_source=legacy&utm_medium=worker...
TRENDING
How to store images in the database?
I am using Heroku to deploy my project and mlab for mongodb database. Now I want to store the profile pictures somewhere. Storing them in mlab is not a good option. The only option I can think of now is using a CDN? How are you storing images?