A Gentle Introduction to Using a Docker Container as a Dev Environment web developers |
- A Gentle Introduction to Using a Docker Container as a Dev Environment
- Am I the only one that doesn't feel comfortable when using position and offset?
- Why P**rnhub's thumbnails suck
- Introducing visx from Airbnb
- Stripe's new checkout
- What’s the next step to building beautiful websites?
- I get that careless use of tables is bad, but when are they allowed? Would a bingo board be an appropriate use?
- Frosted glass effect based on main colour from image
- Building a Modern-Day Hit Counter
- Resources/tips for finding clients consistently?
- What do I need to know in order to build a product page with user login?
- Is the .NET ecosystem really open now?
- Practical intermediate database advice
- How do I add a <a href> link in between a <p> or <h1> tag?
- Is fixing dependency vulnerabilities worth it on a small side project?
- Which path should I pursue if I want to work remotely from overseas?
- Cloudflare Week is here
- Sharing more Front End practice interview questions
- Is it possible to make a Single Page on a custom website using Squarespace/Wordpress?
- Scripting on top of other websites you frequent?
- How this design can be implemented in CSS?
- Empty Adress bar on website
- Best way to prevent mail/phone number from being scraped while still being convenient?
A Gentle Introduction to Using a Docker Container as a Dev Environment Posted: 28 Sep 2020 01:10 AM PDT
| ||
Am I the only one that doesn't feel comfortable when using position and offset? Posted: 28 Sep 2020 03:31 PM PDT I know that this is probably a very dumb question but I always feel like I'm cheating or hacking by using position and their offset(Top, left, right, bottom) I feel like there is always a better way than doing this even if I tried everything and failed. Am I the only one? [link] [comments] | ||
Why P**rnhub's thumbnails suck Posted: 28 Sep 2020 12:26 PM PDT
| ||
Posted: 28 Sep 2020 01:04 AM PDT
| ||
Posted: 28 Sep 2020 11:55 AM PDT So back in Apr 2019 Stripe completely changed the way their checkout now runs. I had built my app's checkout prior to that, so we've been running on legacy just fine. But today I had to make some changes, and because I had difficulty finding the docs for the legacy version, I started reading up on the new way to do things. GOOD GOD what a mess it is now. I can't be the only one who thinks things got needlessly more complicated? The legacy checkout was as simple as dropping in some html with data-attributes, which generated a nice little on-site checkout modal, then handling the submission on the server. Now we're expected to pre-generate a checkout session, pass that to the client, attach that the the click-event which sends the user to a Stripe hosted checkout page, then set up/catch the webhooks that come as a result of that. It's like what Paypal Express checkout has been doing for years, but worse, which was a pain to work with too. What's everyone else's opinion? [link] [comments] | ||
What’s the next step to building beautiful websites? Posted: 28 Sep 2020 03:39 PM PDT Hey everyone, so I've been building a couple of websites for a few months now. Im good with HTML, CSS and JavaScript and to build my websites mobile friendly and everything I use bootstrap. I really enjoy the grid system and the features and what not. I most of the time just have sections contained with container, a bit of styling here and there etc. I've been looking at a lot of the modern website designs on Dribble. I really really love the ones that have the type of cartoon people all on them, and have a lot of cool shapes and designs all around and overall have bright beautiful color themes. However my main question is, what is the next step to be able to build websites like the ones off there? Where do I find those cartoon people, or those shapes and designs. What technologies or frameworks are used to overall build those types of designs? How are the animations made? When I built stuff off bootstrap everything is kinda just all compacted and gridding out and held inside the container class, so the types of websites I build never really reach the ideas I see off there. How do they make certain images of things go off to other sections, like overlapping some sections and stuff. All in all what's my next step after understanding bootstrap and css and html, to creating the most beautiful and modern website friends like the ones I see on dribble? Where's the best place I can get the design cartoon figures I see on there for free? Where do I go from here? Any tips? https://dribbble.com/shots/14247310-Marketing-Agency-Landing-Page https://dribbble.com/shots/14086389-Oncoin-product-page Stuff like this is what I'm aiming to be able to build. One thing I never understood is are the sort of shapes and figures in the background, are they just background images a person designs and they put as the background? Or are they somehow built in the code and put there or is it like individual images u put a position to absolute and put wherever you want? I hope someone could grasp what I'm trying to ask overall here cause I realize I'm going on a tangent, just really wanna take it all to the next level! [link] [comments] | ||
Posted: 28 Sep 2020 02:44 PM PDT Or would that be better off being made of flexbox divs? [link] [comments] | ||
Frosted glass effect based on main colour from image Posted: 28 Sep 2020 01:54 PM PDT I am looking to created a sort of frosted glass effect background colour based on the colour of the image in the foreground. Juts like this example design here https://dribbble.com/shots/11822678-Music-Player-Light-Version/attachments/3447093?mode=media I have a basic version of this working where I set the background url to the image used in the foreground and use the css filter property with blur. However I would like to pull the main colour from the image and be able to use that is other areas too. Is this possible with css/js just yet? [link] [comments] | ||
Building a Modern-Day Hit Counter Posted: 28 Sep 2020 09:40 AM PDT
| ||
Resources/tips for finding clients consistently? Posted: 28 Sep 2020 10:15 AM PDT Hey everyone, My buddy and I started a Web Dev company and immediately found some solid success. 4 clients in our first month! We've had a lull in the past 2 weeks where we just haven't been able to find a client. I've been cold calling businesses past the first page of google searches with the pitch "Hi this is __, I work at ___, and I wanted to give you a quick call because I noticed your site isn't ranking well with google and I think we could fix that and try to help generate more business for you. If you're open to it, I'd love to send over some info or even set up a consultation." I've been focusing on law offices but need to branch out and get a stronger sales plan. Are there any resources or tips that you have that can help me develop a stronger marketing strategy? [link] [comments] | ||
What do I need to know in order to build a product page with user login? Posted: 28 Sep 2020 12:21 PM PDT I'm a CS student with no experience on web development ( HTML/CSS and some JS, nothing backend) and I've just been asked to make a product page for a family friend's business. They know that I'm inexperienced so they are giving me time to study and do research. What they want is:
I'm assuming I don't have to code all of it myself and that there are third parties that could handle the backend part. Would appreciate if someone would point me in the right direction. [link] [comments] | ||
Is the .NET ecosystem really open now? Posted: 28 Sep 2020 05:56 AM PDT Is the .NET ecosystem really open now?
[1] "Before version 2.1, in EF Core the GroupBy LINQ operator would always be evaluated in memory" https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-2.1 [link] [comments] | ||
Practical intermediate database advice Posted: 28 Sep 2020 03:36 PM PDT
| ||
How do I add a <a href> link in between a <p> or <h1> tag? Posted: 28 Sep 2020 03:23 PM PDT Seems like it'll skip a line every time instead of a continuous single line. [link] [comments] | ||
Is fixing dependency vulnerabilities worth it on a small side project? Posted: 28 Sep 2020 02:43 PM PDT I'm working on an app, and the intended user base is small. Is it worth it to devote time to dependency vulnerabilities? I use the Github Dependabot tool, so it notifies me of any dependency vulnerabilities it detects. Sometimes it takes 15 minutes to resolve one of these vulnerabilities, because automatic updates are not possible, and the vulnerable dependency is used by other dependencies. What's your policy for checking for/dealing with vulnerable dependencies? [link] [comments] | ||
Which path should I pursue if I want to work remotely from overseas? Posted: 28 Sep 2020 02:21 PM PDT
I wanna be able to work remotely from my country (Egypt) and I'm down to learn anything to speed up that process. I know some frontend basics and python, but that's about it. Which path would you choose? [link] [comments] | ||
Posted: 28 Sep 2020 01:35 PM PDT Every year, Cloudflare does a "Cloudflare Week" to celebrate their own birthday, where they release the majority of their new features. Love 'em or hate 'em, it's hard to deny that they put out some incredible products. Worth keeping an eye on their blog this week as they roll out a new feature or product each day. OP here: https://blog.cloudflare.com/welcome-to-birthday-week-2020/ [link] [comments] | ||
Sharing more Front End practice interview questions Posted: 28 Sep 2020 09:39 AM PDT
| ||
Is it possible to make a Single Page on a custom website using Squarespace/Wordpress? Posted: 28 Sep 2020 09:37 AM PDT So I have a fully custom website using HTML and CSS with some JavaScript. Would it be possible to create a single page on this website using Squarespace or Wordpress? I want to make that single page using a CMS so that other people can easily edit it. [link] [comments] | ||
Scripting on top of other websites you frequent? Posted: 28 Sep 2020 09:05 AM PDT Sometimes I visit websites and want to have some automated action or processing happen. For instance, maybe I want to do something upon visiting the site or a specific page of the site like clicking a bunch of buttons, or performing some scraping for new video links embedded on a tutorial page I visit, or quickly automate user creation and login for an app I'm developing etc.... I know I could do the perfected method of automating everything with a headless browser, but that sounds drawn out to me - I have to login, get cookies, use a horrendous API... I think for most use-cases a chrome extension would be sufficient, so I was wondering if any of y'all have a means of doing this without having to write your own extension per site? (Never written a chrome extension) [link] [comments] | ||
How this design can be implemented in CSS? Posted: 28 Sep 2020 12:50 PM PDT
| ||
Posted: 28 Sep 2020 08:37 AM PDT I want to program a Chrome extension, that redirects to a website, when a new tab is opened. It would be amazing, if the address bar would be empty and selected (ready for a google search). Does anyone of you know if this is possible and if so, what would be the code (in the json or html file) to do so? Thanks a lot and have a great day! [link] [comments] | ||
Best way to prevent mail/phone number from being scraped while still being convenient? Posted: 28 Sep 2020 12:16 PM PDT On a page I want to add a phone number and an email for people to contact me. Obviously I'd like for both to be not scraped within days and receive tons of spam. One idea would be to show them as images on the page, but then users would have to type the number or email which is a huge hassle and most probably just won't contact then. Is there an easy way that has the best of both worlds? Protection and user convenience? [link] [comments] |
You are subscribed to email updates from webdev: reddit for web developers. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment