• Breaking News

    Tuesday, May 7, 2019

    Windows 10 New Terminal (x from /r/hacking) web developers

    Windows 10 New Terminal (x from /r/hacking) web developers


    Windows 10 New Terminal (x from /r/hacking)

    Posted: 07 May 2019 09:54 AM PDT

    Microsoft announces WSL2, which promises to fix the speed and compatibility issues in their Linux CLI

    Posted: 07 May 2019 06:28 AM PDT

    CSS-Only Chat - a truly monstrous async web chat using no JS whatsoever on the frontend

    Posted: 07 May 2019 11:33 AM PDT

    Flutter for web (preview) is imminent (Google I/O 2019)

    Posted: 07 May 2019 02:36 AM PDT

    How to implement dark mode, the proper way

    Posted: 07 May 2019 07:54 AM PDT

    How to create a dark theme without breaking things: learning with the Yandex Mail team

    Posted: 07 May 2019 06:37 AM PDT

    Where do you get web news from?

    Posted: 07 May 2019 01:24 PM PDT

    Hey all, I used to rely on RSS readers and whatnot to keep up with the latest dev news.
    Then i built my own aggregator site to do it. I've got some 52 sources i track for news daily.

    I'm wondering what sites/blogs/news sites/journals/whatever you guys use to keep up with the constant barrage of new information on web development? Anything with an RSS feed would be appreciated so i can add them to my sources :)

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

    Improving privacy and security on the web

    Posted: 07 May 2019 01:45 PM PDT

    New Job Board for Laravel / PHP / Vue Developers by LaravelCollections.com

    Posted: 07 May 2019 11:58 AM PDT

    Need some help with dropdown nav

    Posted: 07 May 2019 03:32 PM PDT

    Hello guys, recently I made a post asking for help with my dropdown nav not closing. It was locked due to the new rules. Here is attempt number two.

    I am having trouble getting my sticky dropdown mobile nav to close once a link is clicked, as of right now it stays open unless manually closed.

    Steps I have taken to fix this: - searched r/webdev for similar issues, no luck - searches stack overflow for similar issues, no luck - posted to stackoverflow with no replies - spent hours and hours writing JavaScript trying to debug it myself, came up with a solution to add an onclick to the front of my function. That made the entire nav clickable and google search engine hit me with a mobile error

    I am taking udemy courses for JavaScript so I won't have these type of issues in the future, as well as reading "you don't know JavaScript"

    I made a codepen with my code so hopefully one of the more talented devs here can tell me the probably obvious way I am messing this up.

    https://codepen.io/audionoobhelpme/pen/BeNqaZ

    I hope this post was thorough enough to not get removed. I love debugging myself, it's fun. And I've put a bunch of hours into debugging this, but seemed to have hit a wall. Any help would be appreciated.

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

    Best resource or best tutorial to learn angular 7 ?

    Posted: 07 May 2019 09:33 AM PDT

    Never learned angular. Total noob. So learning angular 4 will be same as angular 7 ?

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

    Are you underqualified to apply to a software development position?

    Posted: 07 May 2019 03:17 PM PDT

    Anyone fancy helping me out with a screenshot?

    Posted: 07 May 2019 03:06 PM PDT

    A client is seeing an issue with the homepage of a website I designed for him a while back. He seeing the issue on his iPhone 8+, but I can't seem to replicate it to investigate. Anyone with this device (or an iPhone of any kind) care to share a screenshot for me? Thanks!

    https://overlandireland.ie

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

    [Blog] There's Such a Thing As Using Too Many Ifs

    Posted: 07 May 2019 09:02 AM PDT

    Bringing Flutter to the Web

    Posted: 07 May 2019 02:13 PM PDT

    How do you keep yourself efficient at the very beginning of a project, as a fullstack dev?

    Posted: 07 May 2019 10:03 AM PDT

    Hi everyone.

    I consider myself as a fullstack dev because we have only 3 people in the company and I was recruited as a full-time to develop a new website (online platform) while doing other major stuff. My boss let me learn from scratch and I spent a few months to build a half-working React frontend with a half-working GraphQL server. Now we decided to approach AWS partners to build a backend for us to learn from.

    In the several months of being full-stack alone, I constantly feel stressed because I don't know what to do next, or what I should be focusing. I spent a huge amount of time choosing technologies like GoLang vs NodeJS, React vs Angular vs Vue, Express vs Koa vs Hapi vs NestJS, Prisma vs Sequelize vs TypeORM, or even TS vs JS. I just couldn't make a proper decision, with a fear of "not using the best stack in 201x". I spent almost the whole first month to Google and read through every articles with such comparison. I am glad that at least I have sticked to React till now.

    And now, we have some new ideas and we want to build a new simple platform to solve some problems we had, and of course I am the one in charge.

    I want to start being productive and be a good developer. Experienced developers in reddit, please tell me how you start planning your project after your client says "I want to build XXXX". I have heard of User Stories. Is this a good way to start?

    Thank you very very much and sorry for my english.

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

    The 3 levers and Code Design

    Posted: 07 May 2019 01:49 PM PDT

    Should I use CSS libraries / frameworks to build my Fullstack Developer Portfolio?

    Posted: 07 May 2019 01:25 PM PDT

    Hey developers, I'm about to build my portfolio and should I use any CSS libraries/frameworks for its core? By core I mean using Bootstrap for example just as a base model to get my styles on so I don't reinvent the wheel again and again. Everything is gonna be custom but having that base model really saves my time. For the recruiters do you mind using libraries when creating your portfolio? I like coding in both Front-End and Back-End but I don't know if I should build my Portfolio from the very scratch or not.

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

    Matteo Collina & David Clements: Companies Should Enable Their Devs to Contribute Back to Open Source

    Posted: 07 May 2019 05:44 AM PDT

    what is the difference between this.var, this.state.var and this.props.var in React?

    Posted: 07 May 2019 01:13 PM PDT

    Can someone explain?

    Also, how does the answer change for functional component vs class-based component?

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

    Question in regards to positioning

    Posted: 07 May 2019 09:24 AM PDT

    Hey all,

    Quick backstory. I've got around 6+ years of wordpress experience, and haven't done HTML/CSS since it was common to put the attributes/styles in the HTML and not a stylesheet. ( so early 2000's)

    Saw something interesting, and am making a page for fun, but seem to have hit a crossroads. I don't want to dive into Jquery, so I'm seeing if I can make this in CSS and HTML only.

    in accordance to one of the rules here:

    Problem - Trying to replicate this concept, but without Jquery ( which is what makes it interesting)

    What I've done- I've tried looking this up, and I'm sure there's a very simple way to do this, but I am rusty on terminology to search. I've found multiple ways via Jquery, but I'm sure there's a dead simple way I'm overlooking.

    The actual idea- https://ibb.co/fYh6d3m ( The bg colour and image don't matter, it's just a quick mock up I did in photoshop to show what I meant)

    I'm trying to have that image in the middle of the wrapper, with the arrows on either side. The arrows don't need to actually make the next picture show up, I just want them as buttons with interactive states.

    I can figure out the hover part myself, I am just at a loss on how to code the actual layout itself.

    I'm trying to make this responsive, otherwise I'd just use a table. But from what I read, tables are archaic and not used much anymore.

    Thank you for any and all help, I appreciate it.

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

    Converting to Wordpress

    Posted: 07 May 2019 01:00 PM PDT

    I've got a local site that contains HTML, CSS, JS files, Images folder. I need to convert this to a Wordpress site. I'v found simple tutorials on converting a single static page. I've found ways to create your own theme. Anyone have a concrete way to make this possible? Or point me to a helpful source? Been trying for days and cannot, for the life of me, figure this one out. is it even possible? Thanks in advance.

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

    Free + simple alternatives to Vapid CMS?

    Posted: 07 May 2019 12:56 PM PDT

    I have been coding static html/css pages thru GitHub pages and have been searching for a CMS that allows my clients to make modifications to the website I make for them.

    I have tried hugo + netlify + forestry but honestly I can't wrap my head around the set up process and my website doesn't deploy on netlify.

    Finally, I found Vapid. It was straight to the point and exactly what I needed. I liked how I could add handlebar expressions to my already existing code for the website.

    The only con is that it costs money ($7/month to run a CMS where the user would only tweak things a few times a year) — My clients are non-profits and I am a beginner web developer that doesn't charge them, so I need to find a free version of Vapid CMS that allows handlebar expressions :-) Any recommendations?

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

    No comments:

    Post a Comment