Chrome 69 will keep Google Cookies when you tell it to delete all cookies web developers |
- Chrome 69 will keep Google Cookies when you tell it to delete all cookies
- I hate what I do
- Tool to visualize database schema using code for developers and analysts
- Minions
- Warning: Namecheap.com exposes private contact data after domain expiration
- I have a Frontend job interview and would like for some help.
- [.NET] Having problems hosting web api via IDE.
- Do you guys know any open source animation like the one from this gallery?
- Galleria/JS library - When I click a link and then I go back to the previous page, it doesn't load a JS script
- TravisBuddy is a service that integrates with TravisCI and GitHub in order to let your contributors know why their PRs fail the tests and what they need to do to fix it
- Simple HTML CSS Navigation Menu (Not Responsive) - For beginners
- Why are dozens of NPM packages only 2 or 3 lines of code that add basic array related features commonly available in every other language? Couldn't they all be joined into a single package and eventually become a native part of JS?
- Make dev.to cleaner
- Browser session recording/playback
- Web Components with angular
- Switching to Apple
- Scrolling gets locked on infinite scrolling feed
- Is it a killer combination to be a DevOps engineer who can do machine learning too?
- Need Help - url to embedded pdf on website extraction
- New to API
- Why Migrate from WordPress to a Static Site Generator
- Do I need to change the projects/apps on my Portfolio to become more Employable?
- First experience with React & Redux creating a SPA
- Question about jobs where they list multiple languages? (Example from what I just saw C#, and Java)
Chrome 69 will keep Google Cookies when you tell it to delete all cookies Posted: 25 Sep 2018 03:02 AM PDT
| ||
Posted: 25 Sep 2018 08:34 AM PDT I'm a mid thirties, senior developer. I work remote, but have also worked in office in the past. I have worked contract, on a team, and headed up teams. I started hacking around on computers when I was 10/11, playing with telnet and local BBS's. I loved tinkering on computers, playing games, figuring things out. Fast forward a few years and I am building websites for my online buddies in team games. Loved doing it. There was a need, and I get to be the one to fill that need. That sense of importance, gratification and responsibility was great. If all jobs were like that I would gladly work for way less than I do. Earlier this year I started looking for a new job (my current one), and I was filing out my resume. I have a long and varied work history, working on all kinds of projects, languages, people, deadlines, you name it I've probably stuck something of mine in it at some point. But when It came time to update what I did at each relevant place, I just fell flat. No real answer. I didn't really do anything. Most every project I've worked on is either bankrupt, out of business, or been worked on again since. Other projects are intranet style internal tools. Nothing to brag about, nothing to show off and be proud of. That wasn't the big problem I had though, I understand the nature of the work isn't glorious and I'm fine with that. But you know that feeling when you are working on a project and you know that it's going to fail, that it will never launch, or it's just dead before it even starts? Or it will never see the light of day, nobody will care about it, or people will take it for granted? That is how I feel almost all the time. I work on stuff that satisfies me outside of work, but during work, I've started to hate what I do. I have no interest in it. As soon as it's time to work I get sleepy, my brain checks out. I just don't care. I don't care about the projects, I don't care about the clients. I don't care if it succeeds or fails. I just don't give a shit about it. I need to work to support my family, but I also need to recognize that I don't need to be miserable while doing it. I would like to just once have a feeling of accomplishment at the end of the day. That I gave what I needed to give and it mattered for something. My current role, it feels like I don't matter, the project doesn't matter, nothing matters. I absolutely hate it. I hate how it makes me hate what I ordinarily love doing. I need to find a new job that I do enjoy. I've always wanted to run a store. Maybe I'll find a new dev job, maybe not. I wanted to write this down so other people can see maybe it's not just them, it's ok and normal for this type of work to drain on you, and if you aren't happy, fix it. [link] [comments] | ||
Tool to visualize database schema using code for developers and analysts Posted: 25 Sep 2018 07:07 AM PDT | ||
Posted: 25 Sep 2018 12:48 PM PDT Hey all, I've made a pen at @codepen using pure CSS. Please take a look https://codepen.io/aakash_gill/full/MqRzyX/ Feedback appreciated :) [link] [comments] | ||
Warning: Namecheap.com exposes private contact data after domain expiration Posted: 25 Sep 2018 06:51 AM PDT I can't believe this. I let an unused domain with whois privacy enabled expire a month or two back to be returned to the pool, and now see that all of my personal contact data--name, street address, email address, even my f'ing cell phone number--are displayed publicly. I understand that there is a grace period, but customer data should never be exposed in this way. Searching, I see that somebody else posted about this a while ago, but it had never even occurred to me that this would be permitted to occur. Time to find somebody else, I think... [link] [comments] | ||
I have a Frontend job interview and would like for some help. Posted: 25 Sep 2018 11:44 AM PDT I have a interview and I'm confident in my javascript, css and html (it's an intern position), but they also ask us to know a little bit of PHP and I know only the basics (loops, if else, sorting arrays, forms). What I am looking for is resources to study PHP, the interview is in one week and I know it is a short amount of time to really learn PHP. But if anyone has good materials, courses, anything, I would be really grateful. I have 5-6 hours per day to study and I just need to dive into PHP. I'm following this right now: https://www.learn-php.org/. Are there better options to follow? Thanks in advance. [link] [comments] | ||
[.NET] Having problems hosting web api via IDE. Posted: 25 Sep 2018 04:15 PM PDT I have a service I am trying to spin up via the IDE. When I run the solution in visual studio, it runs properly, opens the browser. But when I send a request to it, for example, using the Chrome extension ARC (Advanced REST Client), I get an error. The error is related to a missing dll. As shown here: https://ibb.co/nwVOMp Issues is, when I add the missing dll to the project, it still does not work. Instead, I get another error complaining about another dll and the version. All I want to do is to be able to receive request and process accordingly. so I can step through the code in the Web API. Any and all help appreciated. Thanks. [link] [comments] | ||
Do you guys know any open source animation like the one from this gallery? Posted: 25 Sep 2018 05:26 AM PDT
| ||
Posted: 25 Sep 2018 03:48 PM PDT I have a JS library: Galleria. When I load the page "home" where it is set, it's fine, it loads galleria.js, and galleria.classicmod.js (which loads galleria.classicmod.css). But after that first visit, when I click on a link, it makes an ajax request and does not load the new page in its entirety but just a part of the page. Similarly, when I go back with "go back to previous page" or if I click on a link (with ajax) to "home", that script is not loaded: So my library is not working until I refresh the page. Any idea to help me solve this? Note: I can't show the site (local) and I'm not a web dev (lol). I tried to disable caching but I can't do what people say, I'm using some premade website [link] [comments] | ||
Posted: 25 Sep 2018 03:46 PM PDT
| ||
Simple HTML CSS Navigation Menu (Not Responsive) - For beginners Posted: 25 Sep 2018 03:33 PM PDT
| ||
Posted: 25 Sep 2018 01:08 AM PDT | ||
Posted: 25 Sep 2018 02:34 PM PDT This really annoyed me so I want to post here to help others. dev.to has this reactions bar thats pretty unnecessarily large and blocks content. If you have uBlock Origin you can filter it with this filter setting: [link] [comments] | ||
Browser session recording/playback Posted: 25 Sep 2018 02:19 PM PDT Is there a general architecture that browser session recording/playback services use? I doubt they store actual video/images of the sessions because that would be an insane amount of data. Here is how they work in my mind but if someone has built one or is familiar with it I would like to know how they are built.
[link] [comments] | ||
Posted: 25 Sep 2018 02:19 PM PDT
| ||
Posted: 25 Sep 2018 02:13 PM PDT I'm a programmer and wanna try something new: switch my mobile workstation from Windows to Mac. This is strictly for work only, so I'm wondering what app equivalent Mac devs use for: - Notepad++ for quick and dirty fixes - LAMP Environment (sitting on xampp) - NetBeans IDE for long haul coding sessions - Node.js l - own cloud - FileZilla - Ms Office [link] [comments] | ||
Scrolling gets locked on infinite scrolling feed Posted: 25 Sep 2018 02:03 PM PDT https://codepen.io/anon/pen/NLZBvb?editors=1010 faked page load 1.5 seconds for "new pages" at the bottom of this infinite loading codepen. at the bottom of that, if you continue to scroll... it will "lock up" (unable to scroll around) until you release your scroll and continue again. [link] [comments] | ||
Is it a killer combination to be a DevOps engineer who can do machine learning too? Posted: 25 Sep 2018 02:02 PM PDT I am a devops engineer and I am exploring areas of 4th industrial revolution I can pick up. Blockchain and Machine learning interests me. I think machine learning is already having a much bigger impact. Is it a good idea to be a devops guy who knows machine learning? [link] [comments] | ||
Need Help - url to embedded pdf on website extraction Posted: 25 Sep 2018 01:09 PM PDT Hi All, I was wondering if anyone could help me to get the actual link to the pdf on this page: http://newmangaloreport.gov.in:8080/#!/daily_vessel Ideally with explanation of how you got it please. And do not even think about googling this - any keyword combination would give you anything but the actual answer. BONUS question - assume these pdf files are are named using same convention (date) is there any software allowing to browse these files/download in bulk while applying naming masks? [link] [comments] | ||
Posted: 25 Sep 2018 01:05 PM PDT Hi, I tried googling 'API WGET HTML' and some other stuff but I could find what I was looking for, perhaps it is so easy it doesn't need explanation! We are having a spamtitan device and they have an API ( http://download.spamtitan.com/manuals/SpamTitanAPIGuideV2.pdf ) I'm looking to create an internal website so I can instantly the license count for each domain(group). I have never done this before, and I was hoping someone could point me in the right direction :). Thanks! [link] [comments] | ||
Why Migrate from WordPress to a Static Site Generator Posted: 25 Sep 2018 07:01 AM PDT
| ||
Do I need to change the projects/apps on my Portfolio to become more Employable? Posted: 25 Sep 2018 08:28 AM PDT I'm looking for a job as a front-end developer (only) even though I know back-end. I'm also applying to website design jobs as it would work well to do front and design. My Question: I've checked many peoples portfolios and I noticed that people seem to be making things that are useful in real life like database related stuff, movie list generators, stuff more professional like. I don't have a problem making those stuff, but I was mostly focusing on things that interest me when I made the stuff on my site. Will I become more employable if I scratch the game-type/flashy stuff and focus on the more dull/bland professional stuff? Website: Link [link] [comments] | ||
First experience with React & Redux creating a SPA Posted: 25 Sep 2018 11:31 AM PDT | ||
Question about jobs where they list multiple languages? (Example from what I just saw C#, and Java) Posted: 25 Sep 2018 11:14 AM PDT I very often see job listings where there is a main required language like C#, and .Net Core, but they also want Java, and/or C++, but don't really explain why they want those extra languages. So I thought here would be a good place to ask, why would they want someone who can use two or more OOP languages? Sometimes I see C#, and Python, or various other languages. [link] [comments] |
You are subscribed to email updates from webdev: reddit for web developers. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment