David Herbertdaveyhert.hashnode.net·Jan 13, 2023My Year in Review: 2 Years in Tech - A Never-Ending Roller Coaster Ride.Honestly, I've always admired those who are able to put out their Year in Review at the end of each year. Writing one myself is something I've never gotten to do or even thought I'd do. Why, might you ask? One, because I've got the memory span of a f...746 likes·32.7K readsyearinreview
Anastasiabeyond-average.hashnode.net·May 26, 2021FeaturedHow to Build a Great Developer Portfolio (+ Examples & Tools)*header pic by Shen Comix As any other specialists, developers need to market themselves to get dream jobs and projects, attract more clients and reach a desirable level of income. The necessary skills and a killer portfolio website are the two thing...532 likes·4.6K readsCareer
Trecia Kat treciaks.hashnode.net·Jul 15, 2022FeaturedI am a self taught developer and I landed my first tech job, remotely!"I got my job through Twitter 🎉" I never thought that I'd be the one saying those words. I've always seen posts of people from tech twitter who have shared that they got a job on Twitter or that online presence helped them secure a job. Little did ...522 likes·15.4K readsGrid Life 👩💻Web Development
Ali Calimlialicalimli.hashnode.net·Apr 25, 2023FeaturedWindows 10 Calendar Hover Effect: A Step By Step TutorialHTML Structure Let's start by creating the HTML structure, We will create four boxes only to keep this tutorial simple. <div> <div class="container"> <div class="box"> <div class="box-content">1</div> </div> <div class="box"> ...59 likes·496 readsHTML5
Asritha Divineasritha.hashnode.net·Apr 25, 2023Refs in React: Your Shortcut to DOM ControlIn React, ref is a way to access and interact with the DOM elements or components that are rendered by React. It allows you to get a reference to a DOM element or a React component instance, which can be useful in various scenarios like handling user...10 likesWeb Development
Helio Sales Jr.helio.hashnode.net·Apr 25, 2023React Essentials: What I Wish I Knew When Starting OutReact has become a popular JavaScript library for building modern, interactive web applications. If you are planning to learn React, congratulations! You are about to embark on a journey that will give you the skills to create dynamic, reusable UI co...3 likesReact
Aleru DivineforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 26, 2023Effects you can build with CSS without JavaScriptCSS has come a long way from its early days of basic styling to now being a powerful tool for creating eye-catching effects and animations. While JavaScript is still a popular choice for front-end development, CSS is often overlooked as a tool for cr...CSS
Marymaryok.hashnode.net·Apr 25, 2023Simplifying Code with Event Delegation in Your Javascript ApplicationsOne of the important features of Javascript is event handling, which allows for user interaction with web pages. As web applications become more complex, event handling can become nerve-racking. This is where event delegation comes into play as a tec...JavaScript
Arseniy Pomazkovpomazkov.hashnode.net·Apr 25, 20234 reasons why Front-End is amazingIn this post, I’ll explain why I’m in love with Front-end development and why I consider it to be one of the best starting points to jump into the sphere of IT.Let’s get started! Reason 1: Comparatively low entry pointWhat I mean by this is that you ...Frontend Development
Kaushik Thakkardevkaushik.hashnode.net·Apr 25, 2023Implementing Tailwind CSS in Laravel: Pros, Cons, and Examples.Laravel is a popular PHP framework used to build web applications. When it comes to styling those applications, Tailwind CSS is a popular choice among developers. Tailwind CSS is a popular CSS framework that is easy to use and highly scalable. It all...Laravel
Ömer Kavakomerkvak.hashnode.net·Apr 25, 2023Front End Yol HaritasıMerhaba. Bu yazımda Front End Developer yol haritası hakkında bahsettim. Araştırıp öğrendiğim ve çoğunu deneyimlediğim konuları ele aldım. Bu alanda ilerlemek isteyen ve ilerlemiş olan herkese başarılar dilerim. 1. Adım: HTML Hiper Yazı İşaretleme D...roadmaps
Shrish Kerurtheshrish.hashnode.net·Apr 25, 2023What are functions in JavaScript?In this blog post, we'll explore what functions are and the different types of functions in JavaScript. Functions are one of the key building blocks of programming in JavaScript. They allow developers to encapsulate reusable pieces of code, which ca...1 likeJavaScript
IpsCodingChallengeipscodingchallenge.hashnode.net·Apr 25, 2023[PART 17][Frontend] Create a Twitter clone with GraphQL, Typescript, and React ( Navbar )Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository ( Backend ) Github repository ( Frontend ) Db diagram Navbar According to the design, there are two different navbars. One for the desktop and another one for mobile wi...Twitter clone with GraphQL, Knex, Typescript, and ReactReact