• Breaking News

    Sunday, April 19, 2020

    I've recently finished my first react project, a MERN stack restaurant finder(using google map) and multi-user recipe sharing website "clone". web developers

    I've recently finished my first react project, a MERN stack restaurant finder(using google map) and multi-user recipe sharing website "clone". web developers


    I've recently finished my first react project, a MERN stack restaurant finder(using google map) and multi-user recipe sharing website "clone".

    Posted: 19 Apr 2020 03:35 AM PDT

    CSS Findings From The New Facebook Design

    Posted: 19 Apr 2020 07:07 AM PDT

    [Showoff Saturday] I created my very own beginner-oriented blog using Gatsby & NetlifyCMS. It's called "That's an Egg!".

    Posted: 19 Apr 2020 01:52 PM PDT

    Would love some Portfolio feedback. No Bootcamp or degree so I'm in a vacuum with whether or not what I'm doing is any good!

    Posted: 19 Apr 2020 11:01 AM PDT

    [Showoff Saturday] Pushing UI scalability to a new level via multithreading

    Posted: 19 Apr 2020 12:53 PM PDT

    [Showoff Saturday] A local, city-level COVID-19 data aggregate + analysis tool for the Helyx High School Hackathon

    Posted: 18 Apr 2020 08:41 PM PDT

    Good resources for learning project design patterns?

    Posted: 19 Apr 2020 12:34 PM PDT

    I have done a lot of React programming, but a large majority of my exposure to web development has been with Angular. Since Angular has best practices which are "enforced" on the programmer, I have found libraries like React to be a pain to get started with as I bear the burden of initializing all of these patterns. On top of that, I am never sure if these patterns are the best -- nor if I am implementing them properly.

    To help me learn what's best, I'm looking for a blog/forum/podcast/etc. that discusses best practices in web development that can be applied in any environment.

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

    Is a live version important for a portfolio ?

    Posted: 19 Apr 2020 01:17 PM PDT

    Hi !

    After asking some advice on Reddit, I was told I should build a portfolio. However, some of my projects are for private clients and I can't just put them online (there is a database and all). Also, I don't have the means to buy a server just to demo a project.

    Let's say I have a tenant management system as my website. Is it really important that there is a live version or does a screenshot with some text is perfectly okay? If I want a live demo, how could I make a subfolder in my hosting or whatever that would act itself as a server.

    Like, if I have my portfolio that runs on Laravel, how can I make a subdomain where there is a Laravel project without having to rewire everything? As if it was another website... but on the same website.

    Thanks a lot for your help! This subreddit helped me a lot with all the questions I have.

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

    What tech stack would you use as of now?

    Posted: 19 Apr 2020 03:26 AM PDT

    Let's assume you're building a web app with all the fun stuff (database, authentication, hosting, ...) - what stack would you use? There's literally an insane amount of options and I'd be really interested in your opinions :)

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

    CSS - How to target only a specific element

    Posted: 19 Apr 2020 12:24 PM PDT

    I am trying to scale a parent div but not the children divs - I have tried revesing the effect on the children by using a scale of less than one but its still off.

    Is there anyway to only target this one parent div without any of children?

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

    How to deploy side projects as web services for free

    Posted: 19 Apr 2020 08:32 AM PDT

    "Why we focus on frontend performance", a blogpost by the UK government frontend team

    Posted: 19 Apr 2020 04:07 PM PDT

    Just posted a new Vue JS developer internship!!!

    Posted: 19 Apr 2020 03:43 PM PDT

    10 less known Angular features you've probably never used - W3Radar

    Posted: 19 Apr 2020 03:24 PM PDT

    Best Web Provider (with PHP support, and hopefully cheap)?

    Posted: 19 Apr 2020 03:17 PM PDT

    I'm looking to build a website for myself from scratch that will contain PHP elements, what is the best option for a provider out there? I've heard lots of good things about Wix, Weebly, and others, but do those support actually coding, or only building from templates?

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

    inventory display system, any help or pointers appriciated

    Posted: 19 Apr 2020 03:12 PM PDT

    hi,

    how would you go about writing an inventory browsing/displaying system? im looking for a way to look through a local folder containing sets of images and descriptions and displaying them in a list, something like a store inventory, can you point me in the right way? any help is appriciated!

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

    Are there any libraries or open source software for letting users post quick anonymous text snippets, as opposed to forum style software.

    Posted: 19 Apr 2020 03:08 PM PDT

    I'm looking for an open source resource that will allow both site members and anonymous non-members to post quick anonymous text snippets as found on sites like fml and scarymommy. I've found plenty of forum style libraries for logged in members, but can't seem to find anything for quick anonymous posts that dont need the user to be logged in to post.

    Does anyone know of any resources or open source software that would be useful? Massive thanks for any feedback.

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

    What's the top web development stack to build a website with a lot of analytics and visualizations?

    Posted: 19 Apr 2020 02:51 PM PDT

    So I want to build a website which will have many visualizations and analysis content, I'm not sure which technologies/stacks/frameworks are best for that task. I'm kinda feeling lost and confused among all these available frameworks and stacks, I dabbed with web development in the past but I'm not pro in it. I looking for something with a wide variety of plotting tools. any tips? Thanks.

    EDIT: This isn't for practising purposes.

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

    What are some good Javascript form generation libraries?

    Posted: 19 Apr 2020 02:25 PM PDT

    Can you please recommend some form libraries that have good components and validation?

    I've found these:

    But I'd like to hear some opinions.

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

    Help with a small math function

    Posted: 19 Apr 2020 02:02 PM PDT

    I need help reversing a function. Basically when I pass this function an index of say 24 it returns 3. I need to write a function that does the opposite, takes in 3 and returns 24. Help would be appreciated thank you, I am not great at math and cant seem to figure out how to do the modulo multiplicative inverse.

    Here is the function that works right:

    function x(index) {
    let div = Math.floor(index / 8);
    let mod = index % 8;
    return div + mod * 4;
    }

    I need a function that does the opposite

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

    No comments:

    Post a Comment