Webrgy

Webrgy What We Can Do For You:
⚡️Convert design to code 📂
⚡️Design & Create landing-pages 🚩
?

👋let's talk about HTTP status codes! When we make a request to a web server, it responds with a three-digit code that te...
15/05/2023

👋let's talk about HTTP status codes! When we make a request to a web server, it responds with a three-digit code that tells us the outcome of the request. These codes are divided into 5 categories:

🟢 1xx Informational: The request was received, and the server is continuing to process it.

🟡 2xx Success: The request was successful, and the server sent us the content we requested.

🔴 3xx Redirection: The request needs further action to be completed, such as following a different URL.

🟣 4xx Client Error: The server couldn't complete the request because of an error on our end, such as a wrong URL or insufficient permissions.

🔵 5xx Server Error: The server encountered an error while processing the request, such as a temporary outage or a bug.

Web development is all about creating experiences that make a difference. From a beautifully designed website to a seaml...
11/05/2023

Web development is all about creating experiences that make a difference. From a beautifully designed website to a seamless user interface, every detail matters in crafting an experience that users will love. As web developers, we are passionate about using technology to connect people, simplify processes, and enhance the way we interact with the digital world. Whether it's a small business website or a complex web application, we strive to create experiences that exceed expectations and leave a lasting impression. let's build something amazing together!

🔔Reminder:success is not a destination - it's a journey. Every step you take towards your goal is progress, regardless o...
10/05/2023

🔔Reminder:
success is not a destination - it's a journey. Every step you take towards your goal is progress, regardless of how small it may seem. Don't get caught up in the end result, and enjoy the ride along the way. Embrace the ups and downs, learn from your mistakes, and keep pushing forward. The journey is where you'll discover your strengths, and ultimately, the destination will be even sweeter because of it.

👋 Hey everyone! Have you ever wondered how websites are made? The answer is HTML! 💻HTML, which stands for Hypertext Mark...
16/02/2023

👋 Hey everyone! Have you ever wondered how websites are made? The answer is HTML! 💻

HTML, which stands for Hypertext Markup Language, is the foundation of all websites. It's a coding language that's used to create the structure and content of web pages. Think of it like the skeleton of a website 🦴

With HTML, you can add headings, paragraphs, images, videos, links, and more to your web pages. You can also define the layout and styling of your content using CSS and add interactivity with JavaScript.

So, if you're interested in building your own website, learning HTML is a great place to start! It's a relatively simple language to learn and it can open up a world of possibilities on the web. 🔍

Do you have any questions about HTML? Let me know in the comments below! ⬇️

our sense of optimism and pessimism can determine the outcomes. 🧠
20/01/2023

our sense of optimism and pessimism can determine the outcomes. 🧠

🔔Reminder: When you focus too much on perfection, you start worrying at every step.                                     ...
19/01/2023

🔔Reminder:
When you focus too much on perfection, you start worrying at every step.

Here are some of the top Coding challenge websites for you to try your Skill.The Internet is full of online courses that...
16/01/2023

Here are some of the top Coding challenge websites for you to try your Skill.

The Internet is full of online courses that let you learn new languages in the privacy of your own home. We’ve compiled 5 of the best resources for you to visit to learn your new skills

Arrays can be manipulated by using several actions known as methods. Some of these methods allow us to add, remove, modi...
12/01/2023

Arrays can be manipulated by using several actions known as methods. Some of these methods allow us to add, remove, modify and do lots more to arrays.

we would be showing you a few in this post 🤩

Problem solving helps to gain more knowledge over coding and programming.also helps to develop more skills in a person a...
17/10/2022

Problem solving helps to gain more knowledge over coding and programming.

also helps to develop more skills in a person and build a promising career.👌

This is our work for Jewellery Factory Outlet 💎🖥📱 Client Feedback: “They delivered exactly what we wanted. Combined grea...
04/07/2022

This is our work for Jewellery Factory Outlet 💎🖥📱

Client Feedback: “They delivered exactly what we wanted. Combined great technical skills with an even better service. We’ll be glad to work with Webrgy on future projects as well.”

How to use String.prototype.startsWith() method?
20/06/2022

How to use String.prototype.startsWith() method?

Modern JavaScript Features You Should Start Using Now! 🤩⁠⁠PART 1: Spread Operator⁠⁠Stay tuned for the further parts.⁠⁠  ...
19/06/2022

Modern JavaScript Features You Should Start Using Now! 🤩⁠



PART 1: Spread Operator⁠



Stay tuned for the further parts.⁠



All you need for mastering the :nth in CSS 🤩
12/06/2022

All you need for mastering the :nth in CSS 🤩

HTML Tip 👻:Defer and sync attributesDefer:You can use defer attributes on script tags when linkingJavaScript files with ...
23/05/2022

HTML Tip 👻:
Defer and sync attributes

Defer:
You can use defer attributes on script tags when linking
JavaScript files with HTML. It's only for external scripts.
It tells the browser to not wait for the JavaScript file when
rendering HTML. This will render the DOM first, then execute
the script.

Async:
The attribute async is similar to defer, the only difference is that
async tells the browser to run the script asynchronously while
loading the UI.

You’ve probably seen a custom scrollbar! 🫣 But did you know how to make it? 👀 It’s a super-easy way to get a unique scro...
17/05/2022

You’ve probably seen a custom scrollbar! 🫣
But did you know how to make it? 👀

It’s a super-easy way to get a unique scrollbar 🤩

See how we make landing-pages come alive! 🌮💻📱
12/05/2022

See how we make landing-pages come alive! 🌮💻📱

Number input has a ".valueAsNumber" property that you may find handy 🤗⁠⁠                                                ...
07/04/2022

Number input has a ".valueAsNumber" property that you may find handy 🤗⁠

See how we convert the designs to websites alive.Yes! This is our work
30/03/2022

See how we convert the designs to websites alive.
Yes! This is our work

New CSS Features in 2022 Part 3
24/03/2022

New CSS Features in 2022 Part 3

You're probably familiar with console.log() in Javascript.But did you know about console. table()?it's a super-easy way ...
21/03/2022

You're probably familiar with console.log() in Javascript.

But did you know about console. table()?

it's a super-easy way to get a quick overview of an array of objects 🔥🔥

New CSS Features in 2022 Part 2
20/03/2022

New CSS Features in 2022 Part 2

New CSS Featurs in 2022 2022 is shaping up to be a pretty great year for CSS, with a plethora of new features on the hor...
19/03/2022

New CSS Featurs in 2022

2022 is shaping up to be a pretty great year for CSS, with a plethora of new features on the horizon. Some are already starting to land in browsers, others are likely to gain widespread browser support in 2022, while for one or two the process may be a little longer. In this article we’ll take a look at a few of them.

Container queries enable us to style an element depending on the size of its parent — a crucial difference from media queries, which only query the viewport. This has long been a problem for responsive design, as often we want a component to adapt to its context.

Think of a card which might be shown in a wide content area or a narrow sidebar. We’d probably want to show something more akin to the card’s mobile layout in the sidebar, while perhaps showing style when there is sufficient horizontal space. But media queries aren’t aware of the component’s context. For this reason, container queries have been on many a developer’s wish list for some time.

Address


Alerts

Be the first to know and let us send you an email when Webrgy posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Webrgy:

Shortcuts

  • Address
  • Alerts
  • Contact The Business
  • Claim ownership or report listing
  • Want your business to be the top-listed Media Company?

Share