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 - "coders"
-
When we finally get to Mars, all programmers on Earth will scream in pain over having to program another timezone14
-
Friend : Queue is just 'Q' followed by 4 silent letter..
Me : they are not silent they are waiting for their turn...
☺☺☺8 -
While I was looking for a wallpaper to use on my laptop, I bumped on this one and nostalgia kicked in!
It only took an instant to save it and set it!!! 😂
Whoever did this, s/he gets my respect!25 -
Dev: Hey, do we have a Google cloud machine running?
Me: No we have AWS remember?
Dev: Okay..
Me: Why do you want a gCloud?
Dev: I had this large stack of files and want to put them somewhere, off of my laptop. I just feel comfortable using Google than AWS.
Me: Umm.. there is Dropbox for that sort of stuff. Not high performance servers running our services.
Dev: ...
Dev: (After a moment) Yeah, why didn't I think of that? :/
Me: Seriously???
I think he forgot to have breakfast today.18 -
Once upon a time there was a dev.
The dev had a resume that said he could dev.
We called the dev, he sounded intelligent.
We hired the dev, who was a bit green, on a three month probationary period.
The dev did very little.
When asked, we said he contributed to discussions, but seemed unclear about what to do, and maybe they could keep him as an intern if they wanted to have him at all.
They hired him. As a full time dev.
6 months later, that dev was shocked to find we could log into the servers with a privileged account.
We (his team mates) were sad.
We asked him to fix a few prod errors.
A little while later he said "Done!"
We then had to walk him through how to actually fix them, not just add a couple pieces of info to the table.
We were sad, again.
We asked him to fix some prod errors again.
We had to walk him through the process again
We expressed concerns to our superiors about his abilities because he was all theory, no hands on ability
They promoted him
We were sad
A few of us said "Fuck you guys, I'm going home"
They said OK
Now that guy is the only one that "knows" that code base
I get calls sometimes asking me questions.
I told them to pay me a consultant fee.
They said no
I said no
They called again
I laughed at them
Listen to the people who know when you ask them questions.
Listen to the people who know when they tell you there is a problem
Don't be like that company7 -
I'm starting to get the hang of this app.
I'm quite timid, I've only given a few +1s around.
I suppose this is my "Hello, world!" post!11 -
This “Caps lock is on” feature when typing in passwords was probably very angrily added by a developer after several failed log in attempts.11
-
Who all are genius hear ???
Share you !best experiences in comments
(if you understood and have any lol😂😂😂😜😜)
#LinuxLove11 -
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. 😂😂15
-
Why it is hard for general public to believe this is fake;
Nasa had performed an experiment in which they got this result an internal network 😂😂😂;
For God sake please don't try seeding torrents on NASA'S internal network 😂😂😂😂;3 -
My wife wouldn't stop asking me to help her with FB. As a joke I told her if she didn't quit, I'd delete it (Tech stuff goes over her head like a 747). Well, she kept on so I opened up the Dev tools. I started by adding just some non sense to one of the divs. She saw it pop up on screen and was like "Wait...you can really do that?" then I highlighted the body tag and hit backspace. The whole thing disappeared, it was great. She legit freaked out for a minute and begged me to fix it. I popped up the console and started typing random things. Created an array with some mumbo-jumbo, a couple of quick, meaningless functions and snuck hitting Ctrl+R in there, refreshing the page. She was so happy that Facebook worked again, that she stopped asking me how to do whatever it was7
-
Apple took a major step
3 party manufacturers created a hype and addressed this step as a problem
Then make products to solve the pseudo problems
Smart business idea 😂😂😂
Lol😂😂11 -
When I saw you I was afraid to meet you. When I met you I was afraid to learn you. When I learnt you I was afraid to love you. Now that I love you, I am afraid to lose you....... CODE WITH ❤ IN <?php..........?>9
-
How does programming influence a programmers daily life?
1. We start counting from zero.
2. We observe software more than using it. What is the algorithm behind it? Which Data structure is used?
3. Greeting people with "hello world".
4. Assigning variables to people.13 -
Now what, IntelliJ...? 🤨
(moral of the story: Don't install new things when you want to go to bed!)3 -
I REALLY HATE TECHNICAL PHONE INTERVIEWS!!!
I was asked: "What are the differences between C++ and Java?"
I got a mind blank at that point... Good thing it didn't last long and I came back with a reply.
But seriously, if you can't speak English clearly, why? Why? WHY?!
(I lost a whole question because I couldn't understand the interviewer. ☹)
At least it went "well" and now I have to improve the "technical" document and do 2 tests by Monday!11 -
!rant
I'm an idiot. I freely admit this. I spent a solid 3 hours on a new endpoint in a WCF service, only to have it looked upon and told to fix it. I knew that the service I was calling didn't work like that. I did, I knew it. I didn't think about it while coding the endpoint, but I knew it. At least the changes only needed to happen in one file, and only took about 25 minutes with tests and all. But damn it, I knew better. I looked at my buddy, straight in the eye, and told him "Told you I was an idiot." He laughed, I laughed, the table laughed, we killed the table. It was a great time!1 -
!rant
Just started working for a new company. Super cool. Just like the last one (as far as perks), except they actually trust their devs.
Old company: Make sure your code is extensible
Devs at old company: You know it's not written in stone right?
Old company: Does that mean you can make it do this?
Devs at old company: No. That's the wrong code base
New company: I need a feature. Get it done when you can
New company devs: Well, guess I'll take some time to refactor all this stuff while I'm at it
~Some time later~
New company: Thanks, that feature works great!
No staring over shoulders, asking when it will be done. No asking why we want to refactor something. As long as work continues to flow, there are no issues. It's great!
Also, if we want to try a new tech, we just have to put together a short paper explaining why it will work better in that situation than the tech that's already in place. -
!rant
Whenever I open someone elses code, I do a project wide search for "FUCK".
Found many of these:
die("FUCK")
// fuck this
// #todo FUCK
Works on github as well. 😂🤣1 -
1. Visit the official site.
2. Browse for official tools.
3. Check the official documentation.
4. Check the Internet for other non-audiovisual sources.
5. Try making a simple application.
6. Run out of application ideas.
7. Move on to the next shiny dev technology.
8. Go to step #1. -
I love reviewing code. I learned a better way to write something. That feeling of "hum, that's a lot better than what I have been doing" is great.1
-
The guy I was ranting about yesterday (https://devrant.com/rants/1243807), told me he saw me posting here... 😅
After further inquiry, he said he didn't read what I was typing or so I hope. He seems to be more quiet today. 😆5 -
**My Resume** : Worked with JavaScript and .NET for the last 3 years ... have an Associates degree...more things
**Recruiter**
You look like you'd be a great fit for this position. We require a Bachelors degree, but we're willing to take 4 years progressive experience in lieu of each year of schooling.
**First**
4 YEARS of experience for EACH YEAR of school?
**Me**
I guess basic reading and math aren't required to be a job recruiter? Man...Only 5 more years and I'll be able to see how my skills as a developer with 8 years of professional experience will go over as an Entry level developer!1 -
One of my Senior Developer's coding practice.. :(
.
.
.
.
I think he should learn little bit more...13 -
!dev
When devRant crashes on my Windows Phone due to scrolling too many rants and still there were more left to scroll. I suppose a higher power is giving me a sign to head to sleep!16 -
Some fun facts :
☻ Programmers spend approximately 30% of the time surfing the source code 😁
☻ Progress in programming can be classified into 4 stages:
(a). Complex Programming
(b). Making Progress
(c). Slow Progress
(d). Stuck
☻ Programmers have a tendency to report their problems incompletely
☻ The main error messages, execution times and runtime compilation errors and the average time to solve them
☻ The software maintenance consumes more than 50% of the effort
☻ Ctrl C, Ctrl V, and Ctrl-Z have saved more lives than Batman tbh😇3 -
Alright so I have to create an API that communicates with a web interface and three different back end systems. And I think my customer might have thought that I am actually Jesus because they didn't have any docs for their systems and their policy did not allow me to gain access to their internal testing environment (which. Drove. Me. NUTS) and expected me to create this API by pure guesswork basically. After teaching the customer's internal IT guy how to capture requests between the systems I managed to somehow got the prototype working. I am proud and sleepy. ... Mainly sleepy2
-
How people chat with their girlfriend-
BOYS - chat on WhatsApp
Men - calls directly on phone
Programmers -Raise an Issue & comment on GitHub😂😜4 -
!rant
<confession>
Ever since I've discovered devRant, I use my avatar as profile picture on other sites as well.
</confession>7 -
FUCKING FINALLY TIME!!!
I did it! I made IntelliJ IDEA find my Android SDK installation!
Thanks SO!!!
Now I can experience the joy of Gradle build times!!!
Why did Google had to make so difficult to work with Android without its Studio?!?!?!12 -
It has sated my hunger for never-ending knowledge.
It allows me to freely express myself.
It has given me the goal to surpass all these people who are better than me.
Also unlimited anger that can end me up behind bars. -
Need
An
Awesome
Name
For
College
Coding
Group.
Please comment whatever comes to your mind that you think is AWESOME...61 -
Look here sir. If I have raised 12 defects on the feature you were working on its not a personal attack... I am not trying to publicly humilate you or doubting your ninja coding skills. We are on the same team. Just trying to make a better product that's my job as qa. So chill out with passive aggressive comments on the tickets.
You don't hear me making a peep when you take my name and say I missed the issue if someone higher up points out the same defects.1 -
Every University should make it a requirement that CS and Info technology juniors and seniors spend time on devRant. It is an education in real world coding and business challenges. No surprises. Easier transition to being a pro.
Wish it were available when I was starting.2 -
Some mother fucker parked his car in my parking lot...and it's lying there for more than 2 weeks...10
-
Each and every time I sit on a technical test I am reminded I don't know the theoretical background of the programming languages I claim I know.3
-
At the first company I worked for out of college, the CEO was a bit like a child. Whenever he came up with a new feature he wanted to add to the product, it had to be done asap otherwise we were going to "miss the boat." Every single time.
So rewind to a few years ago. It's a normal day at work and then suddenly my team lead and the CEO call my team into the conference room. The CEO starts telling us about this industry conference (we were in online dating) that was happening and this flashy new company dating company was going to be showing off this awesome search feature.
Naturally, our CEO concocted a Hail Mary plan of how our company was going to upstage this company and get all of the press to write about us instead. Basically, the "plan" was for us to build a brand new search feature of our own, in the week before the conference, and then he stated that the press would "have to write about us because ours will be better."
Everyone on my team knew it was ridiculous but we were pretty young and naive so we busted our asses to get this search feature out the door in the short week. The Friday before we stayed until like 2 AM. It was a little bit fun because the people on my team were cool, but the whole situation was absurd and no one, except the CEO, thought this had any chance of working.
Annnnddd in the end we didn't get an ounce of press, the search feature was pulled from our site, and the "awesome" company that we were so worried about getting all the press is out of business. But hey, we did get it done!1 -
Confession: every now and then a Google search for a JS function or something directs me to W3schools. And I proceed to use it. And I'm not afraid to admit this!!7
-
Me to university: You taught us C++, java, DS Algo and PHP only right?
University: Yes
Me: So our college project must be around these only?
University: Yes... But No, here are your only options for our college project
1. MEAN/MERN Stack Website
2. Machine Learning
3. Data Science
4. IOT
5. Android App
Me: WTF?5 -
I am this die hard fan of House, MD. A medical Based Drama TV series.
I find soo many similarity between how doctor House diagnosis patients and how we coders debug code.
Why the flying-fuck is there not a similar show for engineers?
Where engineer is followed closes as he debugs a problem? And saves the day?
Why god why.
I just pray for this miracle to happen.
(To start with Dr.House abused vicodin, we coders abuse caffeine and sudo chmod 777 :P )9 -
Today I learned that there are 26.9 million software developers in the world as of 2020.
That's only 0.35% of the World Population. We're special guys!9 -
(This happened a few days ago:)
First day on the job, last session of debriefing, HR comes to explain us some company policies.
Among them, they want us to fill in our working hours using a smartphone app (Android & iOS only).
I raise my hand and I ask them what can I do, since I have a Windows Phone.
HR lady's face is striken with sheer terror. Since then, I'm known as the "Windows Phone Guy"... 😁
I'm more than proud of myself. 🙂
P.S. We also got some cool Windows tablet to use during our training period...5 -
................. "DEVELOPER"...............
Because full-time multitasking ninja is not an actual job title. -
Hurray, the stickers are here! Now my laptop's awesomeness and coolness factor has been increased by infinite++!!! 😃
Thank you a lot, @dfox and @trogus! -
The moment when you are too scared to make any needed changes in your code fearing you will untumble all the structured mess of spaghetti code you have written... 😳😨😕5
-
I reset my mobile (Wileyfox Pro Windows 10) today and I had to open my old Lumia 535 to get a code for an app. The moment I turned it on the sensation of meeting a friend from old came back to me. I didn't realise I would be missing my old device.
It's kind of sad that Microsoft decided to pull the plug once again on their mobile platform. I liked the minimalism they brought to the interface and the integration they were trying to add between different devices.
All is gone now and I am left to wonder with the possibilities that would have brought.2 -
Sublime Text is a great editor but the fact that active development on it has seemed to come to a hault sucks.15
-
❤ I can be as creative as I want.
❤❤ It never gets boring.
❤❤❤ There is always something new to learn!3 -
I don't know which is worse:
1. My project manager telling me that I will have to make a whole project on my own within a month (frontend, backend, etc etc) for our major client and if I make it, we will get a bigger project for a longer period or
2. The colleague next to me being loud (speaking to himself, chewing things) at random intervals.2 -
My biggest dev regret was that I've followed other people's dream.
I lost precious time into trying being the "good kid" for my family and support them in their time of need.
Now I'm considered old for a starter and getting a dev job becomes harder with each passing day.4 -
Recently thanks to Whatsapp I've discovered a new pet peeve:
People pressing "send" after finishing a sentence (at best) instead of making new lines, resulting in around 5 new messages received at lightning speed.
Not to mention, they keep on going while I am trying to reply, losing my concentration in the process! 😡5 -
Software developers like to solve problems. If there are no problems available, they will create their own problems. It’s an addiction.
😊😊😊1 -
OPEN SOURCE CONTRIBUTION
Original post link:
https://linkedin.com/feed/update/...
Start your open source journey.
To Push your personal project to GITHUB.
1. git init
2. git remote add origin [link]
3. git add .
4. git commit -m "commit message"
5. git push origin master
To contribute to someone else project use the following steps:
1. Fork the repo.
2. Clone the project in your local directory using git clone [link]
3. After clone, create a new branch. git branch [branch name]
4. Checkout to new branch created using: git checkout [new branch name]
5. Make changes in Project then 'git add' and 'commit'
6. Push back the changes using git push origin [newbranch name]
7. Open Github web view and click the pull request button and you are done.
Follow Up Post: https://lnkd.in/fEMbTPC
GitHub Link of GIT-CHEATSHEET: https://lnkd.in/fhy4hmu
HD VIDEO: https://lnkd.in/fmq8GTd5 -
Not 100% of dev nature:
- Got an informal interview a few days ago: Got me super happy.
- Another 2 recruiters on LinkedIn showed interest: Made me happy.
- Psychometric & technical tests popped today: Feel like failed them completely.
- 2 more career days coming up: Not all hope is lost.
- Lack of portofolio and job experience: Brain is stuck and emotionally being meh. Maybe I wasn't meant to be a dev. :-/
I've just wanted to let it out of my system. Thanks for reading it. :-)2 -
Dear diary,
It's been the second day without Internet at home. I have self-exiled to my parents where the last vestiges of civilization remain. Now my laptop starts throwing tantrums and won't move beyond the loading screen. I wonder what's next to break down.2 -
I named an alias variable feedItem in my database query but I keep accidentally typing feetItem. I have no one to blame but myself.1
-
Back at my masters degree there were 3 group projects and 2 of them were dev related. Being the last to enroll and classes had already started, I entered a team missing one person. 2 out the 3 team members were complaining how they couldn't keep up with the workload and kept doing nothing on the group assignments. The other person and me did all the work because we wanted to get good marks on the project. Sadly, the teams remained the same on the 2nd semester, mainly because all the star students were grouped together to our chagrin. This time though, neither the teammate nor me were lenient on our comments during group assessment which influenced heavily on the individual marking.
-
As the saying goes "beggars can't be choosers" and I need to get a job.
I got approached by a recruiter in LinkedIn who had attached a PDF brochure.
It seems OKish, but the only part that worries me is "step 3" of recruitment process:
"Invitation to France and have a face-to-face technical interview and meet the team."
Will I be out of bounds if I ask the technical interview (if I ever make it that far) take place into Skype?
There are some savings, but going to France (somewhere between Cannes and Nice in summer period!!!) just for an interview that I might fail is a big gambit for me.10 -
About a year ago, the organization I work for decided we don't really need team leads. We would be more self organizing if we didn't have technical leads. Now, one of those former leads who feels out of place can't get over it. She is constantly trying to add her two cents -- which is totally cool -- but in such a way as to make it sound/seem like we need to do what she says. Also, based on everything I've seen from her coding ability, I'm not sure how she ever became a tech lead. That's coming from me, and let me tell you, I feel SUPER junior sometimes. Like how the hell did they ever offer me a job junior. Well anyway, another dude was working with her the other day (we do pair programming) and snapped. He flipped out for like a solid 3 minutes on her. It was the most awkward thing I think I've ever experienced.3
-
Handsome co-workers in my visual range distract me from my tasks...
I need to get back in shape and start the dating game again... :'( -
I always get a kick out of it when I get to read a hilarious email that was sent in to customer service about our product where the customer is so pissed that they curse everyone out and then they call out the programmers too. "You should fire all your programmers too, they suuckk!!!"1
-
Software engineering isn't a great side-career if your aspiration is to do other things.
It takes way too much of your time to let you do anything else.5 -
I hate my tablet...
It is a giveaway from my sister and it is a bit damaged. It's unresponsive on a straight line from the one side on the middle of the screen to the other.
It's an old tablet, so it has not much memory and it lags a lot, especially during app updates.
To "work" with it, I have to switch from landscape to portrait mode and vice versa, because many apps put dialogs exactly in the middle of the screen, on the unresponsive part.
But what I hate most about this situation is that there are apps that are locked on portrait mode and I can't access them... It wouldn't hurt much if all apps could rotate from one mode to the other!!!
I'm on limited funds for quite a while, so I'm stuck with it for now. Meh... ☹4 -
Stop being high, Monster! Why the heck should I apply to a SENIOR developer position when my skills/experience are of a graduate?!
Job seeking site being troll... 😒2 -
I'm so bored converting a table from HTML to some weird ReactJS framework...
I've been postponing it for so long!
Front-end stuff is not for me... 😕5 -
I don't know my problem is. I lost my motivation to code, my enthusiasm and excitement to read a code and solve a problem. My love of my life for 6 years whom I thought she's the one, gave up on us. It was a long journey, lots of ups and downs, but really worth the time and sacrifice. Now, she's doing good, very happy on her life judging from her social media. Can't believe she just moved for 2 months. To be honest, i want her to be happy but quite bitter that she just moved on quite fast. And I don't if this is the reason why I lost my motivation and enthusiasm to code. Or maybe I just don't like the project we're working on. Well, I really don't like it since it's a mobile game, I really want to build webapp or mobile app but it's too late to change the project.
I'm not like this, I used to code until morning without noticing the time, excited to solve a problem that stuck on me for quite a while. I really became a lazy person right now. I feel the pressure to finish the project but I don't see myself working on it, I don't feel interested reading a code. I just play computer games instead of working on my project during my free time. I don't know if I'm depressed. I socialized with people, have fun, happy when I'm with them, but when I'm alone, sadness starts to creep in. I feel like there's an empty void in myself. I don't know, i just want the motivation and energy to work on my project. Im tired, lazy, and feeling burnt out. If you read until this very last sentence, thank you and I'm sorry for reading this nonsense.5 -
!dev (maybe slightly)
I went to a CV Workshop organized by my first school. The presenter was the slightly-arrogant/know-it-all/cool type of guy who's a recruiter and also has his own company he runs. The presentation was OK, even though it took longer than announced. However, there were some things that bugged me. He expects everyone somehow to be extraordinary. Granted he works as a recruiter and his clients would like only the cream of the top, but some of the examples he gave from his personal experience, he seemed to give more gravity on other traits of the candidates than their achievements and qualifications (e.g. rejecting a candidate because she had posted a photo of her clubbing on Facebook). Also, somehow he judges candidates based on their parents profession. Lucky me that I fall into the category he dislikes. Now the fun part (sorry for the long post):
Next week there's a career day. I sent my CV as soon as I got the mail and then I also phoned the person in charge (as per the instructions). Yesterday on the workshop it was said we should resend our CVs by tomorrow on another mail? No problem you may think, but that said recruiter will take a look on them and that means I will have to rework mine just to make sure it is to his liking. I'm no fan of writing mission statements, nor trying to guess what my qualities (aka soft skills) are because what I think I am doesn't mean I actually am.
So now, I'm in a dilemma. Just send the CV as is or get a mental breakdown just so to please that person?
Thanks everyone for your patience and time, I just wanted to pump some steam out me...6 -
Do you have any annoying you want to get rid off, but you can't because of reasons?
I do. They are 4, but for now I'll talk about the gold medal winner.
When we met about 8-9 ago, she had just come back to town due to some very bad personal experience (not her fault). Anyway, she is polite, but her major flaw is that she is pushy. REAL BAD! And she gets mad when other people (including me) try to do it on her. Another one is having calls during random inappropriate times, because she had fight #N with her boyfriend, and last but not least, she will call when needs something out of someone.
Lately, her project is finding us a job, since we're both unemployed. Any job. The sad part is when she sends me job ads for dev jobs I don't qualify, e.g. Company X is looking for a dev with Y year of experience, knowing A, B, C & D technologies. I've told her that I don't qualify for most of the dev jobs she sends me, but she insists I should send my CV anyway, cause of reasons. Also, for some reason, I should be accounted to her for all my current choices when what I would honestly say is "BUG OFF".
Her latest endeavour is getting me one of her friends (a psychologist) as a "client". Her friend wants to have a professional website with writing posts/articles as a side dish. I'm not registered as a freelancer, so everything will be done under the counter, and her friend is OK with that. I'm no web developer, but I didn't refuse because of her backlash and also that would be a positive experience for me. Now, the juicy part. She gave her my phone number without my permission and she told me straight away. Her plan was having the three of us meet, though I don't know why and I didn't want her being around. I asked her to call me immediately, which it didn't happen. After being pestered by my friend for a couple of weeks if her friend called me, she finally did it on Monday. She didn't say to me anything I didn't know, but at least I have her phone now.
What I can offer her is a website skeleton with the usabilities she's asking. What I can't offer her is graphics/banner and security. And now I have to come up with reasonable price. Teams here ask 400-600€ for a complete website the way she asks, including VAT. I'm thinking around 100€ and I don't know when I can deliver the project. I've had some experience with Ruby and Sinatra, so I'll go with that, and I'll learn CSS along the way.
Thanks for reading till the end! 😃4 -
Ever teamed up with coders/developers you personally don't like.
Also suggest some techniques how to LIVE through, gracefully. :/3 -
not really a rant but the more i code, the more fun it gets. i havent really dived this deep into coding and allowing myself to take most of my time doing it has made it more interesting for me. now i want to learn more and start creating personal projects aside from real university projects. people may think its weird that i have been devoting a lot of my time writing code, but i guess they just dont understand the difference of coding for grades and coding for fun.
we are all in it for fun!1 -
"I'm a cook. I have a lot of experience... so, don't question me there - but I have this one question: I have some food. I need to make it hot. What library can I use to make hot? Please help. I'm on a deadline."13
-
Finally I am in my new job!
Everyone is working in a project except me and I can only use IE11 and Chrome... :'( -
I've finished the knowledge tests at the local DevJobCon and I got the following question on the easy part of the Java session:
Which of the following is NOT a Java IDE:
a) Eclipse
b) Netbeans
c) IntelliJ IDEA
d) Notepad++
😆6 -
That feeling when you're finally done with a pretty big PR and ready to go live. You excitedly send it out to a few of your peers, and then... 20 comments! The real work has just begun 😭1
-
Inspired by a programming is a constant/continuous thing. Every small and big achievements, from squishing a bug, finding a workaround, pressing the "Build" button and the programme runs. Each time the brain feels expanded like when a baby discovers new things, a tiny creature in a gigantic Universe of endless possibilities.
-
After struggling all morning with my laptop, I finally accepted the fact that my 1TB hard drive died. Now I'm on a dilemma: Should I replace the drive and upgrade the RAM, or should I buy a new laptop altogether?
Current laptop is Lenovo G50-45, with AMD APU, 6GB (4+2 on graphics) and said 1TB drive.
Before this misfortune befell me, I was planning to upgrade the RAM to 8+2.
Now I'm at a loss, but my folks are willing to help.
Should I buy a new drive and RAM or should I start looking a new more dev oriented laptop? If the latter, any recommendations?3 -
Finally, I got my laptop back after 4 gruelling days of separation with a new disc and more RAM!!!
I can't wait to finish up installing all the programmes I need to start writing code!!!7 -
Piddling, and trying to learn some game stuff. Very simple game stuff.
Example code:
if (level % 10 === 0...) {
speed += 0.3;
...
} else if (level % 5 === 0...) {
speed += 0.1;
...
}
But because Javascript, console log reads:
speed: 0.5 <-- this is the initial console log
speed: 0.6
speed: 0.8999999999999999
speed: 0.9999999999999999
Well done Javascript, well done.25 -
I had a technical test on Tuesday on Linux and SQL. I thought I failed. I get a call that I did pretty well and now they want me for an interview. Naturally, I get very excited.
I get a date for the interview and get ready to shine... until I accept the video call and find out that it is a technical interview! But this time instead I have to express myself in a foreign language.
(And also not with the people I was supposed to have the interview with)
No worse way to stress someone XYZ company! Totally uncool!!!
I think now I can go in a shadowy corner and whimper.9 -
My manager during my internship in 2007 was very prone to screaming.
She took the position, because more senior staff than her didn't want it and she wanted to be in charge of them.
When people didn't deliver the results she wanted she would call them in the office, start yelling them and saying they were incompetent and demean them. And even though we were a small open office, she would send us messages through MSN Messenger (it was the it thing back then), to check on our progress or ask us to go to her office which was the room next to us.
I met many wonderful people during my internship, but I was more than glad when it finished. A couple of years later I've learnt that the branch she was managing was terminated because everyone slowly started quitting. I can't imagine why... -
Such glorious Wednesday...
#1: Friend needs me to keep her cats, hasn't called yet to give me keys (and she's leaving tonight).
#2: Got an e-mail from a job I applied, rejected cause I flunked the impromptu technical interview (with the usual pretty wording).
#3: Helping a friend with his dissertation code in Java. Just a marvellous spaghetti code with minimal semblance of a structure and a hodgepodge of various solutions found on the Internet. 2H 40M and still nothing... At least I have my stress ball to save me from mental breakdown...1 -
Microsoft is shutting down yet another product:
https://blog.mixer.com/2020/06/...
At this point I'm neither surprised, nor mad. Simply sad, cause I kind of liked Mixer.
Well, R.I.P. just like many other MS projects...12 -
Is it highly likely that, those at high position of management are more greedy of money and posses less ethics and values, than those who actually build the company ie engineers ?
I had seen, it's always the top management who get away from mistakes/ issues but generally it's those who develop the company at core i.e. engineers again, are sidelined or considered responsible for the mistake, when management don't know a shit about anything, or sometimes engineers just follow what management says and management fucks their asses wide even if the management did something wrong.
Who do you think actually build companies/product. Engineers or management or marketers/sales people, who eats fat cheques ??
I remember from silicon valley, when hooli reverse engineered Richards idea and developed their own prototype named Nucleus. Pushed their engineers to beat pipe Piper and when their product turns out to be awfully terrible and extremely fucked like a burned dick with broken balls, they just fired their entire nucleus division5 -
Getting ready to start working a little something something on the side. Client (read as uncle-in-law) wants it in Wordpress because he
1) has heard of it
2) can buy themes. I told him I can make it look any way he wants and use something else, something that I'm actually familiar with. He wants Wordpress. At least it looks like writing my own plugins to do stuff will be really easy.6 -
Everyone around me is running like crazy to deliver a project on time (the day after tomorrow) and I am sitting quietly trying to reply an e-mail of my project manager in french...
-
Good old dear me sitting comfortably and writing some code...
Suddenly, the doorbell rings!!!
"One moment! Coming!", I shout...
I proceed going to the hall, take the keys from the table right next to me and I unlock the door...
I open it and there's only thin air in front me. Downstairs I hear the building door closing and the elevator working its way up, higher than my floor...
I close the door and I go back to my desk, resuming my work and thinking:
"I don't know who are, I don't care who you are, but I will find you and I will make you pay..."
Now my coding train of thought has stopped! Thanks, unknown doorbell ringer!!! -
TITANOSAURUS CRAP!!!
Whose idea was to send an e-mail at 11pm about a dev job convention for this weekend!!! And on top of that there will be testing to weed out the candidates!
SIMPLY GREAT! I have to be off town for unavoidable family matters for three days without Internet connection...
Thanks a lot automated mail system for letting me know 4 days in advance that I will fail!!!
It's not that things were awful enough, now I have one more reason to be stressed, get more rashes and weep internally! -
So we have this team that deploys some code. We had a change in that code that "we" forgot about. Turns out, a dev on our team decided it would be cool to rename an endpoint. Why? Great question. Because. So this code gets deployed, but the call to that endpoint didn't get deployed. System 2 tries to call the endpoint, 404. We roll back, we're searching, after like an hour, we find it. We go to TFS to see who did it. The dev grabs my keyboard and starts checking diffs, somehow managing to skip their commit (from 5 months earlier). I take back my keyboard and *surprise* it was the commit that was skipped. WTF? Why did you rename that endpoint? What do you mean you didn't do it? It has your name right there!4
-
Since I can't make many posts, I'll try squeeze them all in one:
1. Phone recruitment interview went "well", I even spoke french at some point! 😃
I have to brush up my knowledge again for the technical test (I hate them). Somehow I got excited, which I shouldn't, but only time will tell...
2. My brain is stuck with opening a Twitter account, mainly for following people/companies news. I don't know if it's worth it, so I would your feedback on this.
3. I've finally come down to listening to synthwave while coding and I was wondering if there's any good free service (I'm still poor, so I don't want neither Deezer nor Spotify), preferably with a UWP app on Windows 10 (that is not Soundcloud).4 -
I'm very sad. I had to do 5 challenges in Hackerrank for a job and I managed to complete only 1 in the allotted time.
What makes me sadder is that in one challenge, the testing the compiler did was different than the challenge description (getting me failed tests).
Damned job hunting, I'm losing hope with each passing day... 🙁2 -
What I thought coders would do when they are at home?
Building and automating everything in their life. How about a button on your wall automatically ordering your favourite pizza? A drone with a camera on the balcony that automatically gets triggered when someone rings the bell, flying down as a high tech and cool door bell camera?
Now that I am a developer, what am I writing in my spare time? Grease Monkey scripts that auto display none the "please do not use add blocker" notices. Living the life! -
I know I'm pretty late to the party, but I've been playing with Redis a lot lately and it's pretty awesome. Sorted sets and the various Z functions seem very powerful. I'm hoping to get to use it in a prod environment soon.2
-
Work is slow these days.
I am done with the projects.
Everyone's away for summer.
I cannot do/install stuff because I don't have admin rights in my machine.
I cannot view all the webpages due to netwrok policies/certificates.
I am waiting for time to pass and go home.
😕😕😕3 -
Service status pages that poorly reflect actual service status are so annoying. Ex. GitHub is having a lot of latency issues with processing updates and like 5 people in my office noticed it while their status page still says everything is fine.
This isn't to explicitly call out GitHub since many service status pages behave like this, but it definitely shows a general weakness in these health checks. I've seen similar issues with tons of services, web hosts, etc. Monitoring is definitely hard but will hopefully keep getting better.1 -
Other peoples' code... (in C++)
I am finding what some people consider good code is not as described. I found a class that provides strings. Great it gives me paths and stuff. I incorporated it in a new project.
segfaults
Hmmm, it must have an init function... It does, but not in the class. It has a friended init function:
friend init_function(). If this function is not created and called external to the class then the class will segfault...
okay...
I implement this. I use code from another project that implements this correctly. The friend class allows the private constructor to be called to create the main instance of the class. So its a fucking cryptic ass singleton. I look at this class. It uses a macro to decide what to function call in the class. The class already has function names for each call it needs to make. The class is literally a string lookup table. I vow to redo this shitty code, someday...
I start to wonder what other fragile code I will find. Not long later I keep getting errors on malloc. Like any malloc that is called results in a segfault. The malloc is not at fault though. I run valgrind and find a websocket library is returning an object a different size than the header file describes.
WTF...
Somebody has left an old ass highly modified definition of the websocket header in a location in that I include headers (partly my fault). I eliminate that from my include path. All is well, everything behaves. I will be making sure this fucking header is not used and it is going to die. Wasted a bunch of time.
Lessons learned: some code is just fucked and don't leave old ass shit you tried laying around.5 -
Earlier I used to say "I am good at throwing and catching." After learning Expcetion Handling in C++, now I am saying, "I'm good at throwing and catching EXCEPT in C++."
-
Given that Microsoft will be dumping Edge down the toilet flush (and creating an Edge skin for Chrome), I will have to switch browsers (if I want to surf the Internet).
I don't want to switch to Firefox, because I find Mozilla having double standards.
It's been ages since Chrome isn't my favourite, I am forced using it at work, so I'd rather avoid it using it at home.
That bring us to the Chromium-based browsers. Of the myriad out there, the two that piqued my interest are Opera and Vivaldi.
Both have their merits and flaws, but I am equally drawn to them.
My question is which one would you pick between these two?22 -
Developers probably use yellow as the default color of emojis since it's the best balance between all the possible pigmentation of the human skin.5
-
Soooo... Following my previous lengthy post ( https://devrant.com/rants/985618 ), I talked with that friend of a friend and explained her what I could offer her. It turns out she's being funded, so she needs to have a receipt... What really amazes me is that she knew from the start that I can't freelance for now (the taxes are very high and the legislation requires payment even during periods of no work). Oh well, back to my personal projects... 😖
-
I just really want to pluck my eyes out...
My sister is abroad for a music festival where she is attending as a speaker.
Her speech got almost ready at the last moment. The slideshow presentation was sloppy cause she gave some half-assed points to put. I saved the files (PDF and PPT) on her laptop and on her USB stick, I didn't keep any copies for me. She rehearsed her speech and I added some more points to enrich it and fill a bit more time. When she got there, she messaged me if it was possible to add those extra points to the presentation. I asked her to e-mail me the new points and the presentation on time (which it didn't happen), expecting a file attached to the e-mail. And guess what:
SHE FREAKIN' TYPED EVERYTHING EXCEPT OF THE TITLE!!!
AND NOW I HAVE TO REDO THE WHOLE PRESENTATION!!!
I can't facepalm myself hard enough to hop onto another universe... -
When you read an article that WhatsApp's end of support is the last nail in the coffin of Windows Phone and you are like: "But I don't care about WhatsApp at all..." 😅
P.S. W10M user here.4 -
I went to the movies yesterday and I watched "My Lady".
The only screen of a mobile phone was that of a W10 mobile.
That really surprised me and filled me with joy... 😁2 -
So we finished our requirement ( barely) for a new client. Next is data modelling and system design.
We started with data modelling. Unfortunately the lead developer does not know the difference between database and data modelling.
me: hey bro, we'll do the database and stuff later, now let's focus on data modelling.
him: (acting like he knows) yeah I have developed a sample design for the "data model".
me: no this is database design.
him: what's the difference?
me: dude, they're totally different. Okay, simple explanation data model is what you want to store, whereas DB design is how you store it.
him: So, if I am not wrong, it's implied that you know what to store if you are talking about how to store it.
me: but you don't know what it is you want to store yet. And one of them precedes the other.
him: Okay, let's start with DB design.
me: What?????? you want to build a house without a plan??? That's it for me I am done !!!
I left the project yesterday, later I heard that, the team members are coders, who think that developing a software is all about coding and fixing errors. -
I just can't stand that dumb senior. Everytime one tries to change the size of the window, all the data from the quite lengthy form is lost. Ofc he will not fix that. How is that even possible? Wtf?
I would not give a damn if I did not have to fill these forms.4 -
Windows Phone might be well dead, but their memory still lives in Bing Rewards! 🤣
(Info: French version of tile to promote the MSN News app - I'm using it already, so everyone's happy 😉)4 -
There was an Internet hiccup at work.
The only sites I could access was Bing and Microsoft.
Not even the internal corporate network was accessible!
I think Big Brother knows me quite well!!! 😏 -
Received an email -
"Hi,
Wanted to connect with you as Mr. X suggested you can provide an architectural on the JIRA system."
How vague can things be? Lost as to what should be the appropriate response.4 -
I think I am going through burnout.
How do I deal with it?
Joined a startup with crazy work culture in Jan.
Have been working 14 hours a day for months starting march 2020, and even that was only to barely keep up with my colleagues. I have been one of the top performer in my previous jobs.
since the beginning, It always bothered me seeing people working on weekends, and falling behind if I didnt, to not have time for anything else, but I started really hating it a couple of months back.
Work has slowed down a bit now, but I just can't do it. Cant focus and get even basic tasks done. Still getting by with last minute efforts but I hate it!
Dont have the guts to leave the job, but also realise I am not doing enough and will get kicked out eventually anyway.
What can I do, to get over this?16 -
Stop shitting on my codes sir :(
I know I didn't give you strict guidelines but pleeeeeease do not code it this poorly. These are obvious mistakes.... -
The next major war seems more likely to be started by a bug in someone's code than an action taken by a world leader.1
-
I received the following e-mail today:
Hey, XYZ! Could you please check the following in your web application. The data do not show correctly. Could it be a bug?
[insert attached screenshot with said "bug"]
My reply:
Hey, ABC! It is not a bug. You uploaded the data into the wrong table. 😊
[insert attached screenshot with the incriminating evidence]
-----------------------------
I felt a bit savage and I liked it. 🔥4 -
New to working with git in a large scale application. I've used it in personal things, but not at an enterprise scale.
"genius" me: git pull origin {{dev branch name}}
"genius" me: why won't any of these tests work?
"genius" me: spends 2 hours working on fixing some tests
actual genius that I work with: Dude, revert that shit and pull from master, the tests will work. Don't pull from {{dev branch name}} because you have no idead what might be there.
This makes sense. Things are started and abandoned in favor of new priorities all the time. At least my PM is pretty cool and didn't freak out that I wasted that couple of hours like at a previous position.
Also, git is far superior to mstfs. Very smooth and easy to use once you get the hang of it.5 -
analogy for overfitting :
cramming a math problem by heart even the digits of any problem for exam.
now if the exact same problem comes to exam i pass with full marks else if just the digits are changed however the concept is same and simce i mugged up it all rather than understanding it i fail. -
Day 3 at the office:
Still no project, I read about AngularJS yesterday, today I am reading JavaScript on W3C.
For some reason I have Internet access from IE and Chrome, but not from FF... :-/3 -
Another day, another recruiter seeking "young", "talented", "ambitious", "driven" etc. etc. individuals approached me on LinkedIn for a phone meeting.
I wonder how fast he'll run when I mention the words "apprenticeship" or "entry level". -
Change the main backbone of an application (2 - 3 weeks) in order to facilitate the upgrade of the application from AngularJS to Angular (which they tell us is going to happen...eventually) or, rewrite the application (~4 months) in Angular. What arguments should we be using to get the rewrite? Our pleas are falling upon def ears.3
-
I've been coding professionally for about 6 years now. I'm changing jobs, and I have this fear that I'm going to get there, they're going to decide I have no idea what I'm doing, and fire me. I'm the sole income for my family, and this shitty thought scares the crap out of me. Does anyone else go through this?11
-
sitting alone on my desk for 5 fu****g days making my agency's landing page. Replaced all lorem shit ipsum with my feelings. Pray for my lazy co-workers3
-
So sick of my coworker explaining to me how I should do a task. Dude, I've already planned out how I'm going to handle the situation. If you really want to help, wait until I create my pull request, review it, and then make your suggestions there. Unless I ask for your advice on how to do something, I don't need you to tell me how you would do things, especially since i have, what, 5 years working in the framework when you have 2 months?
-
Is the MySQL 5.6 deprecated? One of the colleague said but i could not find a date if it is. Even they GA 5.6.44 on 2019-04-25.11
-
That feeling when you know your project manager is going to ask for something that they said wouldn't be a thing...2
-
So I've been working with this company for a few years. Great company, really is, very few problems. Recently, the intern on my team was offered a full time position that he will be starting January 2020. More recently, I found out that his starting salary is going to be about $500 more than my current salary. I just got a raise about a month ago. How do I go about addressing this? I don't really wanna leave this company, but on the other hand, I would kind of like having four years at this company respected a bit. I've done good work, I've been loyal. Hell, that raise about a month ago was my second this year. Don't know what's next.1
-
Life of an tech lead.
Hire a candidate with little to no experience in relevant technology - > train said resource - > resource becomes productive - > plan enhancements as work load can be shared. - > resource switches projects or firm - > goto step 1 and overtime to complete enhancements. FML3 -
So, we're preforming a re-write an application. It's on an application (actual mortgage application, not 'app') that has 4 different entry points. We have the most common entry point converted to our re-written application with plans to have the next couple done over the next several weeks. Yesterday, the old version broke. It was under the impression that it could grab any row that matched the borrower and then check against a hash of that data to see if it could proceed. It can't. You can't hash data set 1 and expect it to be the same as the hash for data set 2. Not a thing. When asked, the only answer we could give right away was "We'll fix it, give us a couple of minutes" and "Sorry, bad {{appName}} is bad. We don't know root cause yet. We'll let you know when we do." Was pulled aside by my manager and told my answer was unsatisfactory and I shouldn't give answers like that. I get it, "Bad {{appName}} is bad" isn't great, but it's not like we were going to give that and leave it! We needed some time!2
-
What all are the infrastructure related issues you face in your organization day to day?
Parking issues.
Unhygienic washrooms
Cooling / Blower
Internet connectivity
Coffee machine sucks
Broken/Uncomfortable chairs....
these all our mine :( , add yours :D3 -
All South African devRanters, if there are atleast a few on here... Have any of you heard about the WeThinkCode program in Johannesburg?3
-
Suddenly Programmer becoms Doctor so he said to patient :- Your x-Ray showed a broken rib,but we fixed it with photoshop3
-
What the fuck is this version control thing? We managed to pass one fucking entire semester building an mobile game without knowing anything about version control. How my team finished the game? Fuck, we just place our source code and files into the folder, archive to rar and sent it through gmail. My desktop was a fucking mess, it was bunch of New Folder(x) all over the place. Fucking school didn't even taught or mentioned even once about that shit. In fact our faculties were all master degree holder. Our life could have been easier back then. So in this last school year, we gonna use that shit in our Capstone project.5
-
My co founder/ co-coder and I always have funny and wierd conversations. It got to the point that we've started a podcast. They're short and it would mean the world to us if you'd listen and give us feedback as you lot are all trustworthy codey people!
You can find the podcast here: https://anchor.fm/blooware4 -
Why the hell do the Pixel 3 XL have a notch if it doesn't support Face unlock?
Meaning there could be other functions related but they are like face filters on snapchat and all. Face unlock is something would be used the most.
Really Google! U decided to keep the notch but no face unlock 🙄7 -
Rules and policies are just for discussions and arguments. When you really have a problem on production, all you need a solution without any law.
You are allowed to execute Alter, Restart Server, Deploy some hacks and many more :D -
Working on some documentations on MS word and I'm pressing ctrl+space for auto complete!!🤣🤣🤣 Not only that ctrl+click for multiple cursor!!! 😂😂😂😂😂2
-
Me: hey, I noticed we are doing this weird stuff in 'platform A' can we file a story to fix this.
Dev: It must be legacy code or library implementation before my time. By the way it's the same in platform B.
Me: yeah, we will need to fix that too.
Dev: tell you what. For now let's keep our platforms uniform we will fix it when platform B is fixed.
Welcome everyone... to the new chicken egg problem. Where even bugs are needed to be uniform across platforms.1 -
I suck at data structures and algorithm, how can i be good at it? Or maybe i suck at programming in general, i don't know, 2 companies emailed me that I didn't pass their technical exam, I'm disappointed and thinking maybe software development is not for me.3
-
Like many of you, I'm currently working from home. This is great, and I hope I can stay remote when this is all said and done. That said, there are a few things I don't like. First and foremost, I need to connect to the VPN in order to do a large number of my tasks. This sucks for multiple reasons, the current worst being that I can't use Fiddler while connected to the VPN. This really handcuffs me in certain situations. Anyone currently using a proxy that works while on VPN? I tried a couple of others, including Burp Suite. But they didn't install on my MacBook. Apple didn't like not being able to peer into the depths of their soul, or some such nonsense2
-
Why is Windows, Windows!
Does using Windows limit your creativity? Coz u r always inside the box ...2 -
I never had a lot of faith in my dev competence to begin with.
It gets even worse on my current (and also first) job. So far I have been handed solo projects that I need to deliver in a small amount of time using tools I have no experience with. I have two other colleagues I can ask my questions, but they are too busy working on other projects they got handed. Which leaves me 80% of the time on my own.
The bright side of it is if I make it alive somehow, my resume will be diverse.4 -
Le Angular programmer
Me: I need to add all these fields across this 30 page (seriously) questionnaire to the dataLayer for Google Analytics...I'll see if I can loop over all the controls and get the native element so that I can do things with it.
Also me: WTF do you mean I don't have access to the native element? Damn it! What does Google say?
**terrible french accent**
A few moments later
**end terrible french accent**
Me: I don't want to have to create a directive to put on every single one of these fields. That's dumb. Not gonna do it...bad vanilla JavaScript?
**terrible french accent**
Several minutes later
**end terrible french accent**
Me: Wait...if we use this directive then the directive can handle all the things AND we can use it outside of this questionnaire. The rest of the app can send this data so that Google Analytics can know all the things
Man Google..You sure do know what I want before I know what I want...Are you spying on me too?1 -
Finally, after a long time and excuses....
updated my profile on job portals...
Ready to study ..... Best is waiting.... -
Episode 2 of our Weekly Podcast is out a day early! Listen to "Two Coders, One Mic" on
Apple Podcasts:
https://lnkd.in/gJCYZ-X
Anchor :
https://lnkd.in/g-6PMCm2 -
The moment I find the solution I get so happy that I tell myself let's solve this problem another time. Then afterwards I get depressed because I was wrong.1
-
Hi, I'm currently taking a software dev course and curious to try using linux for software development. There's tons of linux distros and my question is, what's the best or ideal linux distro for it?8
-
A friend who just got into ML recently.
"Dude, did you know how amazing ML is??"
"I'm training a computer to give out outputs, basic AI dude"
"Dude logistic regression is the shizz"
"You heard about backprop mate?"
"ANN is the next big thing. I'm currently working on one of the biggest AI project now"
So I casually ask him whether he completely his project or not. He proudly showed me a 9 lined code he copy pasted from Google (search for neural network in 9 lines) and said, "Dude I trained my laptop with some advanced AI techniques to give out the perfect XOR outputs"
He rounded off values like 0.99 to 1 and 0.02 to 0 to make it look perfect.
#facepalm1 -
The developer economics survey is back, if you didn't know already.
https://developereconomics.net//...2 -
Irony - (noun) Switching to a new framework to do more with less code. Spending obscene amount of time and LOC to retrofit rest of the code to work with the said framework.
-
There are two types of coders out there:
int main() {
// code here
}
int main()
{
// code here
}
Which one are you?8 -
So after 8 months of stopping the development of a web app, the client decided to start pushing it for usage.
8 months ago I was almost begging him to do some testing, so I could gather some feedback and fix any issues. That, of course, never happened.
Yesterday just before leaving work I received a meeting invitation and an e-mail. Apparently the app wasn't at the "expected level given its development time". I also got another e-mail with change requests.
Someone will be getting some virtual middle fingers during the meeting... -
Ok, so i got an epic requirement from business.
Business wants to implement something like this. On a save click this popup should be opened with further 2 options "Save" and "Save As" having radio button in front of each button to enable and disable the buttons and input boxes and obviously error/success message should be
displayed according to the option selected.
Team denied to work on the requirement.5 -
A small webapp like sarahah (anonymous feedback) but it sends the anonymous reply to Telegram Bot using api
-
Can we make a cluster which is moderately powerful using all free cloud computing services available online like Google Cloud Platform, AWS, Oracle cloud, Microsoft Azure etc.3
-
Going forward everything will be built on js and we won't be carrying java anymore. Whether its UI thing or lambda functions on AWS. This is what the idea floating in my organization.
What are the thoughts here on restricting on a language?3 -
Don you hate when someone from {gender}coders or any other group post photos to all social media channels "coding", inspiration quotes for that specific {gender} , and what not, they even posted their github .. but then .. see pic.
And all you see in their github are exercises from courses and books, nothing else.15 -
Having a code-gasam over here because reuse in Angular > reuse in AngularJS(AJS). Throw in reactive forms instead of template driven forms in AJS and I'm done.
-
I got called for a 1 on 1 with my manager. Nothing out of the ordinary, I thought. We have those from time to time. This time it was because I've been losing the trust of my team. I haven't been communicating with them very effectively and it's taken a toll on our working relationship.
We talk on slack when we run into issues, and we give a daily update at the end of the day and during stand up in the morning.
Anyone have any suggestions on ways I can increase the communication to help earn my teams trust back?9 -
I need an advise for my capstone project. I'm planning to make an online booking system for a ferry company. Planning to make it for android and ios and maybe for web too. Did some research and found about ionic. Looks amazing but not sure if it's the right tech to use for my plan. Also about the payment gateway, I want the customers to pay on the app or the website directly without redirecting them to other website. Not really sure if I can use paypal with this, also i need the system to accept mastercard and visa.
I did the research, so please no hate, I'm not asking for the code. I just want to know the right tech to use. I'm just super confused and lost right now.8 -
Comment one thing which you never want to miss in your life as a programmer.
For me it is semicolon " ; " ........ :D6