Little web game I made for school. Can you beat my record of 74? web developers |
- Little web game I made for school. Can you beat my record of 74?
- Twilio acquires email API platform SendGrid for $2 billion in stock
- Just got this email from Namecheap. What do you think's in the works?
- Surviving as a developer in a foreign country
- New in Chrome 70 - Desktop Progressive Web Apps on Windows and more | Google Developers
- Need advice on what to do next after building a website for a client. They did ask me for it tho. Let me explain...
- Build a "Netflix" (open source)
- I've read that saving JWT tokens in local/session storage is bad practice. Can someone point me to tutorials showing the good way to authenticate a user?
- Tailwind CSS download count surpassed Tachyons
- Is an iPod Touch sufficient for testing & debugging websites for ios?
- Personal Gaming Tracker Site
- Question regarding temporary (dev site) URLs and NGINX servers
- What's the best way to create a multi-step form (same page, no refresh)?
- What else should I purchase when buying a domain name?
- How to implement nice, HTML popovers like this one?
- About online freelancing platforms
- Personal Book Library Web Project
- Does anybody know where I can get a sidebar like this?
- Am I going crazy, or is this considered the new best practice? Why wouldn't you just make the first a tag (the only that actually links) go to the page you're interested? Why use CSS to make the link overlay the content instead of just wraping the content in the link?
- Alternatives for Edge Developer Tools?
- How to make an empty container same size as it would have text and show nice pure CSS placeholders.
- Why does markdown require two empty lines to start a new paragraph?
- Autoprefixer 9.2: Grid for IE could be enabled in CRA and CodePen
- Build a Reddit Moderator Bot With Standard Library + Code.xyz in 10 Minutes
Little web game I made for school. Can you beat my record of 74? Posted: 16 Oct 2018 09:58 AM PDT | ||
Twilio acquires email API platform SendGrid for $2 billion in stock Posted: 15 Oct 2018 06:55 PM PDT
| ||
Just got this email from Namecheap. What do you think's in the works? Posted: 16 Oct 2018 05:41 AM PDT
| ||
Surviving as a developer in a foreign country Posted: 16 Oct 2018 09:46 AM PDT I am a Norwegian and an aspiring developer. I often dream of living abroad and making a living as a developer. Whether it is as a freelance agent or working for a firm I don't think matters here. Im fluent in Norwegian and English and that's about it. So what I'm wondering and asking is this: Is it possible to survive as a developer in, lets say, France, Italy, Spain or other countries where the English language is not the main spoken language? My first thoughts are that it is possible since most of the documation out there is written in English. And that is an indication that that the industry is heavily dependent on English. Are there anyone with similar experiences that would like to share what they have experienced? [link] [comments] | ||
New in Chrome 70 - Desktop Progressive Web Apps on Windows and more | Google Developers Posted: 16 Oct 2018 11:02 AM PDT
| ||
Posted: 16 Oct 2018 09:59 AM PDT About four months ago I started learning web development. I learned all the basics need to make a decent website plus some other stuff. There was this restaurant in my area. Fancy restaurant but ugly, old and barely functional site. So I designed and developed a new site. It's not perfect, but a month later there it was, certainly much better looking, more functional and most importantly fully responsive. I don't really care about money. This is the first website I built on my own and I did it for practice and it will be my first portfolio item anyway. However now that it's actually finished I'm not sure how to approach this to maximize benefits as it would be nice to get paid. I fell if I send pictures of the site and they are interested they will ask me to set it up. Like the forms and the online ordering they have. I have made this front end but I don't know back end. Not to mention uploading the site online and making it work. I don't think they are interested in just the the raw code. Or maybe they are but I'm just asking around before I pull the trigger. Thanks! [link] [comments] | ||
Build a "Netflix" (open source) Posted: 16 Oct 2018 03:40 PM PDT Netflix
Github Addresshttps://github.com/NetflixCTO/Netflix Build Setup``` bash install dependenciesnpm install before startmake sure you have installed mongodb and the service is running Then modify the content on server/config/index.js And then src/common/js/mixin.js Modify the default link under the addBase method Then you can start server with hot reload at localhost:3333npm start buildmake sure install parcel in gobal npm run build test after buildnpm run exec ``` ShowcaseFrontendadmin:admin@qq.com password: 123456 add movie attention The video and poster addresses need to be http/https protocol and do not support ed2k. for example: poster address: https://img1.doubanio.com/view/photo/l_ratio_poster/public/p2519994468.webp video address: http://vt1.doubanio.com/201805241616/ca24dfd1d36cc84406e361b2c8a90d23/view/movie/M/402300311.mp4 ScreenshotsFrontPagehttps://github.com/NetflixCTO/Netflix/raw/master/image/2.png https://github.com/NetflixCTO/Netflix/raw/master/image/3.png Detailhttps://github.com/NetflixCTO/Netflix/raw/master/image/1.png Structure``` . ├── server // back-end server | ├── config // user configuration | ├── crawler // crawler script | └── trailer-list // movie information crawler | └── video // video and poster crawler | ├── database // database correlation | └── schema // schema configuration | └── init // database initialization | ├── lib // Toolkit | └── decorator // routing | └── util // common tool | ├── middlewares // Middleware | └── parcel // integrated parcel | └── common // general Middleware | └── router // routing Middleware | ├── routes // back-end routing configuration | └── movie // request movie related API | └── user // background management related API | ├── service // back-end services | └── movie // movie API related services | └── user // login service | ├── tasks // process management | └── api // request detailed data | └── movie // data crawler process | └── qiniu // upload static resource process | └── trailer // video poster crawler process ├── src // front-end project core document │ ├── base // common components | └── no-result // no result component │ ├── common // public static resources | └── image // public picture | └── js // public JS | └── mixin // mixin │ ├── components // component | └── home // home page | └── home-content // The main content of home | └── login // login page | └── management // backend management page | └── movie-detail // movie details page | └── player // video player | └── toolbar // head and left navigation | ├── router // front-end routing | ├── store // vuex | └── index // store入口 │ ├── App.vue // component access │ ├── main.js // front-end entry file ├── index.html // template HTML file ├── start.js // project entry file . ``` [link] [comments] | ||
Posted: 16 Oct 2018 08:47 AM PDT I've come across tons of articles explaining why using local/session storage is bad in terms of security, etc. But I haven't see a tutorial (written or video) explaining the alternative. I want to learn the good way of storing delicate user information. [link] [comments] | ||
Tailwind CSS download count surpassed Tachyons Posted: 16 Oct 2018 09:23 AM PDT | ||
Is an iPod Touch sufficient for testing & debugging websites for ios? Posted: 16 Oct 2018 06:35 AM PDT I really need to upgrade my iPhone 4s i have been using to debug websites. I use Android as my daily driver and its not very tempting to shell out for a new iPhone just for some hours of testing now and then. Also getting an used one with a tax receipt (i run a freelancing business) is kinda tricky, atleast at a decent price. So i am tempted to just go for the iPod Touch. I know GPS is missing, but other than that, is the mobile safari experience close enough for the purpose or is there anything else i am missing out? It kind off defeats the purpose if i would always need to test on an actual iphone aswell because of some quirks or differences... [link] [comments] | ||
Posted: 16 Oct 2018 01:37 PM PDT https://dabossslayer.com/ Like the title says this is my personal gaming tracking site I am creating. All of my gamer tags are 'DaBossSlayer' ... even here on reddit. I wanted one page to see all of my stats. I am starting with PUBG. It's my first public use of React. I know it looks noobish but I love it. I am asking for some input or suggestions on my design / methodology. [link] [comments] | ||
Question regarding temporary (dev site) URLs and NGINX servers Posted: 16 Oct 2018 10:26 AM PDT Please bear with me as I am a little bit out of my comfort zone on this topic. I am looking to change reseller host companies (was with Site5). I often work on "development" sites that I need other people in the office to have access to; furthermore, I need clients to be able to view and interact with the site for themselves before it goes live. I am used to simply using temporary URLs (i.e. http://*server IP*/~*username*.) This has worked for me in the past but I have recently come to find out that this can be an issue. I tried hosting with inMotion and rapidly realized that temporary URLs do not work. Upon contacting their support several times I was told it was because they have NGINX servers and temporary URLs tend not to work with NGINX. Hopefully this makes sense to somebody out there. Has anybody out there ever had similar issues with temporary URLs? Any solutions? [link] [comments] | ||
What's the best way to create a multi-step form (same page, no refresh)? Posted: 16 Oct 2018 03:33 PM PDT I found this guide on W3 Schools but I'm not sure if it's the most optimal way to go about it or if it's outdated (I can see it's not using ES6) -https://www.w3schools.com/howto/howto_js_form_steps.asp There's also this codepen that uses CSS only to achieve it - https://codepen.io/allurewebsolutions/full/mewOvv/ What method do you use? [link] [comments] | ||
What else should I purchase when buying a domain name? Posted: 16 Oct 2018 03:00 PM PDT I'm thinking of getting my chosen domain name off NameCheap. But they're offering these other things that I don't know if I should get because I'm completely new to this. Things like: - Stellar Shared Hosting - Positive SSL - EasyWP I kind of have an idea of what these things are but I also don't want to get ripped off. What do I do? [link] [comments] | ||
How to implement nice, HTML popovers like this one? Posted: 16 Oct 2018 02:11 PM PDT If you go to https://www.udemy.com/ and hover your mouse over the courses below the hero image they have very nice popovers that:
Any tips on perhaps an available library to accomplish this? I've looked all day and none to all of the above. Or, if not and I was to try to make something myself, how would I make the dynamic positioning? [link] [comments] | ||
About online freelancing platforms Posted: 16 Oct 2018 02:00 PM PDT Hello guys, I would like to discuss about these websites, it's full of third world country people who charge 1-10$ an hour and they've already got a ton of positive reviews Me personally I live in one of them, math says I only need 300$ a month to survive pretty well. I know you folks in higher cost of living countries need WAY more than that, but yeah, 300 Question is, how do people even get their first client on those kinda websites, on so many projects there are instant 30+ bids in 5 minutes and half of them have 50+ positive reviews. I'm not whining but I'm only curious about the process for newcomers [link] [comments] | ||
Personal Book Library Web Project Posted: 16 Oct 2018 01:57 PM PDT | ||
Does anybody know where I can get a sidebar like this? Posted: 16 Oct 2018 01:47 PM PDT | ||
Posted: 16 Oct 2018 01:28 PM PDT
| ||
Alternatives for Edge Developer Tools? Posted: 16 Oct 2018 01:15 PM PDT So as all of us I regularly have to debug on Edge to make sure everything works. The problem is that the built in developer tools are so incredibly slow. Pressing F12 often takes 10-20 seconds to show anything in the developer window and using it is a pain because of the slowness. Is there an alternative for Edge? I checked out Firebug (which I haven't used in years tbh) but couldn't find a version for Edge and the js inject version seems to be gone too. [link] [comments] | ||
How to make an empty container same size as it would have text and show nice pure CSS placeholders. Posted: 16 Oct 2018 12:48 PM PDT
| ||
Why does markdown require two empty lines to start a new paragraph? Posted: 16 Oct 2018 08:38 AM PDT I didn't know where else to put this. Markdown is meant to be intuitive and readable, but people generally use a single blank line between paragraphs. The markdown approach is always a pain the ass. And I've always wonder what is the reasoning behind this requirement. Any ideas? [link] [comments] | ||
Autoprefixer 9.2: Grid for IE could be enabled in CRA and CodePen Posted: 16 Oct 2018 11:54 AM PDT
| ||
Build a Reddit Moderator Bot With Standard Library + Code.xyz in 10 Minutes Posted: 16 Oct 2018 12:02 AM PDT
|
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