Particle text effect with randomly generated images from a sprite sheet (+ source code) web developers |
- Particle text effect with randomly generated images from a sprite sheet (+ source code)
- Made this Kanban Planner similar to Trello using React, Tailwind and Firebase. Links in comments.
- I've recently started to use Angular and like it a lot, but most things I've seen online here and there is that it's either outdated or hard, but I don't see why
- [RFC] Vue 3 won't support IE11
- Does Germany have a shortage of web developers and programmers?
- Where to look at developer portfolios for design inspiration/ideas.
- I've built an online booking system that looks simple and is easy to use. What do you think about it?
- I created pakkly.com - a better way to ship software on desktop
- Boilerplate for a basic AWS infrastructure with EKS cluster
- Why is Chrome 72 still used?
- How to make this background?
- Requirements of an entry-level Front End Developer job
- Wikipedia API
- An example of a UI that makes good use of wide screens
- What DONT you like about tailwind css?
- There's no such thing as a website or web app that doesn't need to be accessible
- Fontawesome alternatives?
- I made tentacle Monsters attack a penguin. Can you escape from them? [code and tutorial available]
- Check out this great app idea, which I'll be developing as a series of video tutorials on youtube, I already started, now I'm at part 5!
- Roulette website project
- Any experience with serverless DBs? What would you choose?
- does anyone know how to remove this annoying white space? i tried to google it no help :(
Particle text effect with randomly generated images from a sprite sheet (+ source code) Posted: 02 Apr 2021 09:46 AM PDT
| ||
Made this Kanban Planner similar to Trello using React, Tailwind and Firebase. Links in comments. Posted: 02 Apr 2021 02:28 PM PDT
| ||
Posted: 02 Apr 2021 04:24 AM PDT First , note this is not a "what is better" post, more a curious discussion one So I've mostly used VueJS the last years or small amounts of React, but for different reasons we took over a bit older angular project we now migrating to the latest version(I think 11?). When I started, I remember that I was a bit negative towards why we should use it, because seeing on linkedin, reddit etc that for different reasons React/Vue is more "modern" or faster and so on or maybe it would be hard to find new devs. But here we are, a few weeks later and I can't say much bad things about Angular at all. The data binding of objects in your module/class is very straight forward, you have automatic service modularity that you can use to call APIs or share functionality, there is a good way to configure all with this angular.module.ts file, it gives you a solid project structure. One thing I could imagine is that this router file might grow big, but I guess there are ways to modularize that one too. I don't get if I haven't been seeing a big challenge yet where it might not work out, but as of now I find it very straight forward, well documented and easy to work with. [link] [comments] | ||
[RFC] Vue 3 won't support IE11 Posted: 02 Apr 2021 11:57 AM PDT
| ||
Does Germany have a shortage of web developers and programmers? Posted: 02 Apr 2021 06:09 AM PDT Hi, I have been living in working in Germany for 1.5 years. There are some courses financed by the unemployment office where you can learn to code to get a job as a programmer. I am trying to get some insight as to whether these courses are actually of good quality, how easy is it to get a job after graduating, what kind of salary can you obtain and is there remote work available from the beginning? Any insight is much appreciated! [link] [comments] | ||
Where to look at developer portfolios for design inspiration/ideas. Posted: 02 Apr 2021 11:11 AM PDT I already saw dribble, are there other places where one can find numerous dev portfolios to filter through and pick n choose which feature, etc. I can pick from some and add in my own. I saw google results & most of those blogs are recycling the same few 20-30 portfolios which I feel must be oversaturated and look like overkill. Answers appreciated. [link] [comments] | ||
Posted: 02 Apr 2021 01:46 PM PDT
| ||
I created pakkly.com - a better way to ship software on desktop Posted: 02 Apr 2021 01:37 PM PDT
| ||
Boilerplate for a basic AWS infrastructure with EKS cluster Posted: 02 Apr 2021 02:46 PM PDT Advantages of this boilerplate
Why you should use this boilerplate
[link] [comments] | ||
Posted: 02 Apr 2021 06:55 AM PDT Looking at browser and version distribution for our sites, I noticed that Chrome 72 has outsize usage given how old it is. Anyone know why? [link] [comments] | ||
Posted: 02 Apr 2021 08:08 AM PDT I found this great dynamic background in this page and the one on this page too http://richardmattka.com/ And would like to recreat it, I suspect it is using some sort of webgl in it but would like some assistance from the sub, thanks [link] [comments] | ||
Requirements of an entry-level Front End Developer job Posted: 02 Apr 2021 01:18 PM PDT I just want to laugh XD
[link] [comments] | ||
Posted: 02 Apr 2021 08:06 AM PDT Hey, I noticed when I paste this link (https://en.wikipedia.org/w/api.php?action=parse&page=Pet_door&prop=text&formatversion=2&format=json) into my browser it returns the text of a Wikipedia page, but when I return it with curl it seems to be some HTML about WikiMedia. Browser: {"parse":{"title":"Pet door","pageid":3276454,"text":"<div class=\"mw-parser-output\"><div class=\"thumb tright\"><div class=\"thumbinner\" style=\"width:222px;\"><a href=\"/wiki/File:Doggy_door_exit.JPG\" class=\"image\"><img alt=\"\" src=\"//upload.wikimedia.org/wikipedia/commons/thumb/7/71/Doggy_door_exit.JPG/220px-Doggy_door_exit.JPG\" decoding=\"async\" width=\"220\" height=\"165\" class=\"thumbimage\" srcset=\"//upload.wikimedia.org/wikipedia/commons/thumb/7/71/Doggy_door_exit.JPG/330px- Curl: <!DOCTYPE html> <html class="client-nojs" lang="en" dir="ltr"> <head> <meta charset="UTF-8"/> <title>MediaWiki API result - Wikipedia</title> <script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":! Does anyone know why this is, and how can I get the Wikipedia text at the command line? Thanks very much. [link] [comments] | ||
An example of a UI that makes good use of wide screens Posted: 02 Apr 2021 12:06 PM PDT I am looking for an example of a UI that makes good use of wide screens. Most of the application including those that spend a lot of resources on design and UX end up with a give or take 1300px container that wraps all the content and the rest of the available space end up unused. I am working on a ERP system that deals with a lot of content and data and my goal is to utilise the available screen space as much as possible. [link] [comments] | ||
What DONT you like about tailwind css? Posted: 02 Apr 2021 11:41 AM PDT A lot of people love tailwind. I would not say tailwind is overrated. For many people it's a huge step up... like if you're using bootstrap or relying on material UI for styling But I'm not a huge fan. It makes the markup look like a mess for complicated components. Go look at tailwind UI examples and it's wild looking. Maybe if you work in it every day it's not bad but I can't imagine having a huge react app all like that The highest upside imo is the concept of utility classes where you can take one component and paste it somewhere else and it works (since you're not relying on some cascading styles it's all local to that markup) BUT you can achieve that with styled-components and not have your markup a mess of HUGE className lists. If you even remotely comfortable with CSS, you can easily copy tailwind aesthetic with styled components. It does not take that long to add a border radius to a div This thread is for tailwind haters ONLY [link] [comments] | ||
There's no such thing as a website or web app that doesn't need to be accessible Posted: 02 Apr 2021 06:05 AM PDT
| ||
Posted: 02 Apr 2021 01:20 PM PDT I naively used fontawesome, to provide some social media icons on my website but have been rethinking its footprint, in loading css and font file. What are the alternatives that I can use instead? I have been thinking of base-64 background in css or svg icons, since that would make it easier to add more icons, when compared to icon font sets. [link] [comments] | ||
I made tentacle Monsters attack a penguin. Can you escape from them? [code and tutorial available] Posted: 02 Apr 2021 11:07 AM PDT
| ||
Posted: 02 Apr 2021 04:03 PM PDT
| ||
Posted: 02 Apr 2021 03:48 PM PDT Hey all, I wanted to share my first proper MERN project. I am quite proud of it, but of course it definitely has many flaws, and I would gladly take any criticism good or bad. I didn't focus that much on the front-end and how it looks, this was more back-end heavy for me. However it taught me a lot of new things such as how to use web sockets. Here it is: short video of the website for those who don't want to click on it and the repo: https://github.com/JakubBednarz25/fakeworldv2 [link] [comments] | ||
Any experience with serverless DBs? What would you choose? Posted: 02 Apr 2021 03:16 PM PDT What would you recommend? Disclaimer: is it a wrong sub? Please direct me to the right place 🙏 I'm creating a side project. Front-End needs to be capable of creating entities locally and syncing them to the DB after registration. (via WebWorker?) no fancy conflict resolution needed. I've set up Fauna DB and it works pretty well, but I would prefer some solution that takes bargain of syncing DB states out of my shoulders. PouchDB seems to do that pretty well covering as well Front- as Back-End, but I really don't wanna get into hosting anything anywhere this time, this time is supposed to be fun 😛 I have like virtually no experience with DB as a service, tried doing some basic research and well, it didn't end up to be very insightful. It's pretty hard to find useful stuff in a marketing jungle. Thanks for any insight, peace!✌️ [link] [comments] | ||
does anyone know how to remove this annoying white space? i tried to google it no help :( Posted: 02 Apr 2021 06:27 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