DEV Community

Cover image for Which articles are you missing?
Chris Bongers
Chris Bongers

Posted on • Originally published at daily-dev-tips.com

Which articles are you missing?

I'm writing this article, especially for you.

The loyal reader, the person who is planning to grow by learning.
The person who is a close replica of how I learn and grow.

What kind of articles are you missing?
I'd love to get some insights into what could help you become even better?

Ideas and suggestions

So far, I have a couple of topics with various audiences.

  • CSS fun things (Much like the CSS logos series)
  • JavaScript functions explaining one specific function
  • Projects that we build from start to finish
  • Offtopic chats
  • Deeper specific topics

You might favor one of these approaches, or something completely different, like "react" articles.

I hope to receive your opinion on which articles and what kind of article type works best for you.

How to provide this feedback

You can either send me a message on Twitter (public or DM) or respond to my email (info@daily-dev-tips.com).

Let me know what has been the best help/topic/article so far for you in a couple of words.

And let's work together on making you become 10x better than that.

Thank you for reading, and let's connect!

Thank you for reading my blog. Feel free to subscribe to my email newsletter and connect on Facebook or Twitter

Top comments (3)

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Algorithms.

In particular, I am currently looking for a safe way to extend Markdown with parsing brackets, BBCode, HTML (and Markdown in HTML). I got to Pug as some point, but the original Pug is for the servers (and no syntax highlight for Markdown inside Pug).

Maybe some kind of AST for parsing that doesn't cross "bracket" boundaries?

Coding style, as well as integrating frontend and backend.

Authoring Web Extensions / Browser Extensions / Chrome Extensions; VSCode Extensions. Or maybe IntelliJ or Sublime Extensions, if I need them. I don't know how people feel about UserScripts nowadays, but I still make them.

Differences / Limitations between truly browser JavaScript; and SSR (Next.js) and React Native.

Will I ever get near "compiled to JavaScript" (other than TypeScript)?

Collapse
 
joaozitopolo profile image
Joao Polo

I don't know exactly what you plan to create, but I have a consideration:
If you plan to allow you user to create scripts... maybe he/she will need your action all the time, and now you'll be more called than before.
Maybe if you try something as a list of actions, and then, your user can create that list with an interface, and also setting optional parameters, it should be more productive.

Collapse
 
dailydevtips1 profile image
Chris Bongers

Wow these are some amazing topics!
I'm hoping to touch upon some of these for sure around the extension parts.

But also algorithms might be an interesting point 🙌
Thanks a lot for this 💖