EDDYMENS

Eddymens (List page)


Last updated 2022-05-31 02:41:36

How To Make Your Infographics More Accessible

Whenever we put out information on the web we have the goal of reaching as many people as possible. This also involves making our content accessible to people with disabilities. For visual-heavy content, it's important to make sure they are accessible to people who depend on screen readers...

Last updated 2022-05-24 06:13:07

Javascript Assignment Deconstruction - A Good Use Case

The Javascript assignment deconstruction syntax simplifies taking values in an array or object and storing each item ...

Last updated 2022-05-11 19:24:09

Heroku Cron Jobs Made Easy And Free

Heroku recommends using the scheduler add-on to create and run cronjobs should you need one. But also points out the ...

Last updated 2022-05-09 06:43:49

OpenAPI Specifications: How To Make Them

The OpenAPI Specification is a specification that describes a well-laid-out approach to defining the structure of a RESTful API. There are many ways you can describe the APIs you create. The OpenAPI specification makes it easy by defining a set of rules and providing guidelines that ...

Last updated 2022-04-27 08:14:54

How To Allow The Use Of Tabs In A Textarea

I have an enlarged textarea box in the backend of my blog where I type my content as markdown and it has always been a pain whenever I need to indent some of the content. By default, the browser hops onto a new field whenever I hit the tab key. Up until now the only way I could indent te...

Last updated 2022-04-24 08:14:54

5 Terms To Know As A Technical Writer [part 3]

In a browser, typing a URL and pressing enter leads you to a webpage. In some cases, the URL needs to be modified with unique information from the user to get a specific response. Consider a website that shows a list of movies, for example. Let's say the URL for this website is . There w...