Chris BongersforDaily Dev Tipsdaily-dev-tips.hashnode.net·Sep 20, 2020FeaturedGoodbye comments, welcome Webmentions 🙋🏼♂️Finally, I made the switch to Webmentions, not because I hated comments, but it just didn't serve the platform. You might be wondering, what is he talking about? Let me explain in some more detail. What are Webmentions? Webmentions are an open stand...Tapas Adhikary and 2 others are discussing this3 people are discussing thisDiscuss·101 likes·2.1K readscommunity
Goodness Chris-UgariforThe Good Endgoodiec.hashnode.net·Aug 18, 2021Serving the Content of your Static Websites Faster with AWS CloudFrontIntroduction A static website is a website that contains web pages with fixed contents. It is made up of HTML, CSS, and JavaScript files and doesn't require any server-side processing. Your website is available worldwide through a static IP. However...Yogesh Chavan and 1 other are discussing this2 people are discussing thisDiscuss·53 likes·450 readsAmazon S3
UI LibforUI Lib's Bloguilib.hashnode.net·Jun 2, 2022Static Site Generation (SSG) - What & When?The process of web development is changing rapidly. Developers are constantly working and researching methods with which they can enrich the efficiency of rendering, web pages, and web apps. One of these methods is Static Site Generation. In today's ...Discuss·41 likes·195 readsstatic
Sylvester Amaechiforslycreatorslycreator.hashnode.net·Apr 19, 2023Learn Essentials of the static keyword in JavaMy previous article i wrote on the simple guide to learn final keyword.Please read it so you can be able to combine both knowledge in your journey to building great Java application. In this article, we’ll take a closer look at the static keyword and...DiscussJava
Depayan MondalforDepayan's Blogdepayan.hashnode.net·Apr 1, 2023CSS Positioning: Static, Relative, Absolute , Sticky & FixedThe positioning property is used in CSS to determine where an element is placed on the page, we can further customize the placement of the elements by using top, bottom, left and right. note: when we apply positioning properties to any element, it al...Discuss·25 likes·126 readsCSS
Ayush GandhiforAyush's blogs☕ayush3150.hashnode.net·Feb 16, 2023What happens when you override the static method in Java?Hello, Java folks! Have you ever tried to override the static method in java? No? Let's override it ✌️. But before overriding the static method, let me briefly explain what the overriding and static method is. What is the Static method? The static m...Prashant Aghara and 1 other are discussing this2 people are discussing thisDiscuss·6 likes·61 readsJava
Ankit SandalforBlogs of Ankit Sandalankitsandal.hashnode.net·Feb 5, 2023What are Static & Dynamic Websites?Static Website Basically, a Static Website is a site created by the use of basic web languages like; HTML, CSS, and JavaScript. It is a limited functional site with a lack of flexibility and no user interactions. It does not change frequently based o...Discussstatic
Shashwat RajforRajShashwatCodesrajshashwatcodes.hashnode.net·Feb 4, 2023Static Keyword in JavaIntroduction Java, as one of the most popular and widely-used programming languages, offers a variety of features and capabilities for developers to create powerful and efficient software. One of the key concepts in Java is the use of the “static” ke...Discuss·10 likesJava
Nathan Agbarafornathanagbara.hashnode.net·Feb 1, 2023Understanding Classes, Static and non-static Variables/Methods and Constructors in JavaTo fully understand any programming language, you need to understand the English language behind the programming language, Java is no different. This post will explain to you what classes, constructors and instances mean in Java. Let's get right in. ...Discuss·26 readsJava
Sanyam JainforStatic sites and Dynamic sitessanyam30.hashnode.net·Jan 19, 2023Static SitesA static site is a website that is not having a lot of server-side logic and is overall made of plain HTML, CSS, javascript, either one or all three of them Ex- Online portfolio, feedback form etc. Let's look at some of the Advantages of Static websi...Discussstatic
Tennyson OnovwionaforKloudTenncloudtenn.hashnode.net·Jan 16, 2023Authenticating Azure Static Web App with Single Azure Active Directory Tenant.Introduction Static Web App is one of Microsoft's incredible products that enable you to speed up the development of your app using modern programming frameworks such as React, Vue.JS, and Angular, among others. This is accomplished through its pre-b...Discuss·199 readsAzure
Michael A. PersicoforMichael Persico's random musingsm-persic.hashnode.net·Jan 10, 2023A minor headache with dynamically typed programming languagesLet it be said, based on the observations of this novice programmer, that the ultimate pursuit of mankind seems to be the achievement of maximum convenience, hence why I believe dynamically typed languages have taken over as much as they currently ha...Discuss·6 likes·55 readsTypes
Chris ArterforChris Arterchrisarter.hashnode.net·Dec 29, 2022Run Netlify CMS Admin LocallyLet's cover how to run the Netlify CMS on your local machine. This write-up assumes you've already Netlify CMS in your project. After setup, you should have an admin folder containing an index.html and config.yml file. If not, go ahead and add those....Discuss·123 readsNetlify