• Breaking News

    Monday, August 20, 2018

    Windows 2000 emulated in WebAssembly web developers

    Windows 2000 emulated in WebAssembly web developers


    Windows 2000 emulated in WebAssembly

    Posted: 20 Aug 2018 08:12 AM PDT

    A friend let her domain expire and its been instantly bought by Xin Net, who appear notorious for nabbing domains and ransoming them back. Anyone have any advice for getting it back? or is it gone?

    Posted: 20 Aug 2018 10:57 AM PDT

    PSA : Taking a walk every 30 minutes can restore blood flow to the brain when you’re sitting for hours.

    Posted: 20 Aug 2018 12:25 AM PDT

    I made an overview and walkthrough of React for those who want to learn and get started.

    Posted: 19 Aug 2018 09:01 PM PDT

    Free orchestral and electronic music to use in your work

    Posted: 20 Aug 2018 03:39 PM PDT

    Hi, I make music that I'm giving away for free under a Creative Commons attribution license. Feel free to use them however you like! All of the Soundcloud links have downloadable wav files, if anything runs out of available downloads let me know and I can post mediafire links as well.

    I arranged these sort of by tone/style to make it easier to look through:

    Cathartic:

    World:

    Energetic:

    Epic/ Powerful:

    You can also check out my youtube/soundcloud/spotify for more.

    I also made some seamless loops and clips if you'd like- the loops come in groups that have similar styles/ beats per minute so you can cycle between them more easily.

    Loops:

    Clips:

    submitted by /u/iampunchdeck
    [link] [comments]

    Learn how to design large-scale systems

    Posted: 20 Aug 2018 04:57 AM PDT

    What advice would you give to your younger Web Developer self?

    Posted: 20 Aug 2018 11:18 AM PDT

    Bing.com runs on .NET Core 2.1!

    Posted: 20 Aug 2018 10:09 AM PDT

    �� Blazingly Fast Console.log in VSCode ��

    Posted: 20 Aug 2018 02:10 PM PDT

    I'm in a weird spot and could use some advice

    Posted: 20 Aug 2018 03:45 PM PDT

    I have 6 years of experience in Web development, all of those in the same job. It's a big company but it was seriously behind in the web development department, so we don't have many processes here, no Agile, no Dockerizing, no code reviews, no tech leader (we kinda had to learn ourselves everything we needed), and we don't even have autonomy to change anything or use new tech and stuff like that. Just to summarize, the company is no IT company, they have a big IT department like every other big company, but it's not their thing, we are just a team that was born here to do web development internally (basically the company needs a lot of different sites for different purposes and we do that).

    I decided an year ago that I would focus my career in Frontend development, which is most of the work I currently do, but we don't use React, Angular or anything like that here, I did a couple applications with Angular but it was kind of my call to use it, and it has been around 4 years since I did that and I never had the opportunity to do anything else like that again.

    My actual problem is, I have been trying to find a new job (which I know I should have done at least 3-4 years ago), and I'm running into problems like, people call me for Senior positions, but I don't feel and don't consider myself Senior, but since I have 6+ years of experience people assume I am, but going back to the problem I mentioned before, me and my team never had Tech Leads/Seniors to learn from, and we are ages behind the market when it comes to Frontend development. So, I'm always very honest to interviewers and mention those things, but of course they never get back because they were expecting a Senior/Tech Lead out of me, but I don't feel comfortable passing as Senior because for example I know React, I have been studying it a lot, but I don't have production experience with it, just some test/study applications, so I wouldn't want to be in a position where I have to mentor juniors and call the shots, as I don't have enough knowledge for that.

    When I actually get an interview for a position I feel more comfortable with, which would be a Mid-level that would need some getting used to a new work environment and technology, companies won't even match my current salary, I think mostly because I don't know enough of what they expect, but since I'm kind of valuable for my current job (my salary isn't that great either, it took me 4 years to get a proper raise here), my pay is not that awful. So I'm kind of stuck in between staying here and keep lagging behind, or change jobs and earn less than I currently earn, just so I can get back on track with learning and applying what I learned (I even got a proposal today to work full time with React, but on a smaller paycheck, like 40% less).

    I have been studying a lot, and I consider myself a fast learner, the Angular apps I mentioned I had never touched Angular before and did those as a challenge for myself and it worked out. The problem is that it gets really really tiring to work all day to go home and study for hours each and every day, because since I can't use any of those stuff at work, I have to keep on working extra at home to do something with what I'm learning so I won't forget, and from what I read on this sub from other topics, I guess many of you will agree with me that I also need time for other stuff, seeing programming every day all day long plus your free time can get really overwhelming.

    I'd love to hear some opinions on that I should do, I'm really lost here and it's starting to seriously hit me, I'm having serious concentration and motivation issues at work because of this, since I don't feel that I should stay at my current job since I'm stuck doing the same things and not learning anything else, but I also don't think I should sell myself short and take a worst (money wise) job just so I can get me going again.

    Oh and just to give some perspective, I'm 34, no kids, not married, so I don't have family support obligations, but I'm also not a 24 year old fresh from college guy

    Sorry for the long read

    TL;DR Stuck on current job not learning anymore and wondering if I should leave for a lower paycheck to get back on track

    submitted by /u/either_loquat
    [link] [comments]

    High-quality free stock photos!

    Posted: 20 Aug 2018 03:34 PM PDT

    Managing Feature Requests

    Posted: 20 Aug 2018 03:27 PM PDT

    Hey Devs,

    UX Designer here. Currently trying to figure out a system to help the devs at my company manage the flood of feature requests that come through. How do you guys manage this? What tools do you use?

    submitted by /u/MatttDam0n
    [link] [comments]

    Tricky issue with website relaunch + http to https

    Posted: 20 Aug 2018 03:18 PM PDT

    So I've been googling this for a solid 3 hours now and can't find anyone with the same problem.

    I've just relaunched my website and I'm now 301ing all the old urls from the old website to their new corresponding pages as the path structure changed drastically. In the relaunch, I also changed from http to https. So in testing that the 301 redirects work directly, i put the urls into my browser.
    r/https://www.example.com/old/junk/from/oldwebsite/product123/ will successfully redirect to the new r/https://www.example.com/product=123

    So that's working how I want it. But the thing is, the old website wasn't https, and as a result all the indexed pages are http. So If i test the redirect as r/http://www.example.com/old/junk/from/oldwebsite/product123/ or www.example.com/old/junk/from/oldwebsite/product123/ it just redirects me to www.example.com with no path, only the index.

    I can't figure out how to redirect to all the new URLs with this in mind. Any help would be appreciated.
    This is what I have in my .htaccess in case something here is throwing it off.

    #Force www:

    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^www.example.com [NC]

    RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301,NC]

    Redirect 301 /old/junk/from/oldwebsite/product123.html https://example.com/product-page.php?sku=product123

    submitted by /u/imnotgaynicedadbtw
    [link] [comments]

    What is the best source code you have read that inspired you to become a better developer?

    Posted: 20 Aug 2018 02:58 PM PDT

    Reading and trying to understand code written by other experienced programmers seems to be a really good way to advance yourself and become a better developer.

    I'm curious, have you guys ever happened to read a project's source code that has shocked you positively and gave you the "omg..." or "aha!" moment where you realized that you had just dug up pure gold and at this moment it felt like you instantly became a better developer yourself for understanding how beautifully and elegantly something can be solved.

    If you have something to share, please also include what language the project is written in and link to the source code.

    PS. If anyone has some great projects written in Yii2 (php)/jQuery, I would appreciate these personally. :)

    submitted by /u/MalignantFailure
    [link] [comments]

    Selling 2 full Web summit Tickets [November 5th-8th, 2018]

    Posted: 20 Aug 2018 02:49 PM PDT

    Hello,

    I am selling 2 Full attendee tickets for Web Summit 2018 .

    For those who are not aware, Web Summit will be held in Lisbon, Portugal ( November 5th–8th, 2018) and is a technology conference held annually . In seven years it grew from 400 to over 60,000 attendees from more than 170 different countries.

    If you are interested, send me a message . I am selling them with a big discount :) .

    The reason I am selling is because I can't attend the event in these dates .

    Thanks!

    submitted by /u/AlexPnt
    [link] [comments]

    Are most of you using Docker?

    Posted: 20 Aug 2018 01:43 AM PDT

    So, I was wondering is it fairly common to use Docker these days for web development? Our company doesn't really use it and I was reading an article earlier on codeburst about how beneficial Docker is.

    Is it really that big of a difference if our team to starts using it? What benefits have your team got out out of using it? Are we crippling ourselves by not using it?

    I could start introducing this to my teammates in the future.

    submitted by /u/theofficialnar
    [link] [comments]

    A native lazy load for the Web platform

    Posted: 20 Aug 2018 06:06 AM PDT

    I'm a senior frontend dev, I get mild anxiety attack every time deploying code to production.

    Posted: 20 Aug 2018 01:50 AM PDT

    Don't know if its relevant here or not.

    Every time I believe that I must have missed something or its gonna break something. I test the flow extensively but still can't get around the anxiety. What do I do to overcome this?

    submitted by /u/scooby_dooooo
    [link] [comments]

    Makepad, a webGL worker-based library and live code editor

    Posted: 20 Aug 2018 07:21 AM PDT

    How to make me never want to visit your website again

    Posted: 20 Aug 2018 03:52 PM PDT

    Smooth File Uploading with React

    Posted: 20 Aug 2018 01:13 AM PDT

    vue.js: from internationalization (i18n) to localization (l10n) and back again

    Posted: 20 Aug 2018 02:38 PM PDT

    Are there recommendes books for scaling react/redux?

    Posted: 20 Aug 2018 02:34 PM PDT

    I got the job! Anyway, I'm hoping to get some advice on books I can read about scaling react and redux applications, since this is going to be my first enterprise level job, and I wanna prepare as best I can.

    Some context, the job entails heavy use of react, redux, websockets, and graphing data received from websockets.

    My plan is to write a real time crytpo charting app in the next month and use react redux, redux saga, and immutable js so I can get some first hand experience.

    Any thoughts or suggestions would be awesome! Thank you!!

    submitted by /u/hiphophipp0
    [link] [comments]

    What are your thoughts on using agency fb?

    Posted: 20 Aug 2018 02:31 PM PDT

    No comments:

    Post a Comment