Tag: Web development
-
Elixir in production: What is it used for?
Posted on November 11, 2024, Level beginner Resource Length medium
There are many success stories out there about using Elixir in production that not only prove that the language is mature enough to be a solid choice, but it can be even more effective than the usual frequently used languages and frameworks thanks to the features provided by BEAM and OTP. By RisingStack Engineering.
Tags elixir web-development functional-programming how-to app-development erlang
-
How JavaScript signals are changing everyday development
Posted on November 7, 2024, Level beginner Resource Length medium
In recent times, JavaScript and signals have gained attention as a powerful new tool for managing reactive states. But how did that come about? By Hrvoje D.
Tags javascript web-development how-to app-development nodejs
-
CSS masonry & CSS grid
Posted on October 22, 2024, Level intermediate Resource Length long
An approach for creating masonry layouts in vanilla CSS is one of those "holy grail" aspirations. I actually tend to plop masonry and the classic "Holy Grail" layout in the same general era of web design. They're different types of layouts, of course, but the Holy Grail was a done deal when we got CSS Grid. By Geoff Graham.
Tags web-development learning css frontend
-
Web development career roadmap: Jobs and levels guide
Posted on October 18, 2024, Level beginner Resource Length medium
Explore the job-leveling matrix for Web Development. Understand the roles and skills needed to advance from beginner to leader. By Coursera.
Tags web-development learning teams career
-
AI bots now beat 100% of those traffic-image CAPTCHAs
Posted on September 27, 2024, Level beginner Resource Length medium
New research claims that locally run bots using specially trained image-recognition models can match human-level performance in this style of CAPTCHA, achieving a 100 percent success rate despite being decidedly not human. By Kyle Orland.
Tags ai bots cio miscellaneous web-development search
-
React is (becoming) a full-stack framework
Posted on August 26, 2024, Level intermediate Resource Length medium
React, with its addition of Server Components and Server Actions, is evolving into a full-stack framework. Once the most popular frontend framework, it has now successfully bridged the gap between frontend and backend to reign over both sides of the chasm. By Robin Wieruch.
Tags nodejs javascript app-development frontend web-development
-
Code refactoring: Meaning, benefits and best practices
Posted on July 27, 2024, Level intermediate Resource Length long
Why do programmers regularly rewrite other people's ready-made code without adding new functions? It is all about refactoring. Refactoring is like putting things in order at your workplace. By Nuradil Alymkulov.
Tags code-refactoring how-to app-development web-development oop
-
CSS length units
Posted on June 28, 2024, Level intermediate Resource Length medium
A comprehensive guide covering nine types of lengths that CSS uses to size elements in terms of dimensions, space, time, and even sound. By Geoff Graham.
Tags app-development css web-development frontend
-
To end burnout, cybersecurity must tolerate failure
Posted on June 15, 2024, Level beginner Resource Length medium
At Gartner Security and Management Summit, speakers explained that you can't buy your way out of cybersecurity burnout. They discussed how a shift from a protection-focused program to a response-focused security strategy can help. By Ijeoma S. Nwatu.
Tags infosec management web-development cio
-
Traefik 3.0: Deep dive into wasm support with Coraza WAF plugin
Posted on June 4, 2024, Level beginner Resource Length intermediate
Custom plugins for Traefik are one of the most requested features going back to the early days of the project, starting with this issue, from back in 2017. Today, we will deep dive into WebAssembly support. By Emile Vauge.
Tags web-development app-development javascript how-to devops
-
How to kill a process in Linux: Commands and best practices
Posted on May 29, 2024, Level beginner Resource Length short
There are multiple situations where it is necessary to terminate a Linux process – for example, when the program does not respond or freezes. Learning how to kill a process properly is a vital skill that can help keep your various systems healthy and functioning optimally. By Jeff Smith.
Tags linux app-development infosec web-development servers
-
Docker tutorial: Using Docker with Python
Posted on May 28, 2024, Level beginner Resource Length long
This is an introductory Python Docker tutorial. By the end of this article, you will know how to use Docker on your local machine. Along with Python, we are going to run Nginx and Redis containers. By Alex Ryabtsev.
Tags python app-development containers web-development docker