• Breaking News

    Tuesday, October 1, 2019

    Europe’s top court says active consent is needed for tracking cookies web developers

    Europe’s top court says active consent is needed for tracking cookies web developers


    Europe’s top court says active consent is needed for tracking cookies

    Posted: 01 Oct 2019 05:30 AM PDT

    Hacktoberfest is here! Share your projects / Look here for contribution potential

    Posted: 01 Oct 2019 02:25 AM PDT

    https://hacktoberfest.digitalocean.com/

    I'll go first: Operation Code

    We're offering prizes on top of what GitHub and Digital Ocean are offering!

    Edit: For those of you asking about finding specific issues, check out the details page under "Beginners" - you'll see tons of links to help you filter issues to exactly your preferences. You can easily do this all year!

    https://hacktoberfest.digitalocean.com/details

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

    Today's javascript interview questions

    Posted: 01 Oct 2019 03:58 AM PDT

    Yup I'm just on a spree and not getting any employeement :D

    js let a = [1, 2, 3, 4, 5]; a = a.map(item => item<3);

    js let a = [1, 2, 3, 4, 5]; a = a.map(item => item<3);

    js let a = [1, 2, 3, 4, 5]; a = a.some(item => item< 3);

    which he told will return the mixture of .map() and .filter() 's result :D

    • then question on writing a reducer function to return the sum of an array which I thnk I have wrote wrong

    js const sum = arr.reduce((total, value) => total + value, 0);

    Redux

    • are Providers a Higher Order Components? there was no mention of Consumer and he took the mention of consumer with regards to how react-redux connect function works instead of how it works in Context API
    • what is actions in Redux
    • why is Reducer needed when we can directly mutate the state?

    React

    • How much do you rate yourself in React :D :D :D :D
    • What is portal in React?
    • What are fragments in React?

    HTML

    • How much do you rate yourself in HTML :D :D :D :D
    • What does HTML provide to do drag and drop? to which I only said I have used 3rd party libraries and never used the native solution provided by HTML.
    • Further question was how such libraries work behind the scenes and what code does it bring in to use HTML which I completely didn't know about.

    Today's javascript interview questions. Honestly after giving many interviews I felt like this was a kiddy and useless interviews since I personally (don't know about generally) direct Google about such array methods to use. I pity and find it funny for myself that I couldn't answer upto the expectations, but because of the experience

    I must say when someone asks you how much do you rate your self in this sexy tech library/feature you know its going to be a pretty bad interview.Doesn't apply to interviews in other western countries I guess

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

    When the ad is locked and at only 33%... IT ISN'T WORTH YOUR TIME!!!!!!! Don't take any of the bullsh*t Trilogy Data Analytics, Data Science, Data ANYTHING courses. Time and money suck.

    Posted: 01 Oct 2019 11:33 AM PDT

    Getting out of the burnout phase

    Posted: 30 Sep 2019 09:12 PM PDT

    So, I've been feeling pretty burned out recently. I used to really enjoy programming, and ran a long term personal project for about 10 years before it got too much for me. It used to take up the majority of my free time and I haven't been able to to find anything to replace it since.

    There's a lot of stuff in the field that I need to brush up on and I can't bring myself to touch anything outside of work. In the early days I loved playing with new things, but such isn't the case anymore.

    I've considered changing careers to something different entirely because of it.

    Any advice on how to get out of this phase?

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

    Question about zip file

    Posted: 01 Oct 2019 12:42 PM PDT

    Not sure if this is the place to ask this. I hired a web developer to design a website for me. He did a great job and sent me the website in the form of a zip file.

    I have a Google domain and am using WordPress, powered by bluehost, to create my website.

    My question is, how do I unpack the zip file onto a website? Is a web editor like WordPress the right place to do that? I have never used WordPress before, only squarespace. The developer said I'd be able to drag it in and unpack it. Thanks in advance for your help.

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

    how to put the “download on android” and “download on ios” picture on my website linking it to the app on the store?

    Posted: 01 Oct 2019 03:36 PM PDT

    hey guys, im having an app developed and want to use the website as a page to link to the app. i looked in to it and i believe its called deep linking? not sure, can anyone provide me the right information so i can work on this, thanks guys!

    submitted by /u/Nas-psu
    [link] [comments]

    What cookies are allowed without explicit permission?

    Posted: 01 Oct 2019 03:34 PM PDT

    I am currently building a marketplace type site. I use cookies for session management, the website would not work without them. Obviously I am also kind of tracking user activity using these cookies, but as far as I understand it, it should be fine because it is essential for the functionality of my site.

    I also plan on using cookies for referral tracking. This only works if I can place a cookie immediately after the user visits the site. Would something like this also count as essential functionality? Especially since its only purpose is to track referrals?

    Also, do I still need the banner informing users of my use of cookies, even if I don't need their explicit consent?

    I realize this is a tech centered sub, but I assume many of you have dealt with this before.

    Thanks for taking time to read and hopefully answer my post :)

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

    Generate static pages using standard bourne shell

    Posted: 01 Oct 2019 09:15 AM PDT

    What laptop for freelance design and dev?

    Posted: 01 Oct 2019 03:13 PM PDT

    Ive gotten by with my 10 year old hp laptop but I want an upgrade. I was honestly thinking about a gaming laptop? I like hp a lot and not really a mac fan, but I want better specs than the laptop I have now because idk the point of getting a laptop less powerful than my old one which is 500gb i5 8gb ram. So I want a 1tb i7 16gb ram

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

    What is the best monitor to get?

    Posted: 01 Oct 2019 03:08 PM PDT

    And which size do you find optimum? I'm hoping to eventually get 3.

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

    Is there a dark mode in popular frameworks such as bootstrap ? What's the least painful way to develop dark yet beautiful sites?

    Posted: 01 Oct 2019 02:50 PM PDT

    I use dark themes wherever they are available, the Dark Reader extension, anything possible to avoid staring at a bright screen. It would be consistent to develop dark sites by default.

    What's the least painful way to develop dark themed yet beautiful sites ?

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

    Sticky Footer — Solved by Flexbox

    Posted: 01 Oct 2019 07:05 AM PDT

    Practical Ways to Write Better JavaScript

    Posted: 01 Oct 2019 06:33 AM PDT

    Where can I find populated databases?

    Posted: 01 Oct 2019 07:32 AM PDT

    Hey all,

    I am trying to take my learning and development to the next level by dealing with large databases. I have experience with MongoDB, more specifically Mongoose. I know how to perform CRUD operations on a single database, but I would like to begin adding databases to track User activity. I thought about building an online library system, where Users can Log In, Reserve, Borrow books. The idea is still being hashed out but I know I need a database of books. I can populate the database manually myself, however, I don't really want to waste time entering data one by one. Is there a website I can download databases?

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

    Sharing a link to desktop version of a page

    Posted: 01 Oct 2019 01:18 PM PDT

    I'm trying to share this amazon review with someone.

    https://www.amazon.com/review/R14YYK0F9EG5UJ/ref=cm_cr_srp_d_rdp_perm?ie=UTF8&ASIN=B004UCC0IE

    However, on mobile, it only shows the text and none of the pictures. You can choose to view the desktop version, but that requires user input to actively switch to that mode.

    Is there anything I can add to the address that forces it to be viewed in desktop mode on a mobile browser?

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

    Do Junior Frontend developers get asked about Algorithms and Data Structures?

    Posted: 01 Oct 2019 09:28 AM PDT

    I have some basic knowledge about both, but I'd like to know if they ask about this stuff so I practice more. Thanks

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

    I'm a senior graphics programmer who wants to learn webdev.

    Posted: 01 Oct 2019 12:56 PM PDT

    I'm finding the sheer number of frameworks, acronyms, and technologies baffling. I work with some pretty heavy math but I basically use C, OpenGL, and nothing else. Where do I even begin with frontend webdev? A lot of the tutorials and documentation is aimed at absolute beginners. It feels a bit like being put in kindergarten as a 30 year old man. 🙃

    submitted by /u/baknal-suvet
    [link] [comments]

    I'm buying a new website, I need help!

    Posted: 01 Oct 2019 12:53 PM PDT

    I'm about to spend a substantial amount of money on a new e-commerce website. I have a small business and we've done quite well this year so I'm looking to re-do my current website as it's quite old. I have around £6000 to spend on a new website so as you can imagine I want to get this right as it's a lot of money. I have some experience with html and css but don't feel confident enough to build my own e-commerce site so going with an agency seems like a good idea.

    What sort of things should I look out for when choosing a web agency?

    What should I be wary of?

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

    What is your go to for getting quick small jobs

    Posted: 01 Oct 2019 12:51 PM PDT

    I'm wondering what other developers do to find quick cheap work between jobs.

    Craigslist? Toptal? Calling Friends?

    I need to cover bills and I've been doing small Wordpress projects but that's dried up at the moment.

    Obviously, there's no such thing as getting rich quick but there's got to be resources for experienced developers to find work that can be turned around quick.

    I can provide my skillset if you guys want but I know generic answers are better since those will help everyone, not just me.

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

    How do I learn what I don’t know?

    Posted: 01 Oct 2019 12:33 PM PDT

    I don't even know what I don't know. I've been a professional Front End Dev, mainly React dev, for two and a half years and I'm sure there is a ton out there because I keep interviewing and keep failing.

    I know Promises and Async/Await, I'm solid with CSS and preprocessors. I've read a book on ES6 and use it daily.

    I'm not sure where I'm missing things and where to get better at the things I'm missing

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

    Running WASI in Javascript with Wasmer-JS

    Posted: 01 Oct 2019 12:24 PM PDT

    Go interfaces, the tricky parts

    Posted: 01 Oct 2019 06:23 AM PDT

    No comments:

    Post a Comment