Cristian-Florin Calina·14 hours agoImproving Angular initial load timeIf you happen to be working on a large Angular application, you might encounter issues with the initial load time of your app. If you use performance metrics such as the new Performance Insights Chrome dev tool (which is a very nice tool to explore your network requests, layout shifts…Angular5 min read
Aditya Tyagi·6 hours agoWhy NextJs should not be ignored.A brief introduction to a full-stack framework backed with React syntax — The NextJs official website’s landing page terms NextJs as “The React Framework for Production”. It is by Vercel. I encountered NextJs while I was pursuing to become a full-stack developer with 4+ years of hands-on experience in front-end web technologies. NextJs is a layer on top of React extending its…Programming8 min read
Netanel Basal·4 hours agoCreate UrlTree from Any ActivatedRouteSnapshot in AngularIn the current Router API version (v14.0.0-), the UrlTree can only be created from an ActivatedRoute, which must both be active and materially appear in the UrlTree (meaning it cannot be an empty path named outlet). Due to the implementation of the current UrlTree creation process, the UrlSegment of the…Angular1 min read
Stefan HaasinLevel Up Coding·17 hours ago3 Simple Angular TipsIn this blog post I will share the most valuable and simple Angular tips and tricks that anyone can use in their project. No matter if your project is large, small, old, or young. Don’t subscribe to Observables Reactive programming with RxJs is one of the most natural things in Angular. We all know…Angular3 min read
Márcio Costa·1 day agoFunctions as first-class citizensSometimes it's good to get back to basics TLDR: Functions are objects. As a veteran of software development, it's good to revisit some basic concepts, especially if you are a self-taught developer. Being in that condition I can say with some property that is pretty easy to bypass some of…Software Development2 min read
Farhan TanvirinJavaScript in Plain English·1 day ago7 Best React UI Library You Should Use in Your Next ProjectPart 2: Create An Awesome App Today — Sometimes it takes a long time to build a UI from scratch. When a library can perform the necessary work, why create your own? Libraries are the life and best friends of developers. I think a good project uses some of the best libraries out there. I’ve put together a…React5 min read
Ben BaryoinPerimeterX·17 hours agoThe Far Point of a Static EncounterA breakdown of the Anti-VM skimmer and its variants from the earliest incarnation to the latest iteration served from staticounter.]net. — Following @rootprivilege’s tweet of a skimmer served from the recently registered (2022–05–11) staticounter.]net, I decided to take a closer look. I’ll start with describing my process of deobfuscation, but if you’re more interested in the workings of the actual skimmer, you might want to skip ahead.Java Script8 min read
Oskar PetrinJavaScript in Plain English·1 day ago7 Chrome Extensions for Web DevelopersA list of Chrome extensions for you to work faster. — Google Chrome extensions are very productively-based helpers directly implemented in your browser. They can help you reveal certain information about the webpage itself and provide a much simpler way to find out, rather than trying to do everything on your own and inspecting every page you come across. 1. Font Ninja Font Ninja…Chrome4 min read
bytefishinFrontend Canteen·1 day agoMy Web APP Get Crushed Because I Made 2 Mistakes with LocalStorgeRecently I was developing a side project Web App that used localStorage to store some data on the client-side. But when using localStorage, I made several mistakes, which led to bugs in the App. Below I share some of my experiences and lessons. The Story Each user in the project has a…Java Script2 min read
Jonathan SaringinBits and Pieces·2 days agoHow to Easily Manage Dependencies in a JS MonorepoDependency management in a JavaScript monorepo is made much simpler with pnpm and Bit. — Dependency management in JavaScript is the number 1 pain for developers according to the 2021 “State of JS” survey. That’s not much of a surprise. Not far behind it in 2nd place, comes code architecture. When you try to effectively manage dependencies in a monorepo you end up facing these…Java Script6 min read