Alexander InkininAngularWave·9 hours agoMember-onlyThe magic of ContentChild, ViewChild and Template ReferencesIn Angular we tend to write declarative code. This means we are not supposed to manually query things when we need them. There are instruments in the framework that allow us to do so. First, lets recap what content and view mean. View is template of your component. This means…Java Script5 min readJava Script5 min read
Aditya Patel·6 hours agoDeveloping JavaScript Block Editor | Adiptalhttps://github.com/adiptal/adiptal-editor https://www.producthunt.com/products/adiptal-editor When searching for a free WYSIWYG editor or page builder, one may find that the majority of options available fall short in terms of accommodating dynamic themes and providing a responsive design for all screen sizes. This highlights the importance of carefully considering these key factors when searching…Java Script2 min readJava Script2 min read
Fresh Frontend Links·1 day agoFrontend Weekly Digest #295 (23–29 January 2023)Web-development • AR, VR, and a Model for 3D in HTML • For your next side project, make a browser extension • WebAssembly: 5 Predictions for 2023 • Optimal Images in HTML Performance • Optimize Time to First Byte • How GTmetrix Saw The Web in 2022 CSS • Greater styling control…Java Script2 min readJava Script2 min read
Jaideep PahwainWalmart Global Tech Blog·13 hours agoUnit Tests in Javascript in 5 MinsSetting up unit tests and code coverage for your javascript app Building an app involves various steps, right from gathering the requirements to finally deploying the application in production. As much as we want to expedite these steps, skipping a few steps here and there to save time, is not…Java Script10 min readJava Script10 min read
Tasadduq Ali·1 day agoNEXT JS 13 is the GAME CHANGER Part 1|| What’s new you will be amazedNEXT.JS 13 is a Game Changer. Before starting. If you want to be the part of CODE Culture Community. Just fill out the form to join the Free Code Culture Sessions and get your questions answered about coding and career. I am form click me Vercel recently announced Next.js 13…Java Script2 min readJava Script2 min read
Lelianto Eko Pradana·7 hours agoDeep Clone an Object in JavaScriptA deep clone of an object is a new object with a completely separate copy of all properties, including nested objects. This differs from a shallow clone, where only the first-level properties are copied and nested objects are referenced rather than copied. There are several ways to perform a deep…Java Script5 min readJava Script5 min read
Abhishek Kovuri·20 hours agoNestJS & Graphql setupLearn Backend with your frontend knowledge Hello Everyone, Welcome back to my blog 🙏. I hope you are all safe and that this blog finds you in good health ❤️. Table of contents · Introduction · Installation and Setting up your project · Generating Resources · Types of files and their importance ∘ module.ts…Java Script5 min readJava Script5 min read
murthy adapa·5 hours agoAbout that “this” keyword in javascript“This” is a special keyword in JavaScript that refers to the current object or context. It is a vital concept in JavaScript programming and is used to access the properties and methods of objects and functions. In JavaScript, the value of “this” is determined by the way a function is…Java Script2 min readJava Script2 min read
Dmusketeer·9 hours agoCreate 3D Animations and graphics using Threejs(3JS)ThreeJS is a cross-browser JavaScript library and application programming interface used to create and display animated 3D computer graphics in a web browser using WebGL. Introduction to THREEJS You may have wondered how web games and graphics are run on a web-browser. Only HTML and CSS are not sufficient. Then…Java Script2 min readJava Script2 min read
Pavel PogosovinJavaScript in Plain English·12 hours agoReact: Handling Image Loading with a Custom ComponentCreating a Smooth Image Loading Experience in React — Not a long time ago, I was frustrated with the flashing images in my project. So I created a component capable of showing a spinner during image loading and a placeholder when the download fails. Immediately, I noticed how much more convenient it had become to use the app and…Java Script3 min readJava Script3 min read