• Breaking News

    Monday, March 25, 2019

    The Best Whiteboard Interview Advice I Ever Received web developers

    The Best Whiteboard Interview Advice I Ever Received web developers


    The Best Whiteboard Interview Advice I Ever Received

    Posted: 25 Mar 2019 10:43 AM PDT

    All you need to know about hyphenation in CSS

    Posted: 25 Mar 2019 05:10 AM PDT

    Quickly convert JSON to a typed class in many languages, huge time-saver for the uninitiated

    Posted: 25 Mar 2019 09:39 AM PDT

    How does Mozilla do this?

    Posted: 25 Mar 2019 12:16 PM PDT

    Look at this blog post: https://blog.mozilla.org/futurereleases/2019/02/25/exploring-alternative-funding-models-for-the-web/

    The first line of the first paragraph has bigger font then the rest of the paragraph.

    I've looked throgh inspector and couldn't figure out how they do this.

    What's this magic?

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

    Hands-on with a leaked build of the new Microsoft Edge browser based on Chromium

    Posted: 25 Mar 2019 09:31 AM PDT

    Freelance Sites for Americans?

    Posted: 25 Mar 2019 12:31 PM PDT

    What are the best freelance sites for Americans? It used to be freelancer.com but that seems to not be good for Americans anymore.

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

    Movie Library with React - 1st Real Project with ReactJS

    Posted: 25 Mar 2019 06:42 AM PDT

    Hello! I've followed an Udemy Course to Learn React w/ Redux, by Stephen Grider. Finished the course 2 weeks ago and decided to make my own project using React, Redux, and also included Styled Components.

    I know that Redux wasn't necessary for this project, but I wanted to use it mainly to practice/create portfolio.

    You can check the project here:

    https://movie-library-fidalgo.herokuapp.com

    All the code is on my github too:

    https://github.com/fidalgodev/movie-library-react

    You can also see all the progress I went through on my instagram, where I share my journey:

    https://www.instagram.com/fidalgo.dev/

    I know it's not project, but I'm happy with the result. I want to fix some scroll issues by adding some Scroll package to the project, and also add lazy loading.

    What do you think? :)

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

    Oops, I did it again: A Britney Spears themed guide to common JavaScript errors

    Posted: 25 Mar 2019 11:20 AM PDT

    Weekly Coding Challenge - Week #4 - Loading Animations

    Posted: 25 Mar 2019 12:28 PM PDT

    Noobie freelance work?

    Posted: 24 Mar 2019 11:29 PM PDT

    Does anybody have some ideas for how a noobie web developer could pickup small freelance jobs? Small payouts or portfolio building opportunities would be excellent.

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

    Steam/Gobbler/Splice/Adobe Cloud Account Management style app

    Posted: 25 Mar 2019 02:41 PM PDT

    Does anyone have any experience in building/creating something like this? I feel this lives somewhere between a desktop app and a web app but not sure where to even start. Initially this platform would be significantly simpler than the aforementioned.

    My main question is - can this be built by one person or would a team be necessary for upkeep and particular skillsets? To clarify I'm not building this, but trying to understand what skill sets are needed to do so - and in turn find the right person/people.

    To clarify looking to build a desktop app/web app solution for user account management, user login, download/installation of files - would need to interface/interact with webstore I assume via webhooks to trigger actions.

    Any info, help, would be much appreciated.

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

    Web Design vs Web Development

    Posted: 25 Mar 2019 11:09 AM PDT

    I am recent graduate of web development school program that lasted 8 months and taught me many languages including html, css, javascript, php, angular, node js etc.

    It seems to me many of the jobs I apply to requiring actual programming knowledge are looking for more experienced developers. And many of my class mates have found their entry level jobs doing web design, using html, css and photoshop etc to design websites. Is this a good way to break into the industry if my goal is to be a full stack developer? Is it good experience?

    It seems to me if you want to make good money you should become skilled at programming languages, not web design, is this correct?

    I am big on continual learning, so if I do go this route, what should I study to make myself more attractive to web design jobs? Resources to learn from?

    Thanks

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

    Is my workflow weird?

    Posted: 25 Mar 2019 04:26 PM PDT

    I'm a crusty old dude at this point. Get off my lawn you damn kids. I remember the day ActionScript 3.0 hit the market. I'm started to notice some age in my dev tools (namely NuSphere PhpED). I recently started to try and update to a newer toolset, for no other reason than I'm unable to be effective at helping junior devs on my team get up and running because I'm probably the last person on the planet still using PhpED.

    I've encountered one major issue. It's partially related to PHP Storm and partially related to the Git clients I've tried.

    The problem stems from my Git clients. I've been using TortoiseGit since we switched from SVN about a year ago. The way I operate is that I clone repos to match installations on our servers. So our servers are as such:

    --live machine-- /var/www/ ∟ www.domain.com ∟ app 1 <---clone of repo 1/master branch ∟ app 2 <---clone of repo 2/master branch ∟ www.example.com ∟ app 1 <---clone of repo 1/master branch ∟ app 3 <---clone of repo 3/master branch --dev machine 1-- /var/www/ ∟ www.domain.com ∟ app 1 <---clone of repo 1/dev-new-feature branch ∟ app 2 <---clone of repo 2/dev-another-thing branch ∟ www.example.com ∟ app 1 <---clone of repo 1/master branch ∟ app 3 <---clone of repo 3/bob-testing branch --dev machine 2-- /var/www/ ∟ www.tacosrus.com ∟ app 4 <---clone of repo 4/master branch ∟ app 5 <---clone of repo 5/testing-algolia branch ∟ www.example.com ∟ app 1 <---clone of repo 1/master branch ∟ app 3 <---clone of repo 3/bob-testing branch 

    Locally, I would have

    /var/www/www.domain.com/app 1 <---clone of repo 1/master branch /var/www/www.domain.com/app 2 <---clone of repo 2/master branch /var/www/www.example.com/app 1 <---clone of repo 1/master branch /var/www/www.example.com/app 3 <---clone of repo 3/master branch /var/dev1/www.domain.com/app 1 <---clone of repo 1/dev-new-feature branch /var/dev1/www.domain.com/app 2 <---clone of repo 2/dev-another-thing branch /var/dev1/www.example.com/app 1 <---clone of repo 1/master branch /var/dev1/www.example.com/app 3 <---clone of repo 3/bob-testing branch /var/dev1/www.tacosrus.com/app 4 <---clone of repo 4/master branch /var/dev1/www.tacosrus.com/app 5 <---clone of repo 5/testing-algolia branch /var/dev1/www.example.com/app 1 <---clone of repo 1/master branch /var/dev1/www.example.com/app 3 <---clone of repo 3/bob-testing branch 

    The problem I have is that in my old IDE, I could ctrl + right click a directory and have access to Windows context menus, which gave me access to TortoiseGit for that local directory. So to do a commit, it would take ctrl + right click -> left click 'tortoisegit commit' and I would be into the commit window. From here, I had access to commit and push. No more windows needed.

    Git clients

    With PHP Storm, if I use the self-container Git client, I have to right click the directory, find git in the list of 900 options (and no identifying icon to make it stand out) and then commit and even then, I have to wait for it to open (slow) and then wait after the commit to get to a push screen, which is always a few seconds to open.

    GitHub Desktop doesn't have any indicator of which local repo I am looking at, it only shows the repo name Laravel-Taco-App which gives me zero context as to whether I'm looking at /var/www/www.domain.com/app 1 or /var/dev1/www.domain.com/app 1. This doesn't even address that I have to constantly open and close repos/directories hundreds of times a day.

    GitKraken has similar issues as GitHut Desktop. Add on top of that that I'm constantly getting.......jank or delays in the UI that make it annoying as hell to use. The toasts that come in from the side, if I hover them to click their x to close them, they stay open indefinitely.


    At the scale I've shown, it might not be an issue. But I have 3 developers under me, each with dozens of repos/branches they are working on that commonly map to a clone of that branch on a dev server. While doing some screensharing/pair programming with devs that work for me, I notice a massive time drain for them getting into and out of projects. If they were working on app 1 from their dev server, and I asked them to switch to app 1 on my dev server, it would take them 5 minutes to get their IDE and Git client reconfigured. In my old setup, I set this up once and I'm done for life.

    What am I missing?

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

    RECOMMENDATION: So a client says they want to build an informational MEMBERSHIP site. What theme or software app do you use?

    Posted: 25 Mar 2019 09:59 AM PDT

    I need recommendations because I have never done a membership site, at least in a very long time, so I have no idea whats out there and whats good. Where better to field whats relative and what works that here with you all right?

    The membership site is not like for videos or games or anything complicated. Just specified propitiatory information that is being shared so they want a paywall to see who is still a paying member etc.

    So to the people who provide these kind of membership sites to clients, on a fairly regular basis, I ask, what would YOU use. Please also elaborate and share why if you can.

    Thanks a lot.

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

    Lightweight replacement of React + MobX. The library allows you to create quick and responsive interfaces. Very small (Size - 4.1 kB or 1.38 kB gzipped.) and fast !!

    Posted: 25 Mar 2019 12:07 PM PDT

    noob question about creating a website to watch videos

    Posted: 25 Mar 2019 03:30 PM PDT

    I'm a complete noob at web development and wanted to create a simple website for video hosting. what steps do i take into learning how to do so?

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

    How long does it take to get ranked by google?

    Posted: 25 Mar 2019 11:16 AM PDT

    I launched my site a week ago and I still can't find it on google. When I type site:mywebsite.com it appears there. I have google search console and it says that I'm indexed but even when I copy my title or description into google my site is nowhere to be found... I think I did everything right, I got 90 on google's speed score, I have meta tags etc. Even if I did something wrong I would be found on the 8th or 9th page, right? Should I still wait or do I make changes on my site? Honestly I dont even know what can I change at this point, I even have blog with decent keywords there

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

    How to have menu sections on each half of screen?

    Posted: 25 Mar 2019 01:53 PM PDT

    Hi, I am creating a menu for a restaurant but I am having trouble making the sections like Starts, main, desserts go side by side on a big screen and making it responsive on a smaller screen size. Right now all my items are just in one column on the left had side of the screen. I have tried using bootstrap and flex box but I couldn't get it to work.

    HTML

    CSS

    I want the other menu items like Main menu on the right hand side marked by the X here!

    Thanks in advance to anyone that can help :)

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

    Handle multiple responses for a single POST call? - Angular 6

    Posted: 25 Mar 2019 01:22 PM PDT

    A Snippet Generator for VS Code - A small side project I've build during last week

    Posted: 25 Mar 2019 01:18 AM PDT

    I made front-end debug object inspector with es6 and web components.

    Posted: 25 Mar 2019 03:58 AM PDT

    I want to share something I made to help me automatically generate UIs for arbitrary data models (WebGL objects and application state debug inspector). Hopefully someone else finds it useful as much as I do. I'll be building my next couple of projects with it and I'll try to maintain it. The UI library can be used as an alternative to React or Vue, but it can also be used alongside.

    If you want to use just the object inspector alone, simply create <io-object> element and set it's value to an object you want to inspect. There are some more advanced configuration options but I haven't documented them yet.

    It has a very simple data flow model which makes data-binding work almost automatically. Its DOM is completely virtualized. The code is MIT licensed, free and open source.

    To get what I'm talking about check out io-object and io-inspector elements in the demo. They are automatically generated from the object data. Notice that all values in the demo update automatically. For example, if you modify an option label in menuoptions object, the menu labels will update automatically. Also, check out the source of the demo element.

    Let me know if you have any questions or comments.

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

    How do I find the theme and platform used from a blog

    Posted: 25 Mar 2019 12:05 PM PDT

    I want to figure out the blogging platform and blogging theme used for some blogs. How can I go about it? I am not able to get it from the developer tools and page source. Is there some particular section that I should look at?

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

    Events plugin for Elementor builder

    Posted: 25 Mar 2019 11:58 AM PDT

    Hi all! I'm a seasoned web designer but novice web developer and I'm trying to figure out how to use an events plugin with Wordpress and the builder Elementor. Anyone have suggestions? Thanks in advance. I've really struggled with finding the answer online.

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

    Would you use my app ? [Opinion request]

    Posted: 25 Mar 2019 11:57 AM PDT

    I'm currently making an app which is a set of tools that a web dev / designer would use.

    You know, I'm talking about all thoses tools : String upper, lower, base64, json, lorem ipsum generator, password generator, css transition / grid / gradient...

    Basically, everytime I need one of those tools, I google it and try to remember the best I used. This bugged me, and I started to thinks to an webapp which got everything, a "swiss knife" tab that you would have always opened.

    So, two questions :

    Do you feel that need and would you use it ?

    And what kind of tools do you use the most in your work ?

    Thanks. I also want to clarify that the app will be free and ad free.

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

    No comments:

    Post a Comment