Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "app rant"
-
This rant has been written from the Signal messaging app and uses a custom Signal 'gateway' (a registered user which is a server in this case) with a PHP api behind it. If this rant appears on devRant, it fucking works!46
-
A little summarised story for ya:
>Makes a rant
>Gets over 200 rants and rising
>Steady rise of increments over weeks
>Gets to 283 increments (hope of getting to 300 for a stressball)
>Updates app
>Literal update log:
"Stressball limit is now 500"
>Cries in a corner10 -
WHATTT?!! I need 10 WHOLE POINTS JUST TO BUILD AN AVATAR!!! What kind of person would set such a high amount of points just to CREATE AN AVATAR! Do you know how hard that is for an introvert... ugg What kind of post should I rant about? I could rant about that one problem with HTML <divs>.. but then everyone would laugh at how simple that was... I could rant about how long I have had to live without this app. No no that would be way to big of a rant... hmmm. OH I KNOW!37
-
!rant
Fathers day today, my 6 year old passes me some presents.
First 3 opened.
Devrant cap
Devrant stressball
Devrant stickers
Yes son! (Well obviously, technically it was my wife) I assume she must have seen me on the app :)6 -
> installs devRant app on my iPhone
> too lazy to type my 18-char random password on mobile
> password manager app not on App Store yet
> dig up my old Macbook
> install XCode & homebrew package manager
> install 2 other package managers using homebrew
> install App deps from the 2 package managers
> query stackoverflow for why my deps fail to install
> open App in XCode
> setup Apple provisioning profile
> trust my certificate on my iPhone
> dig up an old router & setup a local WiFi network
> start a server on my laptop to serve my PGP keys
> download my PGP keys to my iPhone
> app crashes
> open an issue on github with steps to reproduce & stacktrace
...
> type my 18-char random password
> rant on how I wasted an entire afternoon13 -
Dear WhatsApp developers,
GOD DAMNIT CHECK IF THE USER IS TYPING A (LONG) MESSAGE BEFORE BLOCKING AND ULTIMATELY CRASHING YOUR APP BECAUSE OF YOUR DAMN BACKUPS.
Yours,
Everyone
P.S. First rant *yay*, feels good 😁5 -
Aint a rant though
But I woke up today and the first thing I saw was my first Android app reaching 5 digits (10017) downloads figure with 4.73 stars. :D
Couldnt be happier.11 -
I can't post a rant about wk50 because I know some coworkers use this app and I'm afraid they'll realize how stupid I really am.8
-
Not my own rant, but when I see some user asking for refunds on a free app, I just gotta share it. See the developer's heart-warming response.12
-
So devRant is an app I found while coming up with an idea to create a platform for developers to rant.....DAMN IT!!!6
-
love this app.
love the new algo.
love this community.
oh... rant? this is a place to rant?
fml.
tabs. or spaces? tabs! tabs.8 -
Yet another someone just contacted me about having a "great idea for an app".
That's a justified rant all by itself.7 -
Took me a week to realize that "!rant" just means "not rant".
I thought it was some sort of post front-matter that was no longer supported by the app (like a Duck Duck Go "bang").
😅7 -
⚡️ devRantron v1.4.1 ⚡️
I strongly urge all the users of the devRantron to upgrade their app. We have added some major features and made a lot of bugfixes. For example:
1. Edit Rants and Comments
2. Browse Weekly
3. Save drafts of rants so that you can edit and post them later. Also, the app now autosaves when you are typing a new rant and will keep it until you post it.
4. Fixed macOS startup. Previously the app used to open a terminal in the background to launch the app. That has been removed.
5. Confirmation before deleting a rant or comment
6. Huge performance optimization. We have upgraded to React 16 and also changed the way our compiler compiles the application. The way we fetch the notifications has also been changed and it uses less bandwidth.
7. The app will only have single instance now. If you accidentally open the app again, it will just switch to the currently running instance.
8. We now show a release info dialogue before updating. Linux and macOS users will now receive an update notification for new updates.
9. Added the ability to select rant types.
You can get it from here: https://devrantron.firebaseapp.com/
macOS users, please remove the devRantron from "Login Items" in Settings > Users and Groups.
We would like to thank all our users for giving us the feedbacks. If you like the app, you can show your appreciation by giving a start to the repo.
Thank you!23 -
<This is my first rant, though I've been spectating in readonly mode (ie, without an account) for a while now./>
*Programs all day Saturday adding innumerable lines of code to a new project*
*Builds and runs project*
*Everything not only compiles, but the app works flawlessly*
*Faints*5 -
That moment you write your full rant, want to submit it, but in that very same moment the app crashes.
Now my rant is gone, but I'm not angry enough anymore.
I still wanna rant😑5 -
Just got pitched another one of those “billion dollar” app ideas at work....
An app that stores app ideas
You don’t need an app for that, you can write your app ideas on a napkin and store them in the trash where they belong.2 -
-- How I succeeded turning a PHP/MYSQL app into Android app within a week --
Alright. So I wanted to grab your attention to what I'm about to write. If you are here just to read about the technologies I used, jump to bottom.
This is also a kind of rant; rant against the other fellow devs who demotivated me originally when I asked a question.
I'll not go in the details of my original question. Here's the link for those who are interested:
https://www.devrant.io/rants/366496
It's been days since I achieved what I wanted to but I thought someone might learn from my experience. So here it goes.
Why FREE?
Well, it was an important client. I worked on his website and he asked for an app for the same website and told me he won't be able to pay me anything for the app. I was, somewhat, under the impression that he might be testing me. If not, then I would end up learning something new. It wasn't a bad deal for me so I didn't hesitate to took it.
Within a week, I was able to pull the job and finish it. I felt so much better (and proud of myself) when I finished the app within the week and client approved it. What did I get? I got a GOOD BANK CLIENT in my pocket now. Got a lot more worth of projects from the same client. If I were being paid for the app, I might not have pulled the job so much better.
So the moral of this story is never to give up. NOT EVERY DEVELOPER SELLS SHORT ONLY FOR "MONEY". Some enjoy learning new things. And some like me love to accept new challenges and are not afraid to try something new everyday.
In case, someone is interested in knowing the technologies I used, here they go;
PhoneGap
Framework7
Template7
Apache Cordova
I wrote an API for the interaction between the web services and the app.
Also, Ionic Framework seems promising but it had a learning curve and time was of the essence. But I'm gonna learn it anyhow.14 -
!rant
God damn, was I living under a rock all this time. Where were you(devrant) all this time?? So glad I came here.
Downloaded this app few days ago and have used this app more than fb, insta or Twitter.11 -
!rant
http://www.howmuchtomakeanapp.com
This site will save you hours of explaining how you can't make every "awesome app idé" that people have!
(Thank me with a stress ball of stress I just saved you 😇)9 -
The company I work for wants me to create an app to compress "foxit phantompdf" files, so that they are still readable after compression.
(referencing my last rant)7 -
Just found out there is a "Hooker City" in Oklahoma.
How you ask?
Was testing for this weather app and expecting it to return "Location not found" but it returned the weather when entering "Hooker".13 -
I created an app that would let people in software development and general I.T related fields to bitch about shit and just rant about stuff.
But two glorious assholes stole it from me. So no startup.9 -
I was working on my PC, picked up my phone to order food (hunger is killing me)
devRant app was already open
*used it for like 10min, puts it back
*Forgot to place order*
Picked it up again, writing this rant!!2 -
!rant
I opened devRant and closed it immediately. This is what happened.
Is this related to the Android system or to the devRant app?17 -
everyone was doing clients.. so it was my turn.
watchRant is out!!!
devRant client for your watch, for the ones who need a higher dose of devRant!
Features: rant feed (top/recent), rant, comments, profile (about/.../avatar/rants), download images
Github: https://github.com/joewilliams007/...
Works with wear-os minSdk 28
(apk available on github, can be sideloaded by using easy fire tools android app, or built by urself)21 -
Designing an app sure takes some time, but at the end it feels amazing when everything is in place.
Finished this bad boy today9 -
* !rant *
So I've been working since the summer on an app that uses NLP to record audio (I was thinking of using it for school classes), transcribe it and summarize it automatically
I've been using it at school and it WORKS
IT WORKS
I've actually put an app that I made to make my homework and sum classes up and IT WORKS8 -
and what a merry christmas it was...
thanks devRant for the small app size!
#!/a/rant
why are apps so big/bloated these days!!?9 -
Who else agrees that the play store should have a section which tells if an app needs a mandatory login to use it ? Like why the hell does a simple offline planner todo app need you to sign-up if you don't wanna use cloud backup. Jeez the user just trusted you by spending valuable time and bandwidth downloading your app. You owe it to him to show him some features of the app before shoving a sign up in his face. As an app developer myself I really think that this kind of behaviour turns off more users than anything else.2
-
"My co-founders are all nontechnical so they do not understand when I rant about code"
"There's an app for that!"4 -
Bug Rant: Open Google app(android), type this on search bar 'send a message to barack obama'.
You're welcome13 -
!rant
Just wanted to congratulate @JS96 on devRant V2 UWP app. Can tell he put blood and sweat into this app and it sure as hell has paid off.
Thank you.5 -
Hey all - I made a big update to in app "x replied to a rant you commented on" in app notif to try to fix some bugs/scaling issue.
Please let me know if you notice any weirdness/notif issues. Thanks.5 -
!rant, just wanted to express my excitement to someone
Not sure if this counts but technically I got my first freelance dev job designing an app for a club/small business at school. I have a lot to learn still but I'm really happy about the opportunity3 -
@dfox I really wanna thank you for this wonderful app..! An amazing platform to rant,share,laugh,learn ..what not for like minded people...You are so responsive towards users that you brought 'dark side' theme in jus few days ☺17
-
I guess the best feature of devRant is that the homepage, where we see all the rants, does not show who posted each rant. It just shows the rants. That's it. Great to see the app is "rant centric" and not "user centric".3
-
Hello guys... i came across this app on play store as a recommendation... and i am really impressed with it.. such a cool idea and an awesome place to rant... so i signed up and here goes my first rant... nice to meet you guys..15
-
@dfox sorry to ask but, what happened to you that made you so pissed off, you had to create an app just to rant? 😁7
-
I wonder if managers have their own rant app/community?
They'd probably give it some long pointless name, though, like Management Policy Execution Helper or something.1 -
!rant
I just ordered some stressballs & stickers from devRant, eventhough I would have earned free stickers by now.
I just think they deserve this support! I love this app and I'm really looking forward to some good stress relief. :)2 -
!rant
Double tap-like is not working properly on my Oneplus 3T while on list view. I'm wondering if it's just me or if it's a bug in the Android app...18 -
I know I rant about how bad the app is I have to update on at work is but seriously first week into this job I found skeleton code from a taxi app, it wasn't in English and lately I found some code from some sort of funeral app wtf!
This just takes copying and pasting to a whole new fucking level!4 -
1. Browse devRant mobile app
2. Open a rant
3. Switch to browser to check something quickly
4. Switch back to devRant after like 3 seconds
5. Previously opened rant is gone and I'm back at latest rants feed3 -
Anti Rant: Is it just me or are Google Play app updates rolling out really fast... Like i have published some updates recently and they have been live in under 10 mins.
Looks like Google got their act together!10 -
Alright, seems like I have to buy this.
Ps: I believe to have found a bug in Devrant's Android App: if you attach an image to your rant and tab out afterwards it crashes for me4 -
!rant
Love this community, the idea of the app, developers, etc. Thanks everyone for making a home for devs.1 -
!rant
This is a nice community and this app is a great too. No ads or promotions are also there. So how does app manage financially ,i know there is a swag store but is that enough .As community gets larger, more resources are needed to keep everyone happy ryt ? more servers etc..
Will there be a different model when this expands ?
!dev15 -
Just thought of a cool feature for devRant: rant it later!
I get why the 2 hours limit between rants exists, but it would be so cool to write a rant and the app to self post it after the 2 hours limit expires!
And it could also give a notification that the rant was posted.
What do you think?8 -
I just saw an article on Fossbytes about devrant! Great to see it get recognition!
http://fossbytes.com/devrant-app-fo...6 -
This is my first rant with image, I was taking break and decided to read Android apps comments/reviews. So I picked this app call "Calculator", developed by Google.
Take a look at the second comments from the screenshot. It is beyond User Error...5 -
I forgot the rant owner but there was a rant about annoying border alignment of windows calculator app.
Good news for you. Windows made it open source now. 🕺2 -
devRant already replace SoundCloud as my orange app in the main screen...
To be fair, SoundCloud was just there to complete the rainbow.
Rant: this app told me that my rant would be safe if I closed the Post Rant window (since I can't post more than one rant per hour or something) but it didn't save my awesome tags! I feel betrayed.undefined fuck it i'm out why not spotify? can't wait for the stickers don't remember the original tags script kiddie af love at first sight finally a rant who's colorblind?23 -
Fairly new here. Saw the ad for this on instagram and thought it was the coolest idea ever. Thanks guys for making this app :) now I can rant about how awful my PM is.2
-
!rant #meta: I registered just yesterday and woke up this morning with 44 notifications, which is great because this community is obviously refreshingly active, plus I really love getting notifications. Nevertheless, is it really necessary to create an individual notification for EVERY SINGLE +1?! Dear devRant devs, I love what you're doing. But please, PLEASE, merge/group these notifications into just a few. I don't want to go through every single one of these, it's just cluttering my notification list. I always just clear the list and then use the in-app bell symbol to navigate to whatever item I'm interested in. I can't be the only one.4
-
Quick tip: ! means NOT. So !rant is a post which isn't a rant. !question doesn't indicate that the post is a question, but rather the opposite (and therefore there isn't really a need for that tag). You might also see something like !!rant which is the same as writing rant (that tag is also unnecessary, considering the name of the app)7
-
So rant-ish question:
Since not much is happening around here, can ya’ll open source devRant so community can work on it? Seems like a perfect candidate for open sourcing.
The users of this app are perfect working on the app as well.14 -
Fucking first rant here:
So we tried to teach Two new colleagues to typescript and git and testing and stuff and we have a SPOC “which claimed to be very technical”. The SPOC’s task is to keep an eye on the work, and today we have had a review...
After two weeks, the created multiple branches into our git, all with one commit of 400 LOC changed, no merge requestet, issue in Redmine set to “closed”.
Well, by the way they were supposed to write Unit tests for our app.
But I thought, ok, we’ll check their branches.
Their tests all passed (cz) but man, the app didn’t and on compilation there were errors, the app is broken. Damn.
Is it really so far off, that even of They wrote tests, that the app should still work?
AND I THOUGHT IT IS COMMON SENSE. Damn!
Guess how needs to fix it6 -
Fucking shit fuck.
I got off work, ranted with the wk rant... and forgot about it.
Typed out a -1000 character ish rant about the fuck of a dependency manglement situation I got myself into in node today. Pure artwork I swear.
>you can’t be posting rants within 2h of the last one.
>okay, that’s fine, I’ll park it and wait.
Switch app out to messenger to chat to my booty.
Switch back, check it’s still there... fucking empty new rant screen 😞
I know iOS have updated their app backgrounding... maybe that was the problem.
Or it’s just user error. FUCK!
I ain’t typing it again. That masterpiece of a rant is gone to the ether.10 -
devRant is nice.
If you move rant feed to "Recent" and saw a bunch of rant u already read but you keep scrolling down hoping to see new rant but u fail cause rant policy keep people from posting new rant for 2 hour and not many new rant has been post.
This is a nice feature. It make u self aware that "crap, maybe too much time on devRant". Even if you addict to devRant but by this policy -> It force you to really close its app and checking it on another free time. (more healthy than another social media I guess 😂)2 -
Why the fuck is this apple stuff so fucking expensive?
I want to dig into IOS app development but I am seriously considering not to do it because it's fucking expensive...
Backstory:
I am a young dev (in apprenticeship) and my company offered me a phone. That's great because I can save the money that I would have payed for my phone bill.
But sadly it's an iPhone... I thought why not make something cool out of it and start learning IOS development.
But so far all I saw from IOS development are extreme high costs...
Is there some kind of student plan or anything that makes it cheaper to learn?
Can you guys give me any advice on this?
I own an old MacBook but I need a new OS on it... (long story)
Are there anymore hidden costs? Any tips where to start?
Thanks for your help fellow ranters and sorry for the half rant half question12 -
!(!(!(!rant)))
When you're using a sophisticated software and you've shown your work to your non-dev friends and they say "Wow! What APP did u use?"
Furk it! App sounds like a small icon on your mobile phone to take a selfie putting a dog filter to post for everyone to see! You call this tool just an "APP"? May Zeus forgive this blasphemy.
destroy(rant);11 -
Today my boss decided to sit in the same table that his team works (me included) he said that he will take a call and apologized in advance because he will "rant". I didn't get it until I Google it and found the name meaning of this app.
-
Are devrant servers dying? Algo sorting doesn’t load more rants and recents sorting is kinda wonky.
I tried official devrant app on ios and joyrant with same results.
This is kind of a test if I can still rant or not.11 -
Lots of questions going on about devRant. Just want to make devRant better.
1. Please tell the update intervals of upvotes and downvotes. Is there a delay? Doesnt really matter but i see many times i got a upvote notif but my score didnt increased...
2. Duplicate image algo is so poor. I know it is only in beta, but i see so many reposts which has the same pic but only with the resolution different or the image with the devrant watermark.
3. Minor, tags should be also saved when exitting the post rant activity.
4. Feature request : go to top, bottom in rant
5. Please make web app accessible in mobile. I think you check the user agent for the web app, but can you make it available to mobile users who cant download the app?
6. When accessing the web app in mobile, i type devrant.io/feed
Then, by the wonderful intent you made, it opens the app automatically. I was writing a rant, but it was all deleted.
7. Any new podcasts and cartoons planned?
8. Still bug not fixed.
Write a comment in a long rant.
Delete the comment you just wrote.
You cant reply to the last person comment.
Thanks.6 -
//Not a Rant
Jakub Steplowski, thank you for this updated UWP app. The time you spent fixing the bugs was worth it!4 -
!Rant
Please spare a minute to check out my first Android app:
AI Sight - Object Recognition on your smartphone!
https://play.google.com/store/apps/...35 -
I finally finished what I considered the biggest challenge thus far: rant editing, deleting and also favoriting/unfavoriting. You can already post rants through my app as well! I am getting so damn close to being done with the basic things. After that - notifications!3
-
!rant
Update & Thoughts of AngelHack10 Abu Dhabi.
The judges were so non technical they were impressed by an app demo (not ours) that could recognize objects printed in black and white on an A4 paper. The app claimed to read the 3d shape of a device and calculate the running cost based on its power consumption.
I think hackathons must have two pitches one technical and one business. Else every one with hardcoded demos can fool the judges easily.1 -
something kinda depressing about devrant is that, because of sexist bs, women have prime rant material, but this app is also full of sexist bs, so it ends up being kinda hostile towards a significant portion of the users233
-
Ok rant time. This app really needs to stack the notifications instead of popping a new one for every single thing and spam my notifications (Android)3
-
I have a minor feature request for the android app.
I would love to swipe down to refresh the current view. The reason for this is that sometimes my Internet connection isn't great and a rant does not load (or any other page).
It makes the app feel slightly gimmicky while a simple refresh would suffice.
@dfox1 -
@dfox
Feature request:
If(When you are in the app and go to notifications, group the notifications for the same rant.
||
Automatically sort unread notifications to the top)
{
Zombie = happy;
}
Sometimes I have to scroll forever1 -
It's looks like this weeks "Weekly Group Rant" is trolling all the developers who have side projects that never finished.
1. CMS like WordPress
2. MVC framework like Laravel
3. Android App like Tinder
and... list goes on.
#1, #2 and few others are still stuck on index page.2 -
!rant
I didn’t mean to be all “notice me senpai” but it’s nice when an Architect tells you “I wish we would have though of that years ago” when you demo your new app.1 -
when you post your first rant ever and it gets upvoted by dfox :D
instant screenshot taken
seems like a really nice community here, glad to have found the app3 -
Can we get a translator bot? I can't copy paste the text in app, so every time I want to translate some rant, I have to copy rant link, open it elsewhere, copy the text, and then go translate it.
Like, bots must do it easier and faster, right?14 -
Before Dev rant clueless about how to create a app that shows 360view of a car, and change the content when different Color is clicked
After basic idea from Dev rant
Finally able to figure it out and built it in 2 days. Honestly got lot of irritation at first, because have to learn everything from scratch and lots of errors.2 -
I feel like this app needs a notification counter like numerous other social media apps on Android.
I want to get notified, if someone commented on my rant and so on.
Would be nice, if both of the devs could see this message :)18 -
Lead Dev sends rant about the app being a week late...
Doesn't take into account that I was pulled off it for two weeks to work on something else and the other dev was on maternity for two weeks :/2 -
That moment when your rant has gone so viral that you have to force close devRant app. Coz your phone is buzzing every half an hour....10
-
The developer of this app should post their technology stack so we could rant about how faster and better in general it would be if they used something else! :D8
-
OMG OMG OMG!!! IT WORKS!!!
So one feature I have in my app is I can subscribe to a Rant. This means that if the OP ever posts a new comment, I will get a Notification in the Updates tab.
Completely forgot about this until today!3 -
!rant.
I think i joined devRant back in October and since then it has become my most used app. Its so great to be under the same of its kind! And even though I don't have something to rant about at the moment, I am gonna support all those ranters with my ++'s! I already ++'t over a thousand rants and won't stop!5 -
devRant - only app ever where I wait for a solid 2 minutes for the rant to load and find that it hasn't loaded and refresh it again to get it to load properly, while other websites and apps I would have moved on long ago
-
Can we please get a feature where we don't have to see the same rant/post/joke/anything every single time we open the app. I mean exclude posts that the user has already seen.15
-
Come on devRant! I’m getting really annoyed when clicking on rant that has [read more] at the end since it is a gamble to kill this iOS app you have made. Every ~5th click I get app terminated. Then after I reenter the app, I lost where I was. Thats why I ++ all the rants I have read, even those who don’t deserve it :), so I can scroll quickly and see which are not ++’ed.3
-
devRant (free app)
if becomes iRant
we must pay at least 300$ per month to check and post rant ..
apple please1 -
!rant
Request for DevRant android app:
Currently when I tap a rant on the feed I am greeted by an empty screen while it is loading all details. Usually I am on a slow mobile connection so this can take quite a while.
My suggestion is to load the rant text (and image) which you already have from the feed view into the newly created single rant view. This way I can already read and inspect the rant while loading the details.
One objection to this might be the truncated rants. However, when I checked the api when developing http://jsRant.com it turned out that the feed response isn't truncated at all. This is a ui thing, meaning that my suggestion could be implemented fully in the app without backend changes.
Please consider this suggestion @dfox or @trogus since it would make the app a lot more user friendly for those with a slow connection.4 -
It would be great if devRant app maintains its state when the app was closed and takes me directly to the last rant I was watching when I reopen , instead taking to the latest post...2
-
devRant is messed up!
I often open the app (iOS), see a rant that I want to read, tap on it, and the app crashes.
Now I almost got used to that shit but for some reason when I open the app again, that rant that I wanted to read is gone! Never to be found again!
No matter how often I reload, how much I scroll down, it’s simply gone.
This annoys me more than it should maybe. But seriously, wtf is wrong with this platform? I don’t know if it’s only the iOS app but so many other things are broken here, it’s disturbing. And those problems are there for many years, nobody seems to care. 😩
Don’t get me wrong, I like devRant. It’s the only social platform that I use. But… ugh…13 -
Dear theme designers, unless you are designing an app specifically with OLED in mind... Do not use black as a main background colour.
It just looks horrible IMO, key example on good dark theme is the windows store and a example of horrible dark theming is the settings app.
And mini rant over.2 -
JoyRant build 17:
I’ve added the Weekly stuff to the app:
Browse weekly group rants and see the weekly topic of a rant.
Have fun 😊
TestFlight:
https://testflight.apple.com/join/...2 -
Starting out as an Android Developer, at first I thought I'm not cut out for this but after finding this app I'm a little more confident in myself, Everybody needs to rant every once in a while! Glad I found this, everyone on here seems awesome!6
-
I deleted the Facebook app on my phone (2.5 hours of background use a day?!)
Now I have nothing to close to immediately reopen and feel like an idiot. And don't you dare suggest dev rant, this place barely has enough content to open once a day.15 -
AAAARRRGH!!! I wanted to rant! I wrote a huge text! I got really furious about it! Then drove through some area without Internet, looked something up in the browser, returned to devrant app - and THE FUCKING FUCK TEXT WAS GONE!!!
That makes me even MORE ANGRY!!2 -
!rant;
Just started a new react-native project :O Someone has build an app to help app builders build apps :O
You start the node process, scan a QR code and BOOM app is on your phone...7 -
...just download our new app! NO! FUCK YOU! What do you think you deserve storage space and permissions on my phone? Make a responsive site or webapp or I will not use your service. Why does everything need a fucking app? Oh, you bought a new car? Download an app! New appliance? DOWNLOAD A FUCKING APP! Just bought a new Samsung phone, but already use all of Googles empireware? WELL HERE IS ANOTHER CALENDAR/MAIL/EVERYTHING APP FROM SAMSUNG THAT YOU CAN'T COMPLETELY DELETE! This needs to stop.
/rant
Thank you for listening2 -
!Rant
For a school project i had to develop a copy of Skype, This had to be able to run in Linux OSx and Windows, Any suggestions about what to use ?
I thought to node js electron for the app and node + mongodb or rethinkdb as a back end7 -
Who the FUCK thought "let's completely redesign the Doodle mobile app and make it as unusable as possible!"?
The app RESETS every selected option EVERY time you switch to another app and back. Like yea, you don't need to use the calendar app to check at what dates you're available.
Fucking morons! What. a. shit. piece. of. software. How can any PM approve of this? I bet even ChatGPT could do a better job. Fucking hell. "Let's save money with developing hybrid apps! We have no clue how to do it right but: we spend less money, yay!" Fuck. You.
(First rant. Don't know if I did this right but I had to let this out.)2 -
So apparently you can't make collabs from the web app.. The '+' is for a new rant. This sucks because I had things I wanted to paste in.8
-
!rant
I just realized... DevRant is what happens when someone says "I have this killer idea for an app, it's just like Facebook. We have to make it, but it's easy" ...and you respond with yes.5 -
!rant
Nice app with 140 suggested apps you can build to help improve your coding skills.
https://play.google.com/store/apps/...3 -
Just ranting cause the devRant iOS app keeps crashing randomly when I open rants at times, after crash same rant opens fine.
A lot of “rant” on that sentence.28 -
!rant
I've been posting "dev logs", if you can call them that, to YouTube every now and then as I make progress with this funny little app I'm making. They're just videos of me testing something in the app with background music.
But today, someone was interested enough in my terrain generation, to ask for a tutorial, and I got my first subscriber!
Everything's coming up Milhouse! -
My first rant in ages:
Been assigned to a new Laravel project at work and the murthafucking lead dev got no fucking clue how to architect a big laravel app. Lead dev talking trash about encapsulation and every big oop grammar he can find while asking us to come up with an architecture concept for the app.
My annoyance is, the fecking project been in planning for like 7 months and d lead dev keeps saying he is looking for ideas on how we will build the app. Fuck this shit!1 -
!rant
6hours of developing an android app and with ups and downs and I have done everything i wanted for today. Looking forward for the finishing touches Tomorrow.
As always, blessed be Google and Stackoverflow and good night1 -
It turns out 1200+ comments on a rant breaks devRant, I can't load the comments section anymore without the app crashing.
https://devrant.com/rants/2420819/...
On a other note, where did the block feature go?6 -
Looks like I'm now the oldest devRant supporter 🤔 Maybe I should get back on the app since it's been a while but honestly don't really have much to rant about1
-
!rant
Just wanted to thank the creators of devRant on the UWP version of the app. A lot of developers don't even consider developing for WP users (they have valid reasons), but on the other hand, the devRant guys...you have my respect and gratitude gentlemen.3 -
Hi @dfox, hi @trogus
Why have you decided to achive a sticky avatar on the rant page by increasing padding-top on scroll on the web app?
I try to understand your decision, because I would have choosen position sticky.12 -
It’s been a loooong hiatus from devRant but I’m back and still no swipe to exit a rant. Cmon, that shit would make this app easier to navigate.7
-
Grab app notifications system sucks to the max. Actually the whole Grab app sucks when it compared to Uber.
But fucking Uber is expensive and high and all mighty. They are like hey our app is the best, so use if you want or fuck off.
Grab. They are not expensive and they do shit tons of promotions and gives much more coupons. But all the news are sent to that buggy NOTIFICATIONS page and that fucking page is buggy as shit.
I wonder that they are doing it intentionally. Hey give lots of promotions. Just make it hard as fuck for people to access and use it. -
I develop an Android app for my thesis
Rant: I am more eager to fix bugs/make my app better, than write my actual thesis on how the app works -
Dear app, if you say that your update is for bug fixes, you better fix all those bugs instead of releasing and releasing an update with the same bugs still there. Better look into the UI/UX issues too. Your app looks horrible! Last time I was involved in it, everything is looking so fine I haven't had a bad review for a long time. Hope you can read this. #ktnxbye1
-
Start mongo, start my node server, start the app, quick "5mins" look on dev rant started 30mins ago!1
-
@dfox @trogus: feature request: is there anyway to store on my profile a list of recently viewed rants? It can be for private use only.
There have been a bunch of times that I will be viewing a rant, go into safari to grab a link or find a photo, just to go back to devRant and iOS has reset the app and I can't find what that rant I was looking at. It's really frustrating.
I know getting iOS to keep the app state may be difficult but storing a list of recently viewed rants, while not the simplest, I would think is straight forward.7 -
@dev-rant @dfox @trogus
Feature+bug
I think it would be better for the development of of the app to include a feedback/bug option.
Bug-> I changed my password on a different phone but the current phone didn't ask for the updated password, and logged in.7 -
Bugreport @dfox or @trogus
On the Android app, comment a rant and remove it (modify -> delete). After that the last comment before your's will go all the way to the bottom, instead of having a "spacer" for the social buttons.
Can anyone confirm it?10 -
!Rant
Was thinbking about a frequentlly asked feature in app since December 2022.
Solution cam to me last night, 1 hour to do a POC, working.
3 days next sprint to implement it properly.
Feels good :) -
FUCK!!! I JUST FINISHED WRITING THE MOST AWESOME RANT BUT THE APP CRASHED RIGHT WHEN I WAS ABOUT TO POST....
TLDR: I wrote an old app and now need it again and amazingly it works...
This pic is now not so effective anymore but that was how I was feeling when I was writing the original7 -
Devrant iOS app removed from my region's App Store for some reason. Can use the web app but cannot use iOS app. That is kinda unfair. It was there before. :(
What better place to rant about it than at devrant xD9 -
In places devRant Android App needs to clear activity stack... We see extra screens when we hit back, for example, when we modifiy a rant or a comment, we see the older one as well which is redundant.2
-
The iOS DevRant app is so bad, sometimes it just crashes when I try to open a rant... wth DevRant how can you fuck this up so badly?
I submitted to the bug reporter many times and they don’t do much...7 -
Came to devRant to Rant about react, And then rant about devRant. Is it just me or getting to ‘my rant collection page ‘seems like extra steps than needed? Other than that, i really like this app though :D1
-
How can I turn off “new comments on a rant you posted” notification. I mean in app notification like this;6
-
When you use an app for developers to rant about code but you cannot write nicely formatted code blocks... 🤔3
-
Why does this happen....
I go , hey I just finished this project (app for example since they the worst culprit)
Why ... Are the next words out of the other persons mouth is, oh I had an idea for an app ....
Why do they then proceed to tell you an app that exists , or an app that's ridiculous like
You know calenders ... Yeah I do... What about a calendar that syncs to your friends one when you want to do an event .... You mean Facebook events... Yeah but for calenders 🤔😥😒
Why does the general population think one.... It's easy to build and costs nothing and two that without research they have the best idea on earth. -
!rant found this super relaxing app called viridi, would recommend it for stress relief. btw, that's patty the snail 😁6
-
Not really a rant im new to the app love the community super nice people and great stories and informations1
-
!dev !rant
So I'm thinking of buying a treadmill and I was wondering, might it be possible to build something that locks my computer from gaming until I have walked / ran X km on it.
Does anyone know / anyone know an existing app like that?9 -
!rant
Adding those final touches (basically last minute bug fixes) before releasing my app to the store. Aiming for the weekend if everything goes as expected...
Right now, adding analytics...
Sooooo close now 😁👍1 -
!rant Procrastinating the study of Algorithms for an exam on Monday, I go to the play store just to install and play a game just for 30, I see this app and result in 3 hours spend reading the most hilarious stuff I've ever seen2
-
Two nights ago I was in full rant mode but when I tried posting the second rant, the app said I had to wait two hours. Now I've forgotten most of my rant topics from that night .-.7
-
I had to rename my unofficial devRant client SwiftUIRant due to some concerns from Apple regarding the term Swift in the app name. 🙄
Well, it’s JoyRant now. 😁
And there is a new test version in TestFlight:
https://testflight.apple.com/join/...
* External links in rants and comments open the URL in the browser.
* Rant links in rants and comments open the rant in the app.
Enjoy testing and let me know what you think about the app! ☺️6 -
I thought the Devrant app crash problem was fixed? Three times this morning I went to reply to a rant and then the app crashed. Can no longer find the rants and my brilliant contributions remain unrealized. ;)4
-
!rant
Hey guys i relased a new app called: SaleMonkey. Im currently working on the next update an would like to get some serious feedback from people who look at the app with a developer mindset to spot some Problems.
I hope its not Bad if i poste a linkt to my app. You can get it here:
https://play.google.com/store/apps/...
Currently only on Android. Ios Version is planed for next year.
Thanks20 -
!rant
Hi guys... So I need a bit of advise.
I'm making my first app, it's an app for a university..
I pitched the idea to the uni director and he really liked it, and I have to do an actual presentation in about a week..
Basically I don't know how to price it... How do you guys price your apps?7 -
!rant
Has anyone tried Shapr app to meet new ppl / expand professional network / heck, make new friends?
I'm thinking of giving it a go once I'm in a bigger city (Toronto) -
I was planning a long rant about how AWS is so noob-unfriendly, but honestly I'm just tired after trying in vain to deploy a simple Django app on EBS with a simple RDS SQL db. Seven hours of not being able to deploy a simple Django app ffs 😭😭😭😭😭1
-
Devrant bug report:
Every 5th or so time I open the app it opens on this one rant from last week. Really strange.
(if it helps: this rant: https://devrant.com/rants/960649/...)3 -
!rant
Just dropping by to tell you guys about my unofficial app for DevRant: https://github.com/and3rson/iorant (alpha).
Anybody willing to contribute is very welcome!6 -
It saddens me to see that people still don't use other categories than rant. It's almost as if they don't care at all. If you want to post random garbage, please for the sake of this app, either use the appropriate category or fuck off to reddit.4
-
So apparently I can make a new rant from the Web. Hey guys.... Is there an API for this? If so I think I sense an official devRant Python App :P4
-
I just wrote a rant but the iOS app doesn’t upload the image. It shows the loading spinner and then just stops without creating the rant. Is it an iOS app thing again?
Sorry but this is really annoying.7 -
How difficult would it be to change the Android app to use a left to right swipe to go back to the rant index, rather than/in addition to the left arrow or X?2
-
!rant
I hate the feeling when you're creating an app then the designers provided you a mockups that aren't intuitive, it makes me lazy to code 😒2 -
!Rant
I stumbled upon this github repo , thought anyone working on a web app could get some tips from it :
https://github.com/FallibleInc/...
Hope this helps.3 -
is the scrolling on the comments view of a rant in the devRant Android app really twitchy/laggy for anyone else? like the scrolling is not smooth at all.2
-
So I posted a rant a few days ago about what all of us in here might consider to be a bug in the OneDrive iMessage app. Being a good sport, I went ahead and filed in a report for it. Little did I know OneDrive would've hit me with this. *face palm*
Link to the other rant: https://www.devrant.io/rants/4843133 -
!rant
i hate the QA guys when they gets excited finding a "SUPER REGRESSION OMG THE APP IS BROKEN" just to find out that they haven't read the new specifications.4 -
Serverless app VS docker app
Let the rant begin !
Preferably write the cons and pros with your argument aswell :)6 -
!rant
Question: If you are making an API for your Android App. Let say you have total of 50 rows currently and you have to sort a table column by price in ASC order.
Will you do the sorting in the Android App or Server side?14 -
Non-co-worker rant:
Today:21 Jan, projects 5: 3 games:1 unity, 1 Java, 1 vba; 1 angular app and 1 lex compiler. due date 24 Jan.1 -
Bug report
Using a physical keyboard seems to prevent me from being able to complete a post. I can open both a comment and new rant, type the contents but am not able to post. The button doesn't do anything.
Switching off the keyboard seems to cause strange behaviour (deleted this rant the first time I was trying)
My setup:
Moto z play android 7.0
SwiftKey keyboard app
Logitec K810 Bluetooth keyboard3 -
Devrant needs a simple draft system - 20 mins gone on a rant after the app closed while multi tasking 😞
-
I noticed a bug on devrant app on Android. Or is it a feature? Haha.
When you comment on a rant and then press Modify to change your comment, when you edit and save the edited comment you get to the updated one. If you press back you get to the previous one (not updated comment). If you try to reopen the rant you commented you see only the updated one.
So....here's a bug. What do I win?4 -
!Rant
Bug Report / Feature Request.
Just 2 things that bother me with the web app.
1. You can't modify rants or comments - only delete them.
2. On the profile page the web version does not replace line breaks "\n" with html breaks "<br>". (See the code on my profile on mobile vs web.
Just thought I'd mention them since I use the web app more than the mobile.5 -
! rant
So I finally released my first app on the play store. Well actually it's more of a widget to keep track of stock prices, exchange rates, crypto etc.
Would really appreciate some feedback or suggestions.
https://play.google.com/store/apps/...7 -
How do you remove a category (jokes/memes) from you rant feed on the desktop website?
In the app you just simply click the tags you don't want.
Or does someone have a script ready that you can inject into the website?2 -
Original rant here
https://devrant.com/rants/10216244/...
So, I see a need, I write an app, and hit a brick wall... writing the app itself took less time than trying to find testers to satisfy Google's new policy. Even the fruit company doesn't force you to go find 20 needs to test your app.
So fat I've got 15 testers... are there five more lurking around here?6 -
!Rant
Was just wondering using which tech devRant website was built?
Sorry its a reRant I recall seeing it before but can't find it again
I know the app is using React right?9 -
!rant
Accidentally figured out you can skip next/previous 10 seconds in yt app by double tapping into right/left video area. I don't know if it's new or familiar. I've wanted to share it with you. But then look at this screenshot👀...1 -
Rant = false;
Thanks devRant for making me laugh and I honestly enjoy the discussions, the rants and the community as a whole!
Looking forward to continuing using this app and being part of this community! -
rant
Damn Google, Damn Google Play, Damn Adsense, Damn Admob...
So finaly uploaded my first app to the Playstore. took 5 minutes to make, 25 to ad an Admob module, and a day to get the ad to show...
Now I have to wait 6 hours for my new id (cause I chose the wrong kind of ad) to show and know If it will show on the App...
Luckly The App only has one download so far... mine lol4 -
!rant with a l'il rant at the end.
Anyone have any Android games they would recommend? I just want something to help me unwind, without being baited every 10 minutes into buying upgrades or coins or whatever.
In app transactions have ruined Android games for me. It drives me insane, but, I still would like something for when I'm not bothered to boot up my ps4 and spend hours living in The Witcher.4 -
The new NHS contact tracing apps appear to make use of Google Analytics (in the privacy policy section)
https://github.com/nhsx/...
No, I have no idea what's going on here, and considering how much the privacy implications of this app have been discussed this seems like an egregious oversight. I'm not even sure I can summon the effort to properly rant about it.1 -
Wrote a joke just now, before posting it I switched to another app to check some message & when I got back post the rant/joke the post was gone. It seems the app was swapped out of the memory 😶😫
-
Make an awesome app that lets devs rant about their daily basis and no one bites an eye, change the way they navigate and everyone loses their head2
-
Devrant app bug report:
You can see the type content selection menu through the UI
To reproduce:
1. Have the rant of the week banner
2. Open type selection menu
3. Close the rant of the week banner
4. Now the menu is behind the rants5 -
Any native iOS devs want to help me finish my app? It's a medical app and I estimate that I'm at least 70% done with it. But I guess since I'm supposed to be posting a rant WHY CAN'T I FIND ANYONE TO HELP ME?!4
-
Why do I keep getting an error when posting my rant saying, "There was an error creating the rant."?
Has anyone else gotten this before? Happening both on mobile app, mobile browser, and laptop's browser so it's not the platform.
EDIT: So this rant went through so it must be something in that specific rant. It's pretty long.8 -
Lost my love cause I built an app that helps others manage his business. Sorry if it's not even a rant.
-
!rant
Anybody here working with GE's Predix?
I am nowhere near a webdev and I don't grasp how anything of the web app works. Routing, Polymer, CL, everything's so complicated and has documentation that only tells you 10% -
Hey guys, not a rant but a question.
I want to make an app for android and this is gonna be the first one. Which language would you suggest and any other suggestions?
Thanks.9 -
!rant: quick question re web app
Should I separate the admin side from user side?
(2 folders) or include both sides in one project(1 folder)?6 -
!rant && advise
I have some expirience working as full stack developer, but focussed latly mainly on backend (php/java). However for one project, I need a desktop application and I was wondering, if you would recommend electron for it.
Pros:
- I could reuse some of the webapp stuff and cache it offline using web workers
- Styling done via HTML/CSS
- Portable between Linux/Windows/Mac
Cons:
- I haven't worked (much) with node js so far, but that shouldn't be a too big problem
What are the pros and cons from your point of view? Would you recommend electron? Why yes, why no? If no, what would you reccomend as alternative?
My knowledge so far:
Good: PHP/Java (without GUI)/CSS
Quite good: Javascript
Meh: Python (I can hack things together but wouldn't say I'm good with it...), C++8 -
!rant
BIG FUCKING SHOUTOUT: THANKS!
Thanks Devrant for being the only app (for entertainment on my device) that works well with fucking 64kbit/s when out of data mid month.
Fuck YouTube watching over mobile data instead of wlan when at home.... F*** me -
Was reading a very interesting rant, and then devRant crashed 🤨
(Am I supposed to post rants here?)10 -
Love this app.. SkyView..
You point it at stars/palette and it shows you what it is.
Edit: sorry not a rant..1 -
!rant So as I have posted before that I decided to give python a lash and I'm actually really enjoying it. I'm now doing an app everyday on python for 30 days. Yesterday I made a CLI app that shows the weather in an area (thanks open weater) now today I was thinking of doing another a to do app using mysqlite but I feel its kinda been overdone, I'm sure ye all know what I'm talking about. Have any of ye have any ideas of little apps I could do?2
-
rant!
Damn it. Actually, the work was done for today. Just now my client calls me, he needs the app today and not next week, as it was discussed.
He needs pictures for a presentation of the app in 2 hours. WTF? How can I do this ... I have not even finished the UI.
Crap.1 -
i got a dev!rant nostress ball, because i didn't have any serious rants and used the app for fun purposes.
edit: do you think maybe it can also help in debugging, although it's nothing close to being a duck. -
!rant
I think the devs of this app made it a lot easier to swipe to go back on iPhones in the last update. Good job guys!4 -
!rant
Final tests were made to an app that I've helped developed at the company. Not only the payment tests worked smoothly, in the end it was announced that the app will be nominated for best European app in the category of Food & Drinks
So happy for being part of such a good project ^^ -
!rant I own 3 invites to join Enki. Use the below code to register.
IVANN246
This app provides daily workouts based on your skills and knowledgment. These workouts are splendid, seriously, and they don't take more than 10 minutes.
And no, I'm not related to them in any way.1 -
Bug Report:
When I hit on notifications from my phone, I'm not directed to the rant or comment that is related to that particular notification. I realized that it simply takes me to where I was before I closed the app.
Using Android app. Nougat.
Phone model: MI 55 -
When you favourite a rant, where does it go?
I've searched the whole app to find my favorites but i couldn't.5 -
!rant && advice
Shall I use EasyPermissions library from google to handle permissions or do the permissions native way?
My app will not be available on Google Playstore, so for the SDK version below 23 they'd have to manually give permissions or so I know...
Please help me -
Is it just me, that when tapping a rant on mobile the UI marks multiple list items as "selected", although only the one a actually tapped is opened?
It happens within the time I've written this, independently of app restart and it randomly highlights multiple rants below the selected rant, like a connected group of rants.
Anyone an idea?2 -
Bug: "attach img/gif", select the Dropbox app to select an img from, select an img -> devRant android app returning back to the starting screen, not to the recently typed rant, the entry hasn't been saved...3
-
Indian tech support just one-uped itself. They're now a web / app development agency.
/Sigh/
Why would I even need that? I'm a goddamn webdev myself! They even said they knew that.
For fuck's sake.
</rant>1 -
Anyone else using DevRant on iOS 16.0?
It crashes about 1-3 times a day. I haven’t been able to intentionally reproduce. The app just closes.
This never happened in previous versions.
I’m not an iOS dev so not sure how I can help prepare for public release. I’m not even sure if it is the OS, but since it worked with last iOS, I’m guessing.
Some of the events when it crashed.
1. Browsing comments on someone’s post
2. Double tapping to like a comment (it might be the rant as well, I don’t exactly remember)
3. Opening a rant from the list of rants.
Cannot reproduce. For example, relaunching the app and opening the same rant again didn’t cause a crash.4 -
Rant/Site idea
This is just a idea, but sometimes rants can create new rant's what need a place of there own, maybe adding a option that lets you Re-Rant or something like this what will take someones reply as the leading rant and you comment as the first reply to that rant, Letting the original rant to say true to its topic5 -
@dfox I'm just wondering what are you guys saving on disk that your data is 50X the size of the app and seems to have no plans of shrinking in size? Are you guys literally saving every rant?5
-
anyone else having issues with starting the app since build 1.14.0.2? did not find another rant and filed an issue.
xperia z5 compact with stock android 7.1.1, switching on and off did not help.
feels bad when the front door of home is closed.1 -
!Rant
I spend way too much time here, on my Calculus class. Rants > math.
Rant
I should uninstall this app so I can focus, but I can t! Damm Devrant!5 -
This is a legit rant.
What would you ask in a written/online test if you are hiring a mobile app developer, specifically android?
I'll tell you guys what I was asked after I get 10 comments sharing the community's views, so that I don't make a fool of myself.5 -
!rant
Feature request: could we use the volume buttons for scrolling? 9gag app style? Personally, I love lying down and just using the buttons to scroll down to eternity. I'm willing to code it myself, for Android. @dfox2 -
! Rant
When you have to change your desktop app because of a bug in iOS app and its fix on web service! -
!rant
How do you find a list of your favourited rants on the Android app? I can't for the life of me find it.1 -
if rotation is enabled and you open a rant keeping your phone in landscape position, app goes landscape for no reason and comes back to portrait.1
-
!rant
is there any platform where app designers can connect and evaluate their designs?
doing app designs can be soo painful sometime...2 -
!rant
Have deployed wordpress site to MS Azure App service with Mysql (in app purchase - from ClearDb). Problem is that TTFB is very high ( 30-50 sec) even site is not cold.
Note: - Always Available is ON
Please suggest me anything I am missing here.4 -
@dfox it's not so nice to click on the "Web App" on visiting devrant everytime on browser.
why don't the main page direct to the Rant Feed ??10 -
DevRant Rant. Was commenting on a rant, then the app crashed. Haven't been able to find that rant since. Also, when creating new rant, I still have the text of my last rant here along with tags. On IOS 12.14
-
I had thought of creating a rant post declaring my current upvotes score and I'd challenge people to change my score, there would be an app that would continuously monitor my score and update the rant post with the latest number, but sadly, you can't keep on editing the post a certain time after it was posted. :(((((1
-
! Rant
Hey there everyone what do you think of using React Native for a complex Cross Platform app with location and stuff like that.4 -
@dfox has the "swipe" right to go back to the rant feed always been there? It was the only feature I was missing and I just accidentally triggered it. Anyway. Thanks for the work you guys have done on the app.
-
==rant
Linkedin can you please remove this No Thanks button from the mobile app. Its the second time I pressed it while I was actually trying to press the Back button, for a job opportunity message from a company I am interested in. 🤦♂️ -
Since the new update I have many issues with loading oft rants.
When I click on a rant, the devRant Logo Smiley Shows up for several seconds, than it Just disappears. And then nothing Happens.
Have to Go Back again, and Back again and sometimes also Close the App before the rant is loading again.
Is it only me?7 -
Why the hack does the devRant app on iOS crashes nearly every time I want to open the notifications or a rant? The app does this since weeks now. This is very annoying!6
-
!rant
Never done a "full-fledged" Android app, but I had to, for school.
It works (by now), now I can sleep3 -
DEVRANT FEATURE REQUEST
@dfox It would be a real time saver if DevRant app remembers the rant I was reading and saving me a time to scroll down to the last rant. :)3 -
!Rant
Client wants an app compatible with IOS, Android and desktop. I only have experience with Android and desktop.
Would you guys recommend anything I should look into to make this process easier, without having to develop 3 separate versions for each platform?7 -
!rant
Guys, need your ideas/advice.
I myself am out of ideas here. The 'problem': I started learning React 5-6 weeks ago, made news app, weather app and... that's it. What else should be in every react dev portfolio? Todo app doesn't count. Too easy. ;)
Thanks!2 -
!Rant
So this brilliant app called Enki.
Enki --> Enquire ?
Enquire Upon Everything?
Tim Berners-Lee paper?
Perhaps me being overly analytical but damn that's a nice name for an app... -
!rant
Anyone out there care to share a resource that they like for web app layout? Things I'm finding are more UX or just app clone versions.
I guess I'm looking for a book on standard layouts used.
Thanks1 -
Everytime I open devrant, it starts from a particular rant page. No matter where I navigate and close/kill app,it still starts from same rant page. Anyone experiencing same?4
-
!rant
For freelance devs based in the Uk. How much does it cost to build an web app like checkatrade?. I have a potential client who wants something like that but i dont want to sell myself short. -
!rant
So I'm making a very simple ionic app that creates a highly customizable feed from different wordpress-based websites of user's choice.
Can you please spam this post with wordpress websites? Just to add some "default" websites to the user5 -
How do raise an issue in devRant??. The app keeps hanging after I finish one rant and click back? Sometimes it does not load any rants. I have had to click weekly rants and then back to daily rants to reload.2
-
!rant
Not programming related, kind of...
I don't want to seem like I'm sharing nosense but I guess this sort of thing would be popular with devs / gamers
Hacknet is on offer on Steam
http://store.steampowered.com/app/... -
I wanna kill math rn. I’m in algebra 1 for the second year in a row and instead i spent an hour till I found this app so I can rant instead of getting it done …..and im like 3 weeks behind. Idk what to do with myself rn1
-
#rant "Ember is too hard" - New to Ember, or Ember + firebase? I highly recommend checking out emberschool http://bit.ly/2e2oyG7 @JeffreyBiles Did a wonderful job! You'll learn how to build an ember + firebase app and - then you'll be really awesome!!!3
-
!rant
I'm looking at starting a SAAS app not for the money but for fun and XP. I know Todo SAAS are everywhere but I think that would be a great intro into the SAAS world. What are your thoughts? -
!rant
Participating in an hackathon next week with open theme and needs to be a mobile app.(12 hours)
Help me with some ideas fellow survivors3 -
Is devrant developers using dark patterns in this app? I have set my notifications on only for direct mentions of me but there are tons of unrelated notifs;
1. Somebody ++ d your comment/rant
2. One or more comment on a rant...(can only be disabled manually)
I dont care about these notifs and I have minimum notif setting. What is the point providing settings that does not work.9 -
Continuation of this rant...
https://devrant.com/rants/10224064/...
I was hoping to make a fast buck on Google Play to fund purchasing a Fruit Mini, so that I can develop the same app for Fruit Watch. Seems like pipedream now...2