• Breaking News

    Wednesday, June 30, 2021

    Setting up a new environment for Web Development web developers

    Setting up a new environment for Web Development web developers


    Setting up a new environment for Web Development

    Posted: 30 Jun 2021 08:48 AM PDT

    How does one wrap their head around how much modern web development seems to be handled by automated processes and code "under the hood"?

    Posted: 30 Jun 2021 01:50 PM PDT

    I'm not sure if this is the best place to post this question, and I'm not even sure if I can quite put the question into words. But here's an attempt. I do web development and am working on familiarizing myself with and using frameworks. It seems that any time I start to dig into one, I hit this wall.

    Fairly early in the process there ends up being loads of "work" done via automatic process via a terminal. Things like npm, composer, docker, and things of that ilk that run loads of command, throwing loads of output in the terminal, some of which includes warnings, and "voila!" There is now a massive dump of directories full of files and your project is ready for you to work on it.

    At this point I feel compelled to really understand how this new application works, but conceptualizing it is outside the scope of my ability. I tend to find the answers to the questions about aspects of one framework or another tend to be to the effect of "yeah, that's important, but you don't need to worry about it. It's all handled 'under the hood' by the framework".

    Are you supposed to simply tuck your head down and produce something and let the understanding of the framework come later? While I understand the value of using a framework in that you gain access to loads of work done by others that came before, knowing that I would have no idea how to fix an issue that went wrong "under the hood" is just such an unsettling idea.

    This seems to be the case whether your working with a front-end JS framework (i.e. Vue or React) or a server-side framework (i.e Laravel). How have you handled wrapping your head around the more modern web development world? Do you have any resources to help with the process?

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

    Learning Backend

    Posted: 30 Jun 2021 03:06 AM PDT

    Hello guys,

    I was wondering which resources you recommend to learn backend (not things like NodeJS and stuff like that, but more like servers, how to configure them, etc.) without dying of boredom.

    I just hate server config but it's something I would like to learn (for my own benefit) and I was wondering if you guys know of any good resource that help me with this.

    I will need it to be very easy, interesting, and engaging so I don't die of boredom or give up in 3 minutes.

    Thanks!

    submitted by /u/Free-_-Yourself
    [link] [comments]

    You're desperate and willing to move anywhere in the USA to find a company willing to train you in a junior or internship role, where do you go?

    Posted: 30 Jun 2021 01:47 PM PDT

    Seriously. I'll let the company brand my butt with a hot poker just to get that first job. I know basic html, css, and feel a need for mentorship to level up my javascript. This is what I want to do for a living and my area sucks(Nebraska). I'd prefer cold climate and smaller-medium cities but at this point I don't care anymore.

    I know this line of thinking is looked down on in this sub but after 28 years of intense poverty barely scraping by just fearing for the day I need to go bankrupt for some random medical reason. I have a bachelors in I.T. certs, years of experience you name it but no one wants to offer more than 14/hour around here. I've worked so hard all my life to go nowhere and it's embarrassing. I feel like my entire life is just going to be wasted studying computers only to die before I get to make a livable wage.

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

    An academic study into using CSS to control the IoT, with prizes

    Posted: 30 Jun 2021 09:35 AM PDT

    How to use local environment variables in Node JS? (info-graphic)

    Posted: 30 Jun 2021 02:18 PM PDT

    Implementing a sane backend in Node.js using NestJS, Part II: Project setup and structure

    Posted: 30 Jun 2021 09:56 AM PDT

    Is there an alternative to JS frameworks?

    Posted: 30 Jun 2021 01:45 PM PDT

    I've been learning web development the past 7 months, and the amount of frameworks, the fact that new frameworks keep showing up is getting a little tiring, and also I don't personally enjoy programming in Javascript/nodejs

    Is there an alternative to JS frontend framework I could learn to make website?

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

    Multi-Colored Text with CSS

    Posted: 30 Jun 2021 05:35 AM PDT

    Customising VSCode for web

    Posted: 30 Jun 2021 12:17 PM PDT

    Just sharing my simple sweet blog for all web developers here. Show some love 🙂

    https://pranavsarda.hashnode.dev/beautify-visual-studio-code-with-custom-setup

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

    PWA for Firefox

    Posted: 30 Jun 2021 05:00 AM PDT

    What is the reason that Firefox doesn't support PWA's whereas Safari supports the same on standalone?

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

    An Ideal WordPress Development and Deployment Workflow using WP Migrate DB Pro and DeployHQ/Buddy

    Posted: 30 Jun 2021 05:54 AM PDT

    If I don't need an access token or API key, there's nothing to hide in my code, right?

    Posted: 30 Jun 2021 10:09 AM PDT

    This is probably just common sense but I wanted to make sure just in case. I have a blog on hashnode and I'm accessing it using GraphQL queries through JS code and I don't need any access tokens or API keys to access what I want. This means I don't need authorization for what I want published (basically I'm just accessing previews of my blog posts using their public API).

    Assuming that I'm not using any other APIs on my site (I'm just using HTML, CSS, JS, GraphQL, and PHP), and don't have any access token or API keys, do I have anything to be wary about from publicly posting my code on github?

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

    Kubernetes a black hole of unpredictable spend, according to new report

    Posted: 29 Jun 2021 11:57 PM PDT

    If I use .gitignore for API keys, how can I still deploy my website through github?

    Posted: 30 Jun 2021 09:57 AM PDT

    I'm planning using docker and github actions for deploying my site. How will using .gitignore affect this process?

    If I want to protect my API key and still have a demo of my project, should I make one public repository with .gitignore and one private repository with all the files including API keys? How could I approach doing this?

    For the first project I have a .env file with a private API key and am using .gitignore.

    For the second project I'm using an API but don't have any private info (like users, passwords, and so on) and I'm just requesting the API and entering my username which is also public and anyone can draw from the public API.

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

    A cheat sheet for JavaScript's Axios library to consume APIs

    Posted: 30 Jun 2021 02:37 AM PDT

    A Complete Guide To Accessibility Tooling

    Posted: 30 Jun 2021 05:18 AM PDT

    Settings cors in Azure Portal vs C#

    Posted: 30 Jun 2021 03:46 PM PDT

    If you have an asp.net web app running in Azure as an app service, you can set up CORS from the Azure portal, or you can do it from within C# using middleware, or add cors headers in the web.config file.

    When would you use Azure portal and when would you use C#/web.config?

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

    Node-sass does not build

    Posted: 30 Jun 2021 09:42 AM PDT

    I'm running on linux (Manjaro 5.10) trying to install the node-sass package for my vue.js project. Here is the error it gives me https://pastebin.com/P4ZDaQXw

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

    Why are my canvas drawings black even if i set a color?

    Posted: 30 Jun 2021 03:13 PM PDT

    Hi! I'm trying to make a canvas game but my canvas shapes are ALWAYS black even if i put ctx.fillStyle = color; onto my javascript. Can you guys find any way to solve this?

    NOTE: i didn't put <!doctype html> into the html code

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

    Just finished Associates in WebDev, can I work remotely in the USA from France?

    Posted: 30 Jun 2021 03:09 PM PDT

    Long story short I just finished an Associates degree here in France "Web Developeur".

    I live in France with my wife, but due to Visa delays I will be here for close to a year without the right to work (here). I am a US citizen (and Canadian if that helps) and have a physical address in the states.

    What are my chances of getting hired 100% remotely, particularly outside of the country? I am willing to list myself as a US resident and pay associated taxes, as well work with the time difference (I would just be working late).

    If anyone has any suggestions or ideas on how to move forward, it would be much appreciated.

    please note, I don't intend on deceiving a company

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

    What exactly is React and is it necessary for a front end developer?

    Posted: 30 Jun 2021 02:55 PM PDT

    Hey guys, I'm trying to learn to be a front end developer but am sort of lost. I'm trying to learn on my own.

    I recently started learning HTML/CSS and am planning to learn Javascript next. But I read some article about how important React is. From my understanding, it's a tool like an IDE? for coding?

    But I'm also aware there are a lot of different "things" that is used for Javascript. Sorry for the poor explanation, I'm probably not understanding things because I'm new to this.

    Anyway, do I need to know Javascript in order to use React? Should I continue studying Javascript after HTML/CSS and then learn how to use React once I'm proficient in Javascript?

    Any help or comments are much appreciated. Thank you.

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

    No comments:

    Post a Comment