ʀᴇɢɪx – Telegram
ʀᴇɢɪx
550 subscribers
160 photos
59 videos
35 files
143 links
We design & develop modern websites for businesses and startups in Ethiopia | Based in Addis Ababa.
Sharing resources, code, and portfolios to help developers grow.

💬 Join the discussion: @codebyion
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
To day let me show some interesting thing

How to create a text-to-speech translation?

SpeechSynthesis is a Web Speech API interface that is used to translate text into speech. It contains the content that the speech service should read and information on how to read it (such as language, pitch, and volume).

Try the code 👈

Don't forget to react for more content like this

@etwebs
🔥72👍1
ʀᴇɢɪx
pitch
You can control the speed and pith by Changing this

utterance.pitch = 1.5;    // Higher pitch 
utterance.rate = 0.8; // slower speed


@etwebs
1
What is Domain and Hosting

To create your own website (in addition to its development), you need Domain and Hosting, without which it is impossible to create any website on the Internet. In this post, we will analyze what it is and what it is used for, so that each of you does not get confused and understands how it works.

HOSTING is a service for providing resources for hosting information on a server that constantly has access to the network, in simple words, this is the storage location of your website, without which your site cannot exist.

DOMAIN is an address/name that every site has. It is easy to find the desired site among many resources on the network at this address.

An example of a domain is google.com

There are many types of domains: .com is a top-level domain in the domain name system of the Internet

@etwebs
👍3
ʀᴇɢɪx
.com
.com – Commercial, most trusted
.org – Nonprofits, communities
.io – Tech/startups (modern feel)
.dev – Developer sites, secure by default
.net – Tech platforms, networks
.co – Companies
.me – Personal blogs/portfolios
.xyz – Creative, Web3 projects
.shop – Online stores
.info – Info sites
.edu / .gov – Education & government (restricted)

SEO Tip: Google treats all the same  focus on good content & structure. But .com still wins trust & clicks

If it's helpful don't forget to leave a reaction

@etwebs
🔥103
Exercism is a platform for learning programming through practical tasks. You can practice in 70 different languages, including JS.

🔗 Link exercism.org

@etwebs #resources
👍4
ʀᴇɢɪx pinned a photo
How many of you know about GSAP animation?
📌 What is GSAP?

GSAP (GreenSock Animation Platform) is a powerful JavaScript library for creating high-performance, smooth animations on the web. Whether you're animating text, SVGs, or complex UI elements

GSAP Learning youtube
Official GSAP Docs

@etwebs
👍2
Exploring the Latest Trends in Frontend Development

Read the article 👈

@etwebs
🔥31
👋 Hello family, I want to share a free portfolio website like before
https://news.1rj.ru/str/etwebs/324
https://news.1rj.ru/str/etwebs/205
But let me know in the comments what kind of portfolio website you need or for what purpose you want it


@etwebs
👍4
😎 cool and useful site that many people know about - CodePen

This is a popular online platform for developers, where you can create, test and share code (HTML, CSS, JavaScript) in real time.

It allows you to write code directly in the browser, see the result instantly and experiment with front-end development.

Link: codepen.io

@etwebs | #resources
👍6
ʀᴇɢɪx
New portfolio https://blackgraphics.netlify.app/ @etwebs
graphics.zip
519.4 KB
Here the source code

Don't forget to react and share for more content like this

@etwebs
❤‍🔥8👍2🔥21🤩1
The filter: blur() property

The blur() function sets the blur of an element as if it is out of focus

The blur radius is specified as a value, it is written in any available CSS size units. The higher the value, the more blurred the image will be

img {
  filter: blur(10px);
  border-radius: 0.4rem;
}


@etwebs #css
👍51🔥1
Wrapping elements in Flexbox

The flex-wrap property in CSS allows you to control the wrapping of elements in containers using Flexbox.

It can take the following values:
nowrap — elements are placed in one line, without wrapping.
wrap — elements are wrapped to a new line if they do not fit.
wrap-reverse — elements are wrapped to a new line, but in reverse order.

This property helps you flexibly manage the arrangement of elements, ensuring adaptive design.

@etwebs #css
👍6
What is the required attribute in HTML and why is it used?


The required attribute makes a form field mandatory to fill out.
If a user tries to submit the form without filling that field, the browser will automatically show a warning no JavaScript needed.

<form> <label> Email: <input type="email" required> </label> <button type="submit">Submit</button> </form>

Why it's useful

No need for custom JavaScript
Works with <input>, <textarea>, and <select>
Improves user experience and data quality

if it's helpful don't forget to react

@etwebs #html
👍51
In the world of coding there are tons of programming languages JavaScript, C++, Go, React, and the list goes on...
But here is  the truth
You don’t need to learn them all
Focus on one or two and go deep

Mastery > Variety


Once you are strong in one language picking up others becomes much easier

And Please watch this YouTube videos

🔗Fastest way to become a web developer in 2025

🔗Fastest way to learn web development and ACTUALLY get a job

🔗Fastest way to learn any programming language 80-20 rule

@etwebs
👏3🤔2
REM vs PX in CSS  Which should you use?


Struggling to pick between rem and px for your CSS?  This blog breaks it down clearly with real-world insights and example

👉 dbushell.com/2024/11/11/rem-or-px

@etwebs #CSS
Forwarded from Muhammed Teshome
YouTube is the new university.

Use it wisely.
👍7❤‍🔥2🤔1💯1