• Breaking News

    Monday, April 13, 2020

    I am in the habit of leaving my projects unfinished, am I the only one? web developers

    I am in the habit of leaving my projects unfinished, am I the only one? web developers


    I am in the habit of leaving my projects unfinished, am I the only one?

    Posted: 13 Apr 2020 01:23 AM PDT

    Whenever I have a project, whether casual or for school/work, I tend to leave it off until the last minute.

    Before starting the project I research for like weeks! Just on the best practices on how to do things the correct way! How to create the proper folder structure for a project, how to name the files properly, variables, functions etc ..And when I start I work slow until I encounter a problem, even when I solve that problem I will have a feeling inside me that my solution is not the PERFECT solution, thus I rm -rf the whole project and start over.

    Not just with projects, this happens with silly things as well, for instance I use Windows as my main Operating System, I always try to set it up the right way! I always aim to get everything to work! No matter what! And when something goes bad I don't fix it, I just reinstall Windows all over again. I always search for a lightweight operating system that meets all of my weird expectations, but can't find any.

    This habit is really wasting my time and my energy. It only happens with technology, phones, tablets, pc's, and especially if I am programming!

    I have been programming for the last 8 years! Yes 8 years! But I don't even have 1 project to showcase my skills or something to be proud of!

    I really need your help, what are your views on the problem? Am I the only one? How would you think I could overcome this issue!

    EDIT: I wasn't waiting for this to blow up! OMG! Thank you so much! I need at least a whole night just to get through the comments! I will upovote and respond to everyone! Thank you so much!

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

    I wrote a blog post on lesser-known HTTP methods

    Posted: 13 Apr 2020 12:17 PM PDT

    If you want to learn about security, or you like dog gifs, you may enjoy this post.

    https://www.twilio.com/blog/obscure-http-methods

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

    jQuery 3.5.0 Released

    Posted: 13 Apr 2020 07:24 AM PDT

    BEM Naming Cheat Sheet

    Posted: 13 Apr 2020 10:43 AM PDT

    Is there a way to visualize what the Git commands do?

    Posted: 13 Apr 2020 03:20 PM PDT

    I am a beginner to version control and have just started using Git. I installed Git for Windows and have been practicing a few git commands. I understand some of it but confused with some commands like add and commit.

    I feel that as a primarily GUI user of programs I am not able to visualize what is happening behind the scenes. Is there some tool that will visually show me what is happening when I execute the commands?

    Thanks!

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

    web.dev engineering blog #1: How we build the site and use Web Components

    Posted: 13 Apr 2020 02:50 PM PDT

    Do frontend developers typically make design decisions?

    Posted: 13 Apr 2020 07:53 AM PDT

    Hi,

    I've been a frontend developer for 9 months at a startup. I do work in React, JQuery, HTML, and CSS/SCSS.

    I find that my boss and others often look to me to make design decisions. They're not clear at all about visual expectations for the product, so often times I have to guess as I go along. We don't have a designer, so I often make design decisions about how things should look, what kinds of icons, colors and widgets to use, and often times what settings or features the product will have.

    Is this common at larger companies? My understanding is that frontend developers mostly implement, not design. I don't mind if I have split duties, but I'd like to know what I'm expecting what I leave my current company.

    Thanks.

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

    Thinking in Behaviors, Not Screen Sizes

    Posted: 13 Apr 2020 04:38 AM PDT

    Junior to Senior - Refactoring a dynamic multi-input component

    Posted: 13 Apr 2020 05:18 AM PDT

    How to Make a Fetch Proxy in Javascript to Avoid CORS Errors with APIs

    Posted: 13 Apr 2020 10:05 AM PDT

    Help Learning AJAX and JSON

    Posted: 13 Apr 2020 12:14 PM PDT

    I'm experienced enough with HTML, CSS, and JavaScript, but I'm struggling to pick up the basics of AJAX.

    Specifically, I am trying to populate an HTML table (style with Bootstrap) with data from an example JSON file, using AJAX.

    I've used a few different tutorials. Specifically this quick text based one and this short video

    Both of these videos have thrown me errors. The error I get from the video is Uncaught SyntaxError: Invalid or unexpected token pointed at the first of the lines that is supposed to populate each cell: employee_data += '<td>+value.name+</td>';

    The error I get from the text tutorial simply reads that $.ajax is not a function. Some troubleshooting has indicated I'm using the slim version of Ajax, but even trying to use the new provided CDN's don't really fix the issue.

    I'm not really attached to making these specific tutorials work, if there's a better or simpler one out there I'm open to it. I just want to be able to populate a basic table with AJAX using JSON data.

    Oh and lastly - just to ensure I'm starting off my AJAX learning on the right foot, does this code execute properly on Github pages? Or is there a different test environment I should be using to host my work?

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

    ����‍���� Non-Technical Coding Fundamentals [[Getting Started]]

    Posted: 12 Apr 2020 09:18 PM PDT

    Get My Na.me

    Posted: 13 Apr 2020 03:13 PM PDT

    Get My Na.me

    I created a small service that allows you to find domains name that have the same spelling as your own name (e.g. James Smith -> jamessmi.th or smithjam.es). It shows if the domains are available and the price across some of the main domain registers. You can find it here getmyna.me. It is free! What do you think?

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

    What are my chances of getting a job without Typescript?

    Posted: 13 Apr 2020 03:01 PM PDT

    I dislike it. Will I still be able to land jobs?

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

    I want to add a single big image between 4 smaller images just under the header...pls help reddit

    Posted: 13 Apr 2020 02:51 PM PDT

    I recently updated my web app with a GoDaddy Certificate & now my iis iframes aren't rendering. Does IIS additionally require me to upload the SSL into IIS in order to render the iframes?

    Posted: 13 Apr 2020 02:22 PM PDT

    lmk if you have any questions.

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

    AWS Inbound Rule Help

    Posted: 13 Apr 2020 02:06 PM PDT

    I'm hoping someone can help me here as I'm not really finding my answer online. I've deployed an application on ec2 with an adonis back end and a react front end. I have the react app showing on port 80 with nginx, and closed off port 5000 to the outside world. The adonis back end is running on port 3333 and I'm not able to figure out a way to ONLY allow requests that are coming from the react front end of the app. I've tried adding the ipv4 address of the ec2 instance but that doesn't seem to work.

    I'm definitely not an expert so if this isn't advice or if anyone has any advice I would very much appreciate it!

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

    Showcasing Java app on portfot

    Posted: 13 Apr 2020 02:04 PM PDT

    I am trying to find a way to showcase some Java apps I have written in side my portfolio website.

    I don't want to just link to a GitHub repo for the code by allow the visitor to try the code in the browser.

    Everything I have searched for just show how to write web apps with Java.

    Is this something that is just not possible?

    I have thought about creating the same apps using JavaScript to showcase on the web and then link to a git repo so the can review the Java code. That sounds like a lot more work though.

    Has anyone ever done something like this allow Java main method to run from the browser?

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

    This!

    Posted: 13 Apr 2020 10:18 AM PDT

    Which JSONView for Chrome?

    Posted: 13 Apr 2020 02:02 PM PDT

    Are both of these the same, or is one an imposter? I assume the one with way more usage/ratings is the better choice and the other should be reported, but in some respects the other seems more legit (perhaps the original author ported it long after someone else ported it...).

    1,000,000+ users: https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc

    10,000+ users: https://chrome.google.com/webstore/detail/jsonview/gmegofmjomhknnokphhckolhcffdaihd

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

    Which is better to learn web development? MDN or W3school?

    Posted: 13 Apr 2020 01:48 PM PDT

    I am confused where to go and learn HTML, CSS and Javascript. There are so many places. What about the two above? Which one is better?

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

    Can you watch a 4 hour+ tutorials or coding lessons in one day? I get so bored after 30 minutes.

    Posted: 13 Apr 2020 01:48 AM PDT

    I want to attend a bootcamp, but I always had a hard time watching videos for long hours any tips?

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

    Zillow feed?

    Posted: 13 Apr 2020 12:57 PM PDT

    I'm the web designer for a real estate development company and I've gotten roped into setting up the XML feed to get properties from the website to zillow.

    The website was built on Wordpress using a real estate theme and we manually add the listings.

    My initial thought is that I edit the property templates to add the zillow xml tags around the right spot in the template. So the code that displays the property price, I just wrap the <price> tag around that or whatever.

    But how do I set up an RSS feed, to send them a link that displays the recent properties using the xml format they use?

    I'm a designer not developer and this is so confusing to me but the executives at the company are just firing anyone who doesn't get things done even with a valid excuse. So yeah I want to get this done.

    I have access to a dedicated zillow support but when I asked questions I'm not sure if I don't know enough about this to ask the right things, but they were just not very helpful on our initial call.

    Googling has helped me understand rss and cal a bit more but I still have no clue how to set this up.

    They don't expect a link to the xml file that we've manually added information for all of our properties to do they? Because then how does that automatically sync up with future properties without manually adding to the xml file?

    submitted by /u/depression---cherry
    [link] [comments]

    Guides for publishing your own site

    Posted: 13 Apr 2020 12:53 PM PDT

    I've been working a lot with html css & JavaScript, and I'd love to practice these skills by helping my parents make a website for their new business. While I know how to code a simple, informational website for their needs, I don't know what goes into hosting & publishing a website.

    They bought a G suites subscription so they could have a company email (myemail@mywebsite.com) but mywebsite.com doesn't exist at the moment. It seems google doesn't actually do any site hosting, they just sell you the name of your website but you have to find somewhere else for it to live?

    I try to look up information about how everything connects and get a lot of scattered results and links to drag and drop site builders (I'd prefer to code it myself for the experience). Any guides or advice would be so helpful! Thanks!

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

    No comments:

    Post a Comment